Rabbit Remote Control 0.0.37
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CBackendThread Class Reference

The backend thread. More...

#include <BackendThread.h>

Inheritance diagram for CBackendThread:
Inheritance graph
[legend]
Collaboration diagram for CBackendThread:
Collaboration graph
[legend]

Public Member Functions

 CBackendThread (COperate *pOperate=nullptr)
 
virtual void quit ()
 Quit.
 

Protected Member Functions

virtual void run () override
 

Protected Attributes

COperatem_pOperate
 
CBackendm_pBackend
 

Detailed Description

The backend thread.

Definition at line 14 of file BackendThread.h.

Constructor & Destructor Documentation

◆ ~CBackendThread()

CBackendThread::~CBackendThread ( )
overridevirtual

Definition at line 26 of file BackendThread.cpp.

Member Function Documentation

◆ quit()

void CBackendThread::quit ( )
virtual

Quit.

Note
Use this replace QThread::quit, QThread::exit, QThread::terminate

Definition at line 31 of file BackendThread.cpp.

◆ run()

void CBackendThread::run ( )
overrideprotectedvirtual

Definition at line 50 of file BackendThread.cpp.

Member Data Documentation

◆ m_pBackend

CBackend* CBackendThread::m_pBackend
protected

Definition at line 28 of file BackendThread.h.

◆ m_pOperate

COperate* CBackendThread::m_pOperate
protected

Definition at line 27 of file BackendThread.h.


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