- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QAccessibleApplication
,QAccessibleInterface.Impl
,QAccessibleObject
,QAccessibleWidget
public interface QAccessibleInterface extends QtObjectInterface
Defines an interface that exposes information about accessible objects
Java wrapper for Qt class QAccessibleInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QAccessibleInterface.Impl
Implementor class for interfaceQAccessibleInterface
static class
QAccessibleInterface.MemberAccess
-
Method Summary
-
Method Details
-
actionInterface
-
editableTextInterface
-
imageInterface
-
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.RelationFlag... match)Overloaded function for
relations(io.qt.gui.QAccessible.Relation)
. -
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.Relation match) -
role
-
setText
-
state
-
text
-
window
-