|
| CPluginServiceFreeRDP (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.
|
|
| CPluginService (QObject *parent=nullptr) |
|
virtual const QString | Id () const |
| ID. Default: Protocol() + "_" + Name()
|
|
virtual const QIcon | Icon () const |
|
virtual void | Start () |
| Start a Service.
|
|
virtual void | Stop () |
|
int | InitTranslator () |
|
Definition at line 8 of file PluginServiceFreeRDP.h.
◆ CPluginServiceFreeRDP()
CPluginServiceFreeRDP::CPluginServiceFreeRDP |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~CPluginServiceFreeRDP()
CPluginServiceFreeRDP::~CPluginServiceFreeRDP |
( |
| ) |
|
|
virtual |
◆ Description()
const QString CPluginServiceFreeRDP::Description |
( |
| ) |
const |
|
overridevirtual |
◆ DisplayName()
const QString CPluginServiceFreeRDP::DisplayName |
( |
| ) |
const |
|
overridevirtual |
◆ Name()
const QString CPluginServiceFreeRDP::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 18 of file PluginServiceFreeRDP.cpp.
◆ NewService()
CService * CPluginServiceFreeRDP::NewService |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Protocol()
const QString CPluginServiceFreeRDP::Protocol |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: