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 ().