Rabbit Remote Control 0.0.30
|
Public Member Functions | |
CPluginServiceLibVNCServer (QObject *parent=nullptr) | |
virtual const QString | Protocol () const override |
Plugin Protocol. | |
virtual const QString | Name () const override |
This name must be the same as the project name (${PROJECT_NAME}). | |
virtual const QString | Description () const override |
Plugin description. | |
Public Member Functions inherited from CPluginServiceThread | |
CPluginServiceThread (QObject *parent=nullptr) | |
virtual void | Start () override |
Default start a new thread to process Service. | |
virtual void | Stop () override |
Public Member Functions inherited from CPluginService | |
CPluginService (QObject *parent=nullptr) | |
virtual const QString | Id () const |
ID. Default: Protocol() + "_" + Name() | |
virtual const QString | DisplayName () const |
The plugin display name. | |
virtual const QIcon | Icon () const |
int | InitTranslator () |
Protected Member Functions | |
virtual CService * | NewService () override |
New service. | |
Definition at line 7 of file PluginServiceLibVNCServer.h.
CPluginServiceLibVNCServer::CPluginServiceLibVNCServer | ( | QObject * | parent = nullptr | ) |
Definition at line 8 of file PluginServiceLibVNCServer.cpp.
|
virtual |
Definition at line 13 of file PluginServiceLibVNCServer.cpp.
|
overridevirtual |
Plugin description.
Implements CPluginService.
Definition at line 28 of file PluginServiceLibVNCServer.cpp.
|
overridevirtual |
This name must be the same as the project name (${PROJECT_NAME}).
The translation file (${PROJECT_NAME}_*.ts)) name is associated with it.
Implements CPluginService.
Definition at line 23 of file PluginServiceLibVNCServer.cpp.
|
overrideprotectedvirtual |
New service.
Implements CPluginService.
Definition at line 34 of file PluginServiceLibVNCServer.cpp.
|
overridevirtual |
Plugin Protocol.
Implements CPluginService.
Definition at line 18 of file PluginServiceLibVNCServer.cpp.