![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohoseventdispatcher.h>
Public Member Functions | |
| void | startAll () |
| void | stopAll () |
| void | addEventDispatcher (QOhosEventDispatcher *dispatcher) |
| void | removeEventDispatcher (QOhosEventDispatcher *dispatcher) |
| void | goingToStop (bool stop) |
Static Public Member Functions | |
| static QOhosEventDispatcherStopper * | instance () |
| static bool | stopped () |
Definition at line 32 of file qohoseventdispatcher.h.
| void QOhosEventDispatcherStopper::addEventDispatcher | ( | QOhosEventDispatcher * | dispatcher | ) |
Definition at line 92 of file qohoseventdispatcher.cpp.
| void QOhosEventDispatcherStopper::goingToStop | ( | bool | stop | ) |
Definition at line 104 of file qohoseventdispatcher.cpp.
Referenced by QtOhos::updateApplicationState().
|
static |
Definition at line 66 of file qohoseventdispatcher.cpp.
Referenced by QOhosEventDispatcher::~QOhosEventDispatcher(), stopped(), and QtOhos::updateApplicationState().
| void QOhosEventDispatcherStopper::removeEventDispatcher | ( | QOhosEventDispatcher * | dispatcher | ) |
Definition at line 98 of file qohoseventdispatcher.cpp.
Referenced by QOhosEventDispatcher::~QOhosEventDispatcher().
| void QOhosEventDispatcherStopper::startAll | ( | ) |
Definition at line 72 of file qohoseventdispatcher.cpp.
Referenced by QtOhos::updateApplicationState().
| void QOhosEventDispatcherStopper::stopAll | ( | ) |
Definition at line 82 of file qohoseventdispatcher.cpp.
|
inlinestatic |
Definition at line 36 of file qohoseventdispatcher.h.
References instance().
Referenced by QtOhos::updateApplicationState().