|
| CPluginServiceRabbitVNC (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 | DisplayName () const override |
| The plugin display name.
|
|
virtual const QString | Description () const override |
| Plugin description.
|
|
| CPluginServiceThread (QObject *parent=nullptr) |
|
virtual void | Start () override |
| Default start a new thread to process Service.
|
|
virtual void | Stop () override |
|
| CPluginService (QObject *parent=nullptr) |
|
virtual const QString | Id () const |
| ID. Default: Protocol() + "_" + Name()
|
|
virtual const QIcon | Icon () const |
|
int | InitTranslator () |
|
Definition at line 9 of file PluginServiceRabbitVNC.h.
◆ CPluginServiceRabbitVNC()
CPluginServiceRabbitVNC::CPluginServiceRabbitVNC |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~CPluginServiceRabbitVNC()
CPluginServiceRabbitVNC::~CPluginServiceRabbitVNC |
( |
| ) |
|
|
virtual |
◆ Description()
const QString CPluginServiceRabbitVNC::Description |
( |
| ) |
const |
|
overridevirtual |
◆ DisplayName()
const QString CPluginServiceRabbitVNC::DisplayName |
( |
| ) |
const |
|
overridevirtual |
◆ Name()
const QString CPluginServiceRabbitVNC::Name |
( |
| ) |
const |
|
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 39 of file PluginServiceRabbitVNC.cpp.
◆ NewService()
CService * CPluginServiceRabbitVNC::NewService |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Protocol()
const QString CPluginServiceRabbitVNC::Protocol |
( |
| ) |
const |
|
overridevirtual |
◆ m_Translator
QTranslator CPluginServiceRabbitVNC::m_Translator |
|
private |
The documentation for this class was generated from the following files: