|
| CPluginRabbitVNC (QObject *parent=nullptr) |
| [Qt plugin interface]
|
|
virtual | ~CPluginRabbitVNC () override |
|
virtual const QString | Name () const override |
| 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 override |
| The plugin display name.
|
|
virtual const QString | Description () const override |
| Plugin description.
|
|
virtual const QString | Protocol () const override |
| Plugin Protocol.
|
|
virtual const QIcon | Icon () const override |
|
virtual const QString | Version () const override |
| Version.
|
|
| 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 | Details () const |
| Display more information in About dialog or log.
|
|
Definition at line 10 of file PluginRabbitVNC.h.
◆ CPluginRabbitVNC()
CPluginRabbitVNC::CPluginRabbitVNC |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
[Qt plugin interface]
[Qt plugin interface]
[Initialize resource]
[Initialize resource]
Definition at line 12 of file PluginRabbitVNC.cpp.
◆ ~CPluginRabbitVNC()
CPluginRabbitVNC::~CPluginRabbitVNC |
( |
| ) |
|
|
overridevirtual |
◆ Description()
const QString CPluginRabbitVNC::Description |
( |
| ) |
const |
|
overridevirtual |
◆ DisplayName()
const QString CPluginRabbitVNC::DisplayName |
( |
| ) |
const |
|
overridevirtual |
◆ Icon()
const QIcon CPluginRabbitVNC::Icon |
( |
| ) |
const |
|
overridevirtual |
◆ Name()
const QString CPluginRabbitVNC::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 CPluginClient.
Definition at line 29 of file PluginRabbitVNC.cpp.
◆ OnCreateConnecter()
CConnecter * CPluginRabbitVNC::OnCreateConnecter |
( |
const QString & |
szID | ) |
|
|
overrideprivatevirtual |
◆ Protocol()
const QString CPluginRabbitVNC::Protocol |
( |
| ) |
const |
|
overridevirtual |
◆ Version()
const QString CPluginRabbitVNC::Version |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/RabbitVNC/Client/PluginRabbitVNC.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/RabbitVNC/Client/PluginRabbitVNC.cpp