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
QOhosEventDispatcherStopper Class Reference

#include <qohoseventdispatcher.h>

Collaboration diagram for QOhosEventDispatcherStopper:

Public Member Functions

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

Static Public Member Functions

static QOhosEventDispatcherStopperinstance ()
static bool stopped ()

Detailed Description

Definition at line 32 of file qohoseventdispatcher.h.

Member Function Documentation

◆ addEventDispatcher()

void QOhosEventDispatcherStopper::addEventDispatcher ( QOhosEventDispatcher * dispatcher)

Definition at line 92 of file qohoseventdispatcher.cpp.

◆ goingToStop()

void QOhosEventDispatcherStopper::goingToStop ( bool stop)

Definition at line 104 of file qohoseventdispatcher.cpp.

Referenced by QtOhos::updateApplicationState().

Here is the caller graph for this function:

◆ instance()

QOhosEventDispatcherStopper * QOhosEventDispatcherStopper::instance ( )
static

Definition at line 66 of file qohoseventdispatcher.cpp.

Referenced by QOhosEventDispatcher::~QOhosEventDispatcher(), stopped(), and QtOhos::updateApplicationState().

Here is the caller graph for this function:

◆ removeEventDispatcher()

void QOhosEventDispatcherStopper::removeEventDispatcher ( QOhosEventDispatcher * dispatcher)

Definition at line 98 of file qohoseventdispatcher.cpp.

Referenced by QOhosEventDispatcher::~QOhosEventDispatcher().

Here is the caller graph for this function:

◆ startAll()

void QOhosEventDispatcherStopper::startAll ( )

Definition at line 72 of file qohoseventdispatcher.cpp.

Referenced by QtOhos::updateApplicationState().

Here is the caller graph for this function:

◆ stopAll()

void QOhosEventDispatcherStopper::stopAll ( )

Definition at line 82 of file qohoseventdispatcher.cpp.

◆ stopped()

bool QOhosEventDispatcherStopper::stopped ( )
inlinestatic

Definition at line 36 of file qohoseventdispatcher.h.

References instance().

Referenced by QtOhos::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: