|
| CPluginScreenCapture (QObject *parent=nullptr) |
|
virtual const TYPE | Type () const override |
|
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 |
|
| 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 6 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 CPlugin.
Definition at line 20 of file PluginScreenCapture.cpp.
◆ OnCreateOperate()
COperate * CPluginScreenCapture::OnCreateOperate |
( |
const QString & |
szId | ) |
|
|
overrideprivatevirtual |
◆ Protocol()
const QString CPluginScreenCapture::Protocol |
( |
| ) |
const |
|
overridevirtual |
◆ Type()
const CPlugin::TYPE CPluginScreenCapture::Type |
( |
| ) |
const |
|
overridevirtual |
◆ Version()
const QString CPluginScreenCapture::Version |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: