|
| 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 |
|
| 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 9 of file PluginScreenCapture.h.
◆ CPluginScreenCapture()
CPluginScreenCapture::CPluginScreenCapture |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ Description()
const QString CPluginScreenCapture::Description |
( |
| ) |
const |
|
overridevirtual |
◆ DisplayName()
const QString CPluginScreenCapture::DisplayName |
( |
| ) |
const |
|
overridevirtual |
◆ Icon()
const QIcon CPluginScreenCapture::Icon |
( |
| ) |
const |
|
overridevirtual |
◆ Name()
const QString CPluginScreenCapture::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 16 of file PluginScreenCapture.cpp.
◆ OnCreateConnecter()
CConnecter * CPluginScreenCapture::OnCreateConnecter |
( |
const QString & |
szId | ) |
|
|
overrideprivatevirtual |
◆ Protocol()
const QString CPluginScreenCapture::Protocol |
( |
| ) |
const |
|
overridevirtual |
◆ Version()
const QString CPluginScreenCapture::Version |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: