The QAccessibleValueChangeEvent describes a change in value for an accessible object. More...
Header: | #include <QAccessibleValueChangeEvent> |
CMake: | find_package(Qt6 COMPONENTS Gui REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
Inherits: | QAccessibleEvent |
QAccessibleValueChangeEvent(QAccessibleInterface *iface, const QVariant &val) | |
QAccessibleValueChangeEvent(QObject *object, const QVariant &value) | |
void | setValue(const QVariant &value) |
QVariant | value() const |
It contains the new value.
This class is used with QAccessible::updateAccessibility().
Constructs a new QAccessibleValueChangeEvent for iface. The event contains the new value val.
Constructs a new QAccessibleValueChangeEvent for object. The event contains the new value.
Sets the new value for this event.
See also value().
Returns the new value of the accessible object of this event.
See also setValue().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qaccessiblevaluechangeevent.html