Simplified XF 1.1.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DispatcherThread Class Reference

The DispatcherThread calls the XFDispatcher execute() method in a separate thread. More...

Inheritance diagram for DispatcherThread:
Inheritance graph
Collaboration diagram for DispatcherThread:
Collaboration graph

Public Member Functions

 DispatcherThread (interface::XFDispatcher *dispatcher)
 DispatcherThread constructor. More...
 

Protected Member Functions

void run () override
 Method executed by the new thread. More...
 

Protected Attributes

interface::XFDispatcherdispatcher_
 Pointer to dispatcher used by the DispatcherThread.
 

Detailed Description

The DispatcherThread calls the XFDispatcher execute() method in a separate thread.

Constructor & Destructor Documentation

◆ DispatcherThread()

DispatcherThread::DispatcherThread ( interface::XFDispatcher dispatcher)
inline

DispatcherThread constructor.

Parameters
dispatcherDispatcher to be executed by the thread.

Member Function Documentation

◆ run()

void DispatcherThread::run ( )
inlineoverrideprotected

Method executed by the new thread.

For more information read the documentation of QThread.


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