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
ConstructorsConstructorDescriptionQAccessibleStateChangeEvent(QObject obj, QAccessible.State state) QAccessibleStateChangeEvent(QAccessibleInterface iface, QAccessible.State state) -
Method Summary
Modifier and TypeMethodDescriptionfinal QAccessible.StateReturns the states that have been changedprotected final voidsetChangedStates(QAccessible.State changedStates) SeeQAccessibleStateChangeEvent::m_changedStates Methods inherited from class io.qt.gui.QAccessibleEvent
accessibleInterface, child, object, setChild, toString, type, uniqueIdMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QAccessibleStateChangeEvent
See
QAccessibleStateChangeEvent::QAccessibleStateChangeEvent(QAccessibleInterface*, QAccessible::State) - Parameters:
iface-state-
-
QAccessibleStateChangeEvent
- Parameters:
obj-state-
-
-
Method Details
-
changedStates
Returns the states that have been changed
- Returns:
-
setChangedStates
See
QAccessibleStateChangeEvent::m_changedStates - Parameters:
changedStates-
-