The QAccessibleValueChangeEvent describes a change in value for an accessible object. 更多...
| 頭: | #include <QAccessibleValueChangeEvent> |
| qmake: | QT += gui |
| 繼承: | QAccessibleEvent |
| QAccessibleValueChangeEvent (QObject * object , const QVariant & value ) | |
| QAccessibleValueChangeEvent (QAccessibleInterface * iface , const QVariant & val ) | |
| void | setValue (const QVariant & value ) |
| QVariant | value () const |
| QVariant | m_value |
The QAccessibleValueChangeEvent describes a change in value for an accessible object.
It contains the new value.
此類用於 QAccessible::updateAccessibility ().
構造新的 QAccessibleValueChangeEvent for object . The event contains the new value .
構造新的 QAccessibleValueChangeEvent for iface . The event contains the new value val .
Sets the new value 對於此事件而言。
另請參閱 value ().
Returns the new value of the accessible object of this event.
另請參閱 setValue ().