|
|
| CPluginTelnet (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}). 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 QIcon | Icon () const override |
| |
| virtual const TYPE | Type () 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 7 of file PluginTelnet.h.
◆ ~CPluginTelnet()
| CPluginTelnet::~CPluginTelnet |
( |
| ) |
|
|
virtual |
◆ Description()
| const QString CPluginTelnet::Description |
( |
| ) |
const |
|
overridevirtual |
◆ DisplayName()
| const QString CPluginTelnet::DisplayName |
( |
| ) |
const |
|
overridevirtual |
◆ Icon()
| const QIcon CPluginTelnet::Icon |
( |
| ) |
const |
|
overridevirtual |
◆ Name()
| const QString CPluginTelnet::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 23 of file PluginTelnet.cpp.
◆ OnCreateOperate()
| COperate * CPluginTelnet::OnCreateOperate |
( |
const QString & |
szId | ) |
|
|
overrideprivatevirtual |
◆ Protocol()
| const QString CPluginTelnet::Protocol |
( |
| ) |
const |
|
overridevirtual |
◆ Type()
| const CPlugin::TYPE CPluginTelnet::Type |
( |
| ) |
const |
|
overridevirtual |
◆ Version()
| const QString CPluginTelnet::Version |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/Telnet/PluginTelnet.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/Telnet/PluginTelnet.cpp