Definition at line 109 of file qaccessibleobject.h.
#include <qaccessibleobject.h>

Public Member Functions |
|
| QAccessibleApplication () | |
| int | childCount () const |
| int | indexOfChild (const QAccessibleInterface *) const |
| Relation | relationTo (int, const QAccessibleInterface *, int) const |
| int | childAt (int x, int y) const |
| int | navigate (RelationFlag, int, QAccessibleInterface **) const |
| QString | text (Text t, int child) const |
| Role | role (int child) const |
| State | state (int child) const |
| int | userActionCount (int child) const |
| bool | doAction (int action, int child, const QVariantList ¶ms) |
| QString | actionText (int action, Text t, int child) const |
| int childCount | ( | ) | const [virtual] |
Implements QAccessibleInterface.
| int indexOfChild | ( | const QAccessibleInterface * | ) | const [virtual] |
Implements QAccessibleInterface.
| Relation relationTo | ( | int | , |
| const QAccessibleInterface * | , | ||
| int | |||
| ) | const [virtual] |
Implements QAccessibleInterface.
| int childAt | ( | int | x, |
| int | y | ||
| ) | const [virtual] |
Implements QAccessibleInterface.
| int navigate | ( | RelationFlag | , |
| int | , | ||
| QAccessibleInterface ** | |||
| ) | const [virtual] |
Implements QAccessibleInterface.
Implements QAccessibleInterface.
| Role role | ( | int | child | ) | const [virtual] |
Implements QAccessibleInterface.
| State state | ( | int | child | ) | const [virtual] |
Implements QAccessibleInterface.
| int userActionCount | ( | int | child | ) | const [virtual] |
Reimplemented from QAccessibleObject.
| bool doAction | ( | int | action, |
| int | child, | ||
| const QVariantList & | params | ||
| ) | [virtual] |
Reimplemented from QAccessibleObject.
Reimplemented from QAccessibleObject.