Rabbit Remote Control 0.0.33
|
It starts a background thread by default. More...
#include <PluginClientThread.h>
Public Member Functions | |
CPluginClientThread (QObject *parent=nullptr) | |
![]() | |
CPluginClient (QObject *parent=nullptr) | |
When the derived class is implemented, The plugin global resources are initialized are loaded here. | |
virtual | ~CPluginClient () |
When the derived class is implemented, the resources are clean are unloaded here. | |
virtual const QString | Id () const |
ID. Default: Protocol() + ":" + Name() | |
virtual const QString | Protocol () const =0 |
Plugin Protocol. | |
virtual const QString | Name () const =0 |
This name must be the same as the project name (${PROJECT_NAME}). The translation file (${PROJECT_NAME}_*.ts)) name is associated with it. | |
virtual const QString | DisplayName () const |
The plugin display name. | |
virtual const QString | Description () const =0 |
Plugin description. | |
virtual const QString | Version () const =0 |
Version. | |
virtual const QIcon | Icon () const |
virtual const QString | Details () const |
Display more information in About dialog or log. | |
Private Member Functions | |
virtual CConnecter * | CreateConnecter (const QString &szProtocol, CParameterClient *para) override |
New CConnecter instance. | |
Private Attributes | |
CPluginThread * | m_pThread |
Additional Inherited Members | |
![]() | |
virtual CConnecter * | OnCreateConnecter (const QString &szId)=0 |
virtual Q_INVOKABLE int | DeleteConnecter (CConnecter *p) |
Delete CConnecter. | |
It starts a background thread by default.
Together with CConnecterConnect, it enables a background thread to handle multiple remote desktop connections.
Definition at line 25 of file PluginClientThread.h.
|
virtual |
Definition at line 22 of file PluginClientThread.cpp.
|
overrideprivatevirtual |
New CConnecter instance.
Only is called by CClient
szId |
Reimplemented from CPluginClient.
Definition at line 30 of file PluginClientThread.cpp.
|
private |
Definition at line 38 of file PluginClientThread.h.