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 QAccessible.State
m_changedStates()
protected void
setM_changedStates(QAccessible.State m_changedStates)
Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, m_type, object, setChild, setM_type, 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
-
setM_changedStates
-
m_changedStates
-