[][src]Module qt_gui::q_accessible

C++ type: QAccessible

Structs

Event

This enum type defines accessible event types.

InterfaceType

QAccessibleInterface supports several sub interfaces. In order to provide more information about some objects, their accessible representation should implement one or more of these interfaces.

RelationFlag

This enum type defines bit flags that can be combined to indicate the relationship between two accessible objects.

Role

This enum defines the role of an accessible object. The roles are:

State

This structure defines bit flags that indicate the state of an accessible object. The values are:

Text

This enum specifies string information that an accessible object returns.

TextBoundaryType

This enum describes different types of text boundaries. It follows the IAccessible2 API and is used in the QAccessibleTextInterface.