|
Rabbit Remote Control 0.1.0-bate14
|
The backend thread. More...
#include <BackendThread.h>


Public Member Functions | |
| CBackendThread (COperate *pOperate, QObject *pParent=nullptr) | |
| CBackendThread. | |
| void | quit () |
| Quit. | |
Protected Member Functions | |
| virtual void | run () override |
Protected Attributes | |
| COperate * | m_pOperate |
| CBackend * | m_pBackend |
The backend thread.
Definition at line 14 of file BackendThread.h.
|
explicit |
| pOperate | |
| pParent | if is nullptr, then the thread is deleted when it is finished. other, the thread is deleted by the parent when the parent is deleted. |
|
overridevirtual |
Definition at line 24 of file BackendThread.cpp.
| void CBackendThread::quit | ( | ) |
Quit.
Definition at line 29 of file BackendThread.cpp.
|
overrideprotectedvirtual |
Definition at line 48 of file BackendThread.cpp.
|
protected |
Definition at line 36 of file BackendThread.h.
|
protected |
Definition at line 35 of file BackendThread.h.