![]() |
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 31 of file qandroideventdispatcher.h.
void QAndroidEventDispatcherStopper::addEventDispatcher | ( | QAndroidEventDispatcher * | dispatcher | ) |
Definition at line 94 of file qandroideventdispatcher.cpp.
Referenced by QAndroidEventDispatcher::QAndroidEventDispatcher().
void QAndroidEventDispatcherStopper::goingToStop | ( | bool | stop | ) |
Definition at line 106 of file qandroideventdispatcher.cpp.
Referenced by updateApplicationState().
|
static |
Definition at line 68 of file qandroideventdispatcher.cpp.
Referenced by QAndroidEventDispatcher::QAndroidEventDispatcher(), QAndroidEventDispatcher::~QAndroidEventDispatcher(), stopped(), and updateApplicationState().
void QAndroidEventDispatcherStopper::removeEventDispatcher | ( | QAndroidEventDispatcher * | dispatcher | ) |
Definition at line 100 of file qandroideventdispatcher.cpp.
Referenced by QAndroidEventDispatcher::~QAndroidEventDispatcher().
void QAndroidEventDispatcherStopper::startAll | ( | ) |
Definition at line 74 of file qandroideventdispatcher.cpp.
Referenced by updateApplicationState().
void QAndroidEventDispatcherStopper::stopAll | ( | ) |
Definition at line 84 of file qandroideventdispatcher.cpp.
Referenced by updateApplicationState().
|
inlinestatic |
Definition at line 35 of file qandroideventdispatcher.h.
References instance().
Referenced by updateApplicationState().