java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleEvent
io.qt.gui.QAccessibleStateChangeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QAccessibleStateChangeEvent extends QAccessibleEvent
Notfies the accessibility framework that the state of an object has changed
Java wrapper for Qt class QAccessibleStateChangeEvent
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QAccessibleStateChangeEvent(QObject obj, QAccessible.State state)
QAccessibleStateChangeEvent(QAccessibleInterface iface, QAccessible.State state)
protected
QAccessibleStateChangeEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QAccessible.State
changedStates()
Returns the states that have been changedprotected void
setChangedStates(QAccessible.State changedStates)
Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, object, setChild, toString, type, uniqueId
-
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
-