java.lang.Object
io.qt.QtObject
io.qt.gui.QAccessibleObject
- All Implemented Interfaces:
QAccessibleInterface
,QtObjectInterface
- Direct Known Subclasses:
QAccessibleApplication
,QAccessibleWidget
Implements parts of the QAccessibleInterface for QObjects
Java wrapper for Qt class QAccessibleObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract QAccessibleInterface
child
(int index) childAt
(int x, int y) abstract int
SeeQAccessibleInterface::
editableTextInterface() SeeQAccessibleInterface::
hyperlinkInterface() SeeQAccessibleInterface::
imageInterface() abstract int
indexOfChild
(QAccessibleInterface arg__1) boolean
isValid()
object()
abstract QAccessibleInterface
parent()
rect()
Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
.relations
(QAccessible.Relation match) relations
(QAccessible.RelationFlag ... match) Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
.abstract QAccessible.Role
role()
void
setText
(QAccessible.Text t, String text) abstract QAccessible.State
state()
abstract String
final QAccessibleTextInterface
window()
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
-
QAccessibleObject
-
-
Method Details
-
actionInterface
- Specified by:
actionInterface
in interfaceQAccessibleInterface
-
editableTextInterface
See
QAccessibleInterface::
editableTextInterface() - Specified by:
editableTextInterface
in interfaceQAccessibleInterface
-
hyperlinkInterface
See
QAccessibleInterface::
hyperlinkInterface() - Specified by:
hyperlinkInterface
in interfaceQAccessibleInterface
-
imageInterface
See
QAccessibleInterface::
imageInterface() - Specified by:
imageInterface
in interfaceQAccessibleInterface
-
selectionInterface
See
QAccessibleInterface::
selectionInterface() This function was introduced in Qt 6.5.
- Specified by:
selectionInterface
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 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
-
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 final List<QPair<QAccessibleInterface,QAccessible.Relation>> relations(QAccessible.RelationFlag ... match) Overloaded function for
relations(io.qt.gui.QAccessible.Relation)
.- Specified by:
relations
in interfaceQAccessibleInterface
-