Rabbit Remote Control 0.1.0-bate10
Loading...
Searching...
No Matches
Public Slots | Public Member Functions | Private Attributes | List of all members
CManageBackend Class Reference

Manage the backend of operate. More...

#include <ManageBackend.h>

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

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: