Rabbit Remote Control 0.1.0-bate14
Loading...
Searching...
No Matches
CManageBackend Class Reference

Manage the backend of operate. More...

#include <ManageBackend.h>

Inheritance diagram for CManageBackend:
Collaboration diagram for CManageBackend:

Public Slots

void slotNewBackend (COperate *pOperate)
void slotDeleteBackend (COperate *pOperate)

Public Member Functions

 CManageBackend (QObject *parent=nullptr)

Private Attributes

QMap< COperate *, CBackend * > m_Backends

Detailed Description

Manage the backend of operate.

only used by CPluginThread

Note
It runs in a background thread.
See also
CPluginThread CPluginBackendThread

Definition at line 18 of file ManageBackend.h.

Constructor & Destructor Documentation

◆ ~CManageBackend()

CManageBackend::~CManageBackend ( )
virtual

Definition at line 13 of file ManageBackend.cpp.

Member Function Documentation

◆ slotDeleteBackend

void CManageBackend::slotDeleteBackend ( COperate * pOperate)
slot

Definition at line 54 of file ManageBackend.cpp.

◆ slotNewBackend

void CManageBackend::slotNewBackend ( COperate * pOperate)
slot

Definition at line 23 of file ManageBackend.cpp.

Member Data Documentation

◆ m_Backends

QMap<COperate*, CBackend*> CManageBackend::m_Backends
private

Definition at line 31 of file ManageBackend.h.


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