java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleObject
io.qt.gui.QAccessibleApplication
- All Implemented Interfaces:
QAccessibleInterface
,QtObjectInterface
public class QAccessibleApplication extends QAccessibleObject
Java wrapper for Qt class QAccessibleApplication
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleInterface
QAccessibleInterface.Impl, QAccessibleInterface.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description QAccessibleApplication()
protected
QAccessibleApplication(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QAccessibleInterface
child(int index)
int
childCount()
QAccessibleInterface
focusChild()
int
indexOfChild(QAccessibleInterface arg__1)
QAccessibleInterface
parent()
QAccessible.Role
role()
QAccessible.State
state()
String
text(QAccessible.Text t)
QWindow
window()
Methods inherited from class io.qt.gui.QAccessibleObject
actionInterface, backgroundColor, childAt, editableTextInterface, foregroundColor, imageInterface, isValid, object, rect, relations, relations, relations, setText, tableCellInterface, tableInterface, textInterface, valueInterface
-
Constructor Details
-
QAccessibleApplication
public QAccessibleApplication() -
QAccessibleApplication
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
child
Description copied from class:QAccessibleObject
- Specified by:
child
in interfaceQAccessibleInterface
- Specified by:
child
in classQAccessibleObject
-
childCount
Description copied from class:QAccessibleObject
- Specified by:
childCount
in interfaceQAccessibleInterface
- Specified by:
childCount
in classQAccessibleObject
-
focusChild
Description copied from class:QAccessibleObject
- Specified by:
focusChild
in interfaceQAccessibleInterface
- Overrides:
focusChild
in classQAccessibleObject
-
indexOfChild
Description copied from class:QAccessibleObject
- Specified by:
indexOfChild
in interfaceQAccessibleInterface
- Specified by:
indexOfChild
in classQAccessibleObject
-
parent
Description copied from class:QAccessibleObject
- Specified by:
parent
in interfaceQAccessibleInterface
- Specified by:
parent
in classQAccessibleObject
-
role
Description copied from class:QAccessibleObject
- Specified by:
role
in interfaceQAccessibleInterface
- Specified by:
role
in classQAccessibleObject
-
state
Description copied from class:QAccessibleObject
- Specified by:
state
in interfaceQAccessibleInterface
- Specified by:
state
in classQAccessibleObject
-
text
Description copied from class:QAccessibleObject
- Specified by:
text
in interfaceQAccessibleInterface
- Specified by:
text
in classQAccessibleObject
-
window
Description copied from class:QAccessibleObject
- Specified by:
window
in interfaceQAccessibleInterface
- Overrides:
window
in classQAccessibleObject
-