Rabbit Remote Control 0.0.30
|
Public Member Functions | |
CPluginScreenCapture (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 QString | Version () const override |
Version. | |
virtual const QIcon | Icon () const override |
Public Member Functions inherited from CPluginClient | |
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. | |
Private Member Functions | |
virtual CConnecter * | CreateConnecter (const QString &szId) override |
New CConnecter instance. | |
Definition at line 9 of file PluginScreenCapture.h.
|
explicit |
Definition at line 6 of file PluginScreenCapture.cpp.
|
overrideprivatevirtual |
New CConnecter instance.
Only is called by CClient
szId |
Implements CPluginClient.
Definition at line 41 of file PluginScreenCapture.cpp.
|
overridevirtual |
Plugin description.
Implements CPluginClient.
Definition at line 26 of file PluginScreenCapture.cpp.
|
overridevirtual |
The plugin display name.
Reimplemented from CPluginClient.
Definition at line 21 of file PluginScreenCapture.cpp.
|
overridevirtual |
Reimplemented from CPluginClient.
Definition at line 36 of file PluginScreenCapture.cpp.
|
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 16 of file PluginScreenCapture.cpp.
|
overridevirtual |
|
overridevirtual |