#include <qtestaccessible.h>
Definition at line 86 of file qtestaccessible.h.
◆ QTestAccessibility()
QTestAccessibility::QTestAccessibility |
( |
| ) |
|
|
inlineprivate |
Definition at line 116 of file qtestaccessible.h.
static RootObjectHandler installRootObjectHandler(RootObjectHandler)
Installs the given handler as the function to be used by setRootObject(), and returns the previously ...
static void rootObjectHandler(QObject *object)
static void updateHandler(QObject *o, int c, QAccessible::Event e)
static UpdateHandler installUpdateHandler(UpdateHandler)
Installs the given handler as the function to be used by updateAccessibility(), and returns the previ...
◆ ~QTestAccessibility()
QTestAccessibility::~QTestAccessibility |
( |
| ) |
|
|
inlineprivate |
Definition at line 122 of file qtestaccessible.h.
static RootObjectHandler installRootObjectHandler(RootObjectHandler)
Installs the given handler as the function to be used by setRootObject(), and returns the previously ...
static UpdateHandler installUpdateHandler(UpdateHandler)
Installs the given handler as the function to be used by updateAccessibility(), and returns the previ...
◆ cleanup()
static void QTestAccessibility::cleanup |
( |
| ) |
|
|
inlinestatic |
◆ clearEvents()
static void QTestAccessibility::clearEvents |
( |
| ) |
|
|
inlinestatic |
Definition at line 101 of file qtestaccessible.h.
static EventList & eventList()
void clear()
Removes all items from the list.
◆ eventList()
static EventList& QTestAccessibility::eventList |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 146 of file qtestaccessible.h.
The QList class is a template class that provides lists.
◆ events()
static EventList QTestAccessibility::events |
( |
| ) |
|
|
inlinestatic |
◆ initialize()
static void QTestAccessibility::initialize |
( |
| ) |
|
|
inlinestatic |
Definition at line 89 of file qtestaccessible.h.
static QTestAccessibility *& instance()
void qAddPostRoutine(QtCleanUpFunction p)
◆ instance()
◆ rootObjectHandler()
static void QTestAccessibility::rootObjectHandler |
( |
QObject * |
object | ) |
|
|
inlinestaticprivate |
Definition at line 128 of file qtestaccessible.h.
134 qWarning(
"QTEST_ACCESSIBILITY: root Object is not a QApplication!");
136 qWarning(
"QTEST_ACCESSIBILITY: root Object called with 0 pointer");
T qobject_cast(QObject *object)
The QApplication class manages the GUI application's control flow and main settings.
Q_CORE_EXPORT void qWarning(const char *,...)
◆ updateHandler()
Definition at line 140 of file qtestaccessible.h.
static EventList & eventList()
void append(const T &t)
Inserts value at the end of the list.
◆ verifyEvent() [1/2]
Definition at line 103 of file qtestaccessible.h.
static EventList & eventList()
static bool isEmpty(const char *str)
T takeFirst()
Removes the first item in the list and returns it.
#define FALSE
Synonym for false.
◆ verifyEvent() [2/2]
static bool QTestAccessibility::verifyEvent |
( |
QObject * |
o, |
|
|
int |
c, |
|
|
int |
e |
|
) |
| |
|
inlinestatic |
Definition at line 110 of file qtestaccessible.h.
static bool verifyEvent(const QTestAccessibilityEvent &ev)
The documentation for this class was generated from the following file: