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

Public Member Functions |
|
| QAccessibleObject (QObject *object) | |
| bool | isValid () const |
| QObject * | object () const |
| QRect | rect (int child) const |
| void | setText (Text t, int child, const QString &text) |
| int | userActionCount (int child) const |
| bool | doAction (int action, int child, const QVariantList ¶ms) |
| QString | actionText (int action, Text t, int child) const |
Protected Member Functions |
|
| virtual | ~QAccessibleObject () |
Friends |
|
| class | QAccessibleObjectEx |
| QAccessibleObject | ( | QObject * | object | ) | [explicit] |
| virtual ~QAccessibleObject | ( | ) | [protected, virtual] |
| bool isValid | ( | ) | const [virtual] |
Implements QAccessibleInterface.
| QObject* object | ( | ) | const [virtual] |
Implements QAccessibleInterface.
| QRect rect | ( | int | child | ) | const [virtual] |
Implements QAccessibleInterface.
| int userActionCount | ( | int | child | ) | const [virtual] |
Implements QAccessibleInterface.
Reimplemented in QAccessibleApplication, and QAccessibleWidget.
| bool doAction | ( | int | action, |
| int | child, | ||
| const QVariantList & | params | ||
| ) | [virtual] |
Implements QAccessibleInterface.
Reimplemented in QAccessibleApplication, and QAccessibleWidget.
Implements QAccessibleInterface.
Reimplemented in QAccessibleApplication, and QAccessibleWidget.
friend class QAccessibleObjectEx
[friend] |
Definition at line 79 of file qaccessibleobject.h.