Uses of Interface
io.qt.gui.QAccessibleInterface
Packages that use QAccessibleInterface
-
Uses of QAccessibleInterface in io.qt.gui
Classes in io.qt.gui that implement QAccessibleInterfaceModifier and TypeClassDescriptionclass
Java wrapper for Qt classQAccessibleApplication
class
Implements parts of the QAccessibleInterface for QObjectsMethods in io.qt.gui that return QAccessibleInterfaceModifier and TypeMethodDescriptionstatic QAccessibleInterface
QAccessible.accessibleInterface
(int uniqueId) QAccessibleEvent.accessibleInterface()
QWindow.accessibleRoot()
SeeQWindow::
accessibleRoot()const QAccessibleTableInterface.caption()
abstract QAccessibleInterface
QAccessibleTableInterface.Impl.caption()
QAccessibleTableInterface.cellAt
(int row, int column) abstract QAccessibleInterface
QAccessibleTableInterface.Impl.cellAt
(int row, int column) QAccessibleApplication.child
(int index) SeeQAccessibleInterface::
child(int)const QAccessibleInterface.child
(int index) abstract QAccessibleInterface
QAccessibleInterface.Impl.child
(int index) abstract QAccessibleInterface
QAccessibleObject.child
(int index) QAccessibleInterface.childAt
(int x, int y) abstract QAccessibleInterface
QAccessibleInterface.Impl.childAt
(int x, int y) QAccessibleObject.childAt
(int x, int y) abstract QAccessibleInterface
QAccessibleApplication.focusChild()
SeeQAccessibleInterface::
focusChild()const default QAccessibleInterface
QAccessibleInterface.focusChild()
QAccessibleInterface.Impl.focusChild()
QAccessibleObject.focusChild()
QAccessibleApplication.parent()
SeeQAccessibleInterface::
parent()const abstract QAccessibleInterface
QAccessibleInterface.Impl.parent()
QAccessibleInterface.parent()
abstract QAccessibleInterface
QAccessibleObject.parent()
static QAccessibleInterface
QAccessible.queryAccessibleInterface
(QObject arg__1) QAccessibleSelectionInterface.Impl.selectedItem
(int selectionIndex) default QAccessibleInterface
QAccessibleSelectionInterface.selectedItem
(int selectionIndex) abstract QAccessibleInterface
QAccessibleTableInterface.Impl.summary()
QAccessibleTableInterface.summary()
abstract QAccessibleInterface
QAccessibleTableCellInterface.Impl.table()
QAccessibleTableCellInterface.table()
Methods in io.qt.gui that return types with arguments of type QAccessibleInterfaceModifier and TypeMethodDescriptionQAccessibleTableCellInterface.columnHeaderCells()
abstract List<QAccessibleInterface>
QAccessibleTableCellInterface.Impl.columnHeaderCells()
QAccessibleInterface.Impl.relations()
Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
.QAccessibleInterface.Impl.relations
(QAccessible.Relation match) QAccessibleInterface.Impl.relations
(QAccessible.RelationFlag ... match) Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
.default List<QPair<QAccessibleInterface,
QAccessible.Relation>> QAccessibleInterface.relations()
Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
.default List<QPair<QAccessibleInterface,
QAccessible.Relation>> QAccessibleInterface.relations
(QAccessible.Relation match) default List<QPair<QAccessibleInterface,
QAccessible.Relation>> QAccessibleInterface.relations
(QAccessible.RelationFlag ... match) Overloaded function forrelations(io.qt.gui.QAccessible.Relation)
.QAccessibleObject.relations()
Overloaded function forQAccessibleObject.relations(io.qt.gui.QAccessible.Relation)
withmatch = new io.qt.gui.QAccessible.Relation(-1)
.QAccessibleObject.relations
(QAccessible.Relation match) QAccessibleObject.relations
(QAccessible.RelationFlag ... match) Overloaded function forQAccessibleObject.relations(io.qt.gui.QAccessible.Relation)
.abstract List<QAccessibleInterface>
QAccessibleTableCellInterface.Impl.rowHeaderCells()
QAccessibleTableCellInterface.rowHeaderCells()
abstract List<QAccessibleInterface>
QAccessibleTableInterface.Impl.selectedCells()
QAccessibleTableInterface.selectedCells()
abstract List<QAccessibleInterface>
QAccessibleSelectionInterface.Impl.selectedItems()
QAccessibleSelectionInterface.selectedItems()
Methods in io.qt.gui with parameters of type QAccessibleInterfaceModifier and TypeMethodDescriptionint
QAccessibleApplication.indexOfChild
(QAccessibleInterface arg__1) SeeQAccessibleInterface::
indexOfChild(const QAccessibleInterface*)const abstract int
QAccessibleInterface.Impl.indexOfChild
(QAccessibleInterface arg__1) int
QAccessibleInterface.indexOfChild
(QAccessibleInterface arg__1) abstract int
QAccessibleObject.indexOfChild
(QAccessibleInterface arg__1) boolean
QAccessibleSelectionInterface.Impl.isSelected
(QAccessibleInterface childItem) default boolean
QAccessibleSelectionInterface.isSelected
(QAccessibleInterface childItem) static int
QAccessible.registerAccessibleInterface
(QAccessibleInterface iface) Call this function to ensure that manually created interfaces are properly memory managedabstract boolean
QAccessibleSelectionInterface.Impl.select
(QAccessibleInterface childItem) boolean
QAccessibleSelectionInterface.select
(QAccessibleInterface childItem) abstract void
QAccessibleBridge.setRootObject
(QAccessibleInterface arg__1) SeeQAccessibleBridge::
setRootObject(QAccessibleInterface*) static int
QAccessible.uniqueId
(QAccessibleInterface iface) abstract boolean
QAccessibleSelectionInterface.Impl.unselect
(QAccessibleInterface childItem) boolean
QAccessibleSelectionInterface.unselect
(QAccessibleInterface childItem) Constructors in io.qt.gui with parameters of type QAccessibleInterfaceModifierConstructorDescriptionQAccessibleEvent
(QAccessibleInterface iface, QAccessible.Event typ) QAccessibleStateChangeEvent
(QAccessibleInterface iface, QAccessible.State state) QAccessibleTableModelChangeEvent
(QAccessibleInterface iface, QAccessibleTableModelChangeEvent.ModelChangeType changeType) QAccessibleTextCursorEvent
(QAccessibleInterface iface, int cursorPos) QAccessibleTextInsertEvent
(QAccessibleInterface iface, int position, String text) QAccessibleTextRemoveEvent
(QAccessibleInterface iface, int position, String text) QAccessibleTextSelectionEvent
(QAccessibleInterface iface, int start, int end) QAccessibleTextUpdateEvent
(QAccessibleInterface iface, int position, String oldText, String text) QAccessibleValueChangeEvent
(QAccessibleInterface iface, Object val) -
Uses of QAccessibleInterface in io.qt.quick
Methods in io.qt.quick that return QAccessibleInterfaceModifier and TypeMethodDescriptionQQuickWindow.accessibleRoot()
SeeQWindow::
accessibleRoot()const -
Uses of QAccessibleInterface in io.qt.widgets
Classes in io.qt.widgets that implement QAccessibleInterfaceModifier and TypeClassDescriptionclass
Implements the QAccessibleInterface for QWidgetsMethods in io.qt.widgets that return QAccessibleInterfaceModifier and TypeMethodDescriptionQAccessibleWidget.child
(int index) QAccessibleWidget.focusChild()
QAccessibleWidget.parent()
Methods in io.qt.widgets that return types with arguments of type QAccessibleInterfaceMethods in io.qt.widgets with parameters of type QAccessibleInterface