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's class QAccessibleStateChangeEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQAccessibleStateChangeEvent
(QObject obj, QAccessible.State state) QAccessibleStateChangeEvent
(QAccessibleInterface iface, QAccessible.State state) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QAccessible.State
Returns the states that have been changedprotected final void
setChangedStates
(QAccessible.State 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
-
QAccessibleStateChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
changedStates
Returns the states that have been changed
-
setChangedStates
-