QAccessibleStateChangeEvent Class

The QAccessibleStateChangeEvent notfies the accessibility framework that the state of an object has changed. More...

Header: #include <QAccessibleStateChangeEvent>
qmake: QT += gui
Inherits: QAccessibleEvent

Public Functions

QAccessibleStateChangeEvent(QObject *obj, QAccessible::State state)
QAccessibleStateChangeEvent(QAccessibleInterface *iface, QAccessible::State state)
QAccessible::State changedStates() const

Protected Variables

QAccessible::State m_changedStates

Detailed Description

The QAccessibleStateChangeEvent notfies the accessibility framework that the state of an object has changed.

This class is used with QAccessible::updateAccessibility().

See also QAccessibleInterface::state().

Member Function Documentation

QAccessibleStateChangeEvent::QAccessibleStateChangeEvent(QObject *obj, QAccessible::State state)

Default constructs an instance of QAccessibleStateChangeEvent.

QAccessibleStateChangeEvent::QAccessibleStateChangeEvent(QAccessibleInterface *iface, QAccessible::State state)

Default constructs an instance of QAccessibleStateChangeEvent.

QAccessible::State QAccessibleStateChangeEvent::changedStates() const