Accessibility Classes
The QAccessible class provides enums and static functions related to accessibility. | |
The QAccessibleActionInterface class implements support for invocable actions in the interface. | |
The QAccessibleEvent class is the base class for accessibility notifications. | |
The QAccessibleInterface class defines an interface that exposes information about accessible objects. | |
The QAccessibleStateChangeEvent notfies the accessibility framework that the state of an object has changed. | |
The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface. | |
The QAccessibleTableInterface class implements support for the IAccessibleTable2 interface. | |
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. | |
The QAccessibleTextCursorEvent class notifies of cursor movements. | |
The QAccessibleTextInsertEvent class notifies of text being inserted. | |
The QAccessibleTextInterface class implements support for text handling. | |
The QAccessibleTextRemoveEvent class notifies of text being deleted. | |
QAccessibleTextSelectionEvent signals a change in the text selection of an object. | |
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. | |
The QAccessibleValueChangeEvent describes a change in value for an accessible object. | |
The QAccessibleValueInterface class implements support for objects that manipulate a value. | |
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects. | |
The QAccessiblePlugin class provides an abstract base class for plugins provinding accessibility information for user interface elements. | |
The QAccessibleImageInterface class implements support for the IAccessibleImage interface. | |
The QPlatformAccessibility class is the base class for integrating accessibility backends | |
Enables accessibility of QML items | |
The QAccessibleWidget class implements the QAccessibleInterface for QWidgets. |