Accessibility Classes▲
-
Accessible: Enables accessibility of QML items.
-
QAccessible: The QAccessible class provides enums and static functions related to accessibility.
-
QAccessibleActionInterface: The QAccessibleActionInterface class implements support for invocable actions in the interface.
-
QAccessibleEditableTextInterface: The QAccessibleEditableTextInterface class implements support for objects with editable text.
-
QAccessibleEvent: The QAccessibleEvent class is the base class for accessibility notifications.
-
QAccessibleInterface: The QAccessibleInterface class defines an interface that exposes information about accessible objects.
-
QAccessibleObject: The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects.
-
QAccessiblePlugin: The QAccessiblePlugin class provides an abstract base class for plugins provinding accessibility information for user interface elements.
-
QAccessibleStateChangeEvent: The QAccessibleStateChangeEvent notfies the accessibility framework that the state of an object has changed.
-
QAccessibleTableCellInterface: The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface.
-
QAccessibleTableInterface: The QAccessibleTableInterface class implements support for the IAccessibleTable2 interface.
-
QAccessibleTableModelChangeEvent: The QAccessibleTableModelChangeEvent signifies a change in a table, list, or tree where cells are added or removed. If the change affected a number of rows, firstColumn and lastColumn will return -1. Likewise for columns, the row functions may return -1.
-
QAccessibleTextCursorEvent: The QAccessibleTextCursorEvent class notifies of cursor movements.
-
QAccessibleTextInsertEvent: The QAccessibleTextInsertEvent class notifies of text being inserted.
-
QAccessibleTextInterface: The QAccessibleTextInterface class implements support for text handling.
-
QAccessibleTextRemoveEvent: The QAccessibleTextRemoveEvent class notifies of text being deleted.
-
QAccessibleTextSelectionEvent: QAccessibleTextSelectionEvent signals a change in the text selection of an object.
-
QAccessibleTextUpdateEvent: The QAccessibleTextUpdateEvent class notifies about text changes. This is for accessibles that support editable text such as line edits. This event occurs for example when a portion of selected text gets replaced by pasting a new text or in override mode of editors.
-
QAccessibleValueChangeEvent: The QAccessibleValueChangeEvent describes a change in value for an accessible object.
-
QAccessibleValueInterface: The QAccessibleValueInterface class implements support for objects that manipulate a value.
-
QAccessibleWidget: The QAccessibleWidget class implements the QAccessibleInterface for QWidgets.