import "Accessibility_Relation.idl";import "Accessibility_State.idl";import "Accessibility_Role.idl";Go to the source code of this file.
Namespaces | |
| namespace | Accessibility |
Classes | |
| struct | Accessibility::BoundingBox |
| Used by Component and Text, a struct defining a bounding rectangle. More... | |
| interface | Accessibility::Accessible |
| The base interface which is implemented by all accessible objects. More... | |
Typedefs | |
| typedef sequence< Relation > | Accessibility::RelationSet |
| A list of Relations, which may be many-to-many. | |
| typedef sequence< string > | Accessibility::AttributeSet |
| A list of name-value pairs, returned as a sequence of strings; the name and value are separated by a colon. | |
| typedef sequence< Role > | Accessibility::RoleSet |
| A list of accessible roles. | |
Enumerations | |
| enum | Accessibility::LOCALE_TYPE { Accessibility::LOCALE_TYPE_MESSAGES, Accessibility::LOCALE_TYPE_COLLATE, Accessibility::LOCALE_TYPE_CTYPE, Accessibility::LOCALE_TYPE_MONETARY, Accessibility::LOCALE_TYPE_NUMERIC, Accessibility::LOCALE_TYPE_TIME } |
| used by Text and Document: these correspond to the POSIX setlocale() enum values. More... | |
1.4.3