![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qandroideventdispatcher.h>
Public Member Functions | |
| void | startAll () |
| void | stopAll () |
| void | addEventDispatcher (QAndroidEventDispatcher *dispatcher) |
| void | removeEventDispatcher (QAndroidEventDispatcher *dispatcher) |
| void | goingToStop (bool stop) |
Static Public Member Functions | |
| static QAndroidEventDispatcherStopper * | instance () |
| static bool | stopped () |
Definition at line 32 of file qandroideventdispatcher.h.
| void QAndroidEventDispatcherStopper::addEventDispatcher | ( | QAndroidEventDispatcher * | dispatcher | ) |
Definition at line 95 of file qandroideventdispatcher.cpp.
Referenced by QAndroidEventDispatcher::QAndroidEventDispatcher().
| void QAndroidEventDispatcherStopper::goingToStop | ( | bool | stop | ) |
Definition at line 107 of file qandroideventdispatcher.cpp.
Referenced by updateApplicationState().
|
static |
Definition at line 69 of file qandroideventdispatcher.cpp.
Referenced by QAndroidEventDispatcher::QAndroidEventDispatcher(), QAndroidEventDispatcher::~QAndroidEventDispatcher(), stopped(), and updateApplicationState().
| void QAndroidEventDispatcherStopper::removeEventDispatcher | ( | QAndroidEventDispatcher * | dispatcher | ) |
Definition at line 101 of file qandroideventdispatcher.cpp.
Referenced by QAndroidEventDispatcher::~QAndroidEventDispatcher().
| void QAndroidEventDispatcherStopper::startAll | ( | ) |
Definition at line 75 of file qandroideventdispatcher.cpp.
Referenced by updateApplicationState().
| void QAndroidEventDispatcherStopper::stopAll | ( | ) |
Definition at line 85 of file qandroideventdispatcher.cpp.
Referenced by updateApplicationState().
|
inlinestatic |
Definition at line 36 of file qandroideventdispatcher.h.
References instance().
Referenced by updateApplicationState().