Rabbit Remote Control 0.1.0-bate10
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Member Functions | List of all members
CPluginThread Class Reference

One thread handles multiple operate. More...

#include <PluginThread.h>

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

Signals

void sigNewBackend (COperate *pOperate)
 
void sigDeleteBackend (COperate *pOperate)
 

Public Member Functions

 CPluginThread (QObject *parent=nullptr)
 

Protected Member Functions

virtual void run () override
 One thread handles multiple operate.
 

Detailed Description

One thread handles multiple operate.

only used by CPluginBackendThread. Be used by plugin.

See also
CPluginBackendThread CManageBackend

Definition at line 19 of file PluginThread.h.

Constructor & Destructor Documentation

◆ ~CPluginThread()

CPluginThread::~CPluginThread ( )
virtual

Definition at line 16 of file PluginThread.cpp.

Member Function Documentation

◆ run()

void CPluginThread::run ( )
overrideprotectedvirtual

One thread handles multiple operate.

Register sigNewBackend and sigDeleteBackend, then enter event loop.

Definition at line 25 of file PluginThread.cpp.


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