|
玉兔远程控制 0.1.0-bate11
|
The backend thread 更多...
#include <BackendThread.h>


Public 成员函数 | |
| CBackendThread (COperate *pOperate, QObject *pParent=nullptr) | |
| CBackendThread | |
| void | quit () |
| Quit | |
Protected 成员函数 | |
| virtual void | run () override |
Protected 属性 | |
| COperate * | m_pOperate |
| CBackend * | m_pBackend |
The backend thread
在文件 BackendThread.h 第 14 行定义.
|
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 |
在文件 BackendThread.cpp 第 24 行定义.
| void CBackendThread::quit | ( | ) |
Quit
在文件 BackendThread.cpp 第 29 行定义.
|
overrideprotectedvirtual |
在文件 BackendThread.cpp 第 48 行定义.
|
protected |
在文件 BackendThread.h 第 36 行定义.
|
protected |
在文件 BackendThread.h 第 35 行定义.