玉兔远程控制 0.1.0-bate11
载入中...
搜索中...
未找到
CBackendThread类 参考

The backend thread 更多...

#include <BackendThread.h>

类 CBackendThread 继承关系图:
CBackendThread 的协作图:

Public 成员函数

 CBackendThread (COperate *pOperate, QObject *pParent=nullptr)
 CBackendThread
void quit ()
 Quit

Protected 成员函数

virtual void run () override

Protected 属性

COperatem_pOperate
CBackendm_pBackend

详细描述

The backend thread

在文件 BackendThread.h14 行定义.

构造及析构函数说明

◆ CBackendThread()

CBackendThread::CBackendThread ( COperate * pOperate,
QObject * pParent = nullptr )
explicit

CBackendThread

参数
pOperate
pParentif is nullptr, then the thread is deleted when it is finished. other, the thread is deleted by the parent when the parent is deleted.

◆ ~CBackendThread()

CBackendThread::~CBackendThread ( )
overridevirtual

在文件 BackendThread.cpp24 行定义.

成员函数说明

◆ quit()

void CBackendThread::quit ( )

Quit

注解
Use this replace QThread::quit, QThread::exit, QThread::terminate

在文件 BackendThread.cpp29 行定义.

◆ run()

void CBackendThread::run ( )
overrideprotectedvirtual

在文件 BackendThread.cpp48 行定义.

类成员变量说明

◆ m_pBackend

CBackend* CBackendThread::m_pBackend
protected

在文件 BackendThread.h36 行定义.

◆ m_pOperate

COperate* CBackendThread::m_pOperate
protected

在文件 BackendThread.h35 行定义.


该类的文档由以下文件生成: