java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessibleObject
- All Implemented Interfaces:
QAccessibleInterface
,QtObjectInterface
- Direct Known Subclasses:
QAccessibleApplication
,QAccessibleWidget
public abstract class QAccessibleObject extends QtObject implements QAccessibleInterface
Implements parts of the QAccessibleInterface for QObjects
Java wrapper for Qt class QAccessibleObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QAccessibleInterface
QAccessibleInterface.Impl, QAccessibleInterface.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description QAccessibleObject(QObject object)
protected
QAccessibleObject(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QAccessibleObject
-
QAccessibleObject
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
actionInterface
- Specified by:
actionInterface
in interfaceQAccessibleInterface
-
editableTextInterface
- Specified by:
editableTextInterface
in interfaceQAccessibleInterface
-
imageInterface
- Specified by:
imageInterface
in interfaceQAccessibleInterface
-
tableCellInterface
- Specified by:
tableCellInterface
in interfaceQAccessibleInterface
-
tableInterface
- Specified by:
tableInterface
in interfaceQAccessibleInterface
-
textInterface
- Specified by:
textInterface
in interfaceQAccessibleInterface
-
valueInterface
- Specified by:
valueInterface
in interfaceQAccessibleInterface
-
backgroundColor
- Specified by:
backgroundColor
in interfaceQAccessibleInterface
-
child
- Specified by:
child
in interfaceQAccessibleInterface
-
childAt
- Specified by:
childAt
in interfaceQAccessibleInterface
-
childCount
- Specified by:
childCount
in interfaceQAccessibleInterface
-
focusChild
- Specified by:
focusChild
in interfaceQAccessibleInterface
-
foregroundColor
- Specified by:
foregroundColor
in interfaceQAccessibleInterface
-
indexOfChild
- Specified by:
indexOfChild
in interfaceQAccessibleInterface
-
isValid
- Specified by:
isValid
in interfaceQAccessibleInterface
-
object
- Specified by:
object
in interfaceQAccessibleInterface
-
parent
- Specified by:
parent
in interfaceQAccessibleInterface
-
rect
- Specified by:
rect
in interfaceQAccessibleInterface
-
relations
@QtUninvokable public final List<QPair<QAccessibleInterface,QAccessible.Relation>> relations(QAccessible.RelationFlag... match)Overloaded function for
relations(io.qt.gui.QAccessible.Relation)
.- Specified by:
relations
in interfaceQAccessibleInterface
-
relations
Overloaded function for
relations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
.- Specified by:
relations
in interfaceQAccessibleInterface
-
relations
@QtUninvokable public List<QPair<QAccessibleInterface,QAccessible.Relation>> relations(QAccessible.Relation match)- Specified by:
relations
in interfaceQAccessibleInterface
-
role
- Specified by:
role
in interfaceQAccessibleInterface
-
setText
- Specified by:
setText
in interfaceQAccessibleInterface
-
state
- Specified by:
state
in interfaceQAccessibleInterface
-
text
- Specified by:
text
in interfaceQAccessibleInterface
-
window
- Specified by:
window
in interfaceQAccessibleInterface
-