QAccessibleValueChangeEvent 描述可访问对象的值改变。 更多...
头: | #include <QAccessibleValueChangeEvent> |
qmake: | QT += gui |
继承: | 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.
此类用于 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 对于此事件而言。
另请参阅 value ().
Returns the new value of the accessible object of this event.
另请参阅 setValue ().