Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QAndroidEventDispatcherStopper Class Reference

#include <qandroideventdispatcher.h>

Collaboration diagram for QAndroidEventDispatcherStopper:

Public Member Functions

void startAll ()
void stopAll ()
void addEventDispatcher (QAndroidEventDispatcher *dispatcher)
void removeEventDispatcher (QAndroidEventDispatcher *dispatcher)
void goingToStop (bool stop)

Static Public Member Functions

static QAndroidEventDispatcherStopperinstance ()
static bool stopped ()

Detailed Description

Definition at line 31 of file qandroideventdispatcher.h.

Member Function Documentation

◆ addEventDispatcher()

void QAndroidEventDispatcherStopper::addEventDispatcher ( QAndroidEventDispatcher * dispatcher)

Definition at line 94 of file qandroideventdispatcher.cpp.

Referenced by QAndroidEventDispatcher::QAndroidEventDispatcher().

Here is the caller graph for this function:

◆ goingToStop()

void QAndroidEventDispatcherStopper::goingToStop ( bool stop)

Definition at line 106 of file qandroideventdispatcher.cpp.

Referenced by updateApplicationState().

Here is the caller graph for this function:

◆ instance()

QAndroidEventDispatcherStopper * QAndroidEventDispatcherStopper::instance ( )
static

Definition at line 68 of file qandroideventdispatcher.cpp.

Referenced by QAndroidEventDispatcher::QAndroidEventDispatcher(), QAndroidEventDispatcher::~QAndroidEventDispatcher(), stopped(), and updateApplicationState().

Here is the caller graph for this function:

◆ removeEventDispatcher()

void QAndroidEventDispatcherStopper::removeEventDispatcher ( QAndroidEventDispatcher * dispatcher)

Definition at line 100 of file qandroideventdispatcher.cpp.

Referenced by QAndroidEventDispatcher::~QAndroidEventDispatcher().

Here is the caller graph for this function:

◆ startAll()

void QAndroidEventDispatcherStopper::startAll ( )

Definition at line 74 of file qandroideventdispatcher.cpp.

Referenced by updateApplicationState().

Here is the caller graph for this function:

◆ stopAll()

void QAndroidEventDispatcherStopper::stopAll ( )

Definition at line 84 of file qandroideventdispatcher.cpp.

Referenced by updateApplicationState().

Here is the caller graph for this function:

◆ stopped()

bool QAndroidEventDispatcherStopper::stopped ( )
inlinestatic

Definition at line 35 of file qandroideventdispatcher.h.

References instance().

Referenced by updateApplicationState().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: