|
| CPluginRabbitVNC (QObject *parent=nullptr) |
| [Qt plugin interface]
|
|
virtual | ~CPluginRabbitVNC () override |
|
virtual const TYPE | Type () const 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.
|
|
| CPlugin (QObject *parent=nullptr) |
|
virtual const QString | TypeName (const TYPE t) const |
|
virtual const QString | Id () |
| ID. Default: Type() + ":" + 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 CPlugin.
Definition at line 34 of file PluginRabbitVNC.cpp.
◆ OnCreateOperate()
COperate * CPluginRabbitVNC::OnCreateOperate |
( |
const QString & |
szID | ) |
|
|
overrideprivatevirtual |
◆ Protocol()
const QString CPluginRabbitVNC::Protocol |
( |
| ) |
const |
|
overridevirtual |
◆ Type()
const CPluginRabbitVNC::TYPE CPluginRabbitVNC::Type |
( |
| ) |
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