java.lang.Object
io.qt.QtObject
io.qt.gui.QAccessibleEvent
io.qt.gui.QAccessibleStateChangeEvent
- All Implemented Interfaces:
QtObjectInterface
Notfies the accessibility framework that the state of an object has changed
Java wrapper for Qt class QAccessibleStateChangeEvent
-
Constructor Summary
ConstructorDescriptionQAccessibleStateChangeEvent
(QObject obj, QAccessible.State state) QAccessibleStateChangeEvent
(QAccessibleInterface iface, QAccessible.State state) -
Method Summary
Modifier and TypeMethodDescriptionfinal QAccessible.State
Returns the states that have been changedprotected final void
setChangedStates
(QAccessible.State changedStates) SeeQAccessibleStateChangeEvent::
m_changedStates Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, object, setChild, toString, type, uniqueId
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QAccessibleStateChangeEvent
-
QAccessibleStateChangeEvent
-
-
Method Details
-
changedStates
Returns the states that have been changed
-
setChangedStates
See
QAccessibleStateChangeEvent::
m_changedStates
-