java.lang.Object
io.qt.QtObject
io.qt.gui.QAccessibleObject
io.qt.gui.QAccessibleApplication
- All Implemented Interfaces:
QAccessibleInterface
,QtObjectInterface
Java wrapper for Qt class QAccessibleApplication
-
Constructor Summary
ConstructorDescriptionSeeQAccessibleApplication::
QAccessibleApplication() -
Method Summary
Modifier and TypeMethodDescriptionchild
(int index) SeeQAccessibleInterface::
child(int)const int
SeeQAccessibleInterface::
childCount()const SeeQAccessibleInterface::
focusChild()const int
indexOfChild
(QAccessibleInterface arg__1) SeeQAccessibleInterface::
indexOfChild(const QAccessibleInterface*)const parent()
SeeQAccessibleInterface::
parent()const role()
SeeQAccessibleInterface::
role()const state()
SeeQAccessibleInterface::
state()const SeeQAccessibleInterface::
text(QAccessible::Text)const window()
SeeQAccessibleInterface::
window()const Methods inherited from class io.qt.gui.QAccessibleObject
actionInterface, backgroundColor, childAt, editableTextInterface, foregroundColor, hyperlinkInterface, imageInterface, isValid, object, rect, relations, relations, relations, selectionInterface, setText, tableCellInterface, tableInterface, textInterface, valueInterface
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QAccessibleApplication
public QAccessibleApplication()See
QAccessibleApplication::
QAccessibleApplication()
-
-
Method Details
-
child
See
QAccessibleInterface::
child(int)const - Specified by:
child
in interfaceQAccessibleInterface
- Specified by:
child
in classQAccessibleObject
-
childCount
See
QAccessibleInterface::
childCount()const - Specified by:
childCount
in interfaceQAccessibleInterface
- Specified by:
childCount
in classQAccessibleObject
-
focusChild
See
QAccessibleInterface::
focusChild()const - Specified by:
focusChild
in interfaceQAccessibleInterface
- Overrides:
focusChild
in classQAccessibleObject
-
indexOfChild
See
QAccessibleInterface::
indexOfChild(const QAccessibleInterface*)const - Specified by:
indexOfChild
in interfaceQAccessibleInterface
- Specified by:
indexOfChild
in classQAccessibleObject
-
parent
See
QAccessibleInterface::
parent()const - Specified by:
parent
in interfaceQAccessibleInterface
- Specified by:
parent
in classQAccessibleObject
-
role
See
QAccessibleInterface::
role()const - Specified by:
role
in interfaceQAccessibleInterface
- Specified by:
role
in classQAccessibleObject
-
state
See
QAccessibleInterface::
state()const - Specified by:
state
in interfaceQAccessibleInterface
- Specified by:
state
in classQAccessibleObject
-
text
See
QAccessibleInterface::
text(QAccessible::Text)const - Specified by:
text
in interfaceQAccessibleInterface
- Specified by:
text
in classQAccessibleObject
-
window
See
QAccessibleInterface::
window()const - Specified by:
window
in interfaceQAccessibleInterface
- Overrides:
window
in classQAccessibleObject
-