- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QAccessibleApplication
,QAccessibleObject
,QAccessibleWidget
Defines an interface that exposes information about accessible objects
Java wrapper for Qt class QAccessibleInterface
-
Method Summary
Modifier and TypeMethodDescriptiondefault QAccessibleActionInterface
default QColor
child
(int index) childAt
(int x, int y) int
default QAccessibleEditableTextInterface
SeeQAccessibleInterface::
editableTextInterface() default QAccessibleInterface
default QColor
default QAccessibleHyperlinkInterface
SeeQAccessibleInterface::
hyperlinkInterface() default QAccessibleImageInterface
SeeQAccessibleInterface::
imageInterface() int
indexOfChild
(QAccessibleInterface arg__1) boolean
isValid()
object()
parent()
rect()
default List<QPair<QAccessibleInterface,
QAccessible.Relation>> Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
.default List<QPair<QAccessibleInterface,
QAccessible.Relation>> relations
(QAccessible.Relation match) default List<QPair<QAccessibleInterface,
QAccessible.Relation>> relations
(QAccessible.RelationFlag ... match) Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
.role()
default QAccessibleSelectionInterface
void
setText
(QAccessible.Text t, String text) state()
default QAccessibleTableCellInterface
default QAccessibleTableInterface
default QAccessibleTextInterface
default QAccessibleValueInterface
default QWindow
window()
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
actionInterface
-
editableTextInterface
See
QAccessibleInterface::
editableTextInterface() -
hyperlinkInterface
See
QAccessibleInterface::
hyperlinkInterface() -
imageInterface
See
QAccessibleInterface::
imageInterface() -
selectionInterface
See
QAccessibleInterface::
selectionInterface() This function was introduced in Qt 6.5.
-
tableCellInterface
-
tableInterface
-
textInterface
-
valueInterface
-
backgroundColor
-
child
-
childAt
-
childCount
-
focusChild
-
foregroundColor
-
indexOfChild
-
isValid
-
object
-
parent
-
rect
-
relations
@QtUninvokable default List<QPair<QAccessibleInterface,QAccessible.Relation>> relations(QAccessible.Relation match) -
role
-
setText
-
state
-
text
-
window
-
relations
Overloaded function for
relations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
. -
relations
@QtUninvokable default List<QPair<QAccessibleInterface,QAccessible.Relation>> relations(QAccessible.RelationFlag ... match) Overloaded function for
relations(io.qt.gui.QAccessible.Relation)
.
-