|
|
void | updateView () |
| |
|
void | updatedObject (int, const UpdateType &) |
| |
|
void | addToolbar (QToolBar *_toolbar) |
| |
|
void | metadataDeserialized (const QVector< QPair< QString, QString > > &data) |
| |
| virtual void | updateView () |
| | Update current view in Main Application.
|
| |
| virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| | Set a description for a public slot.
|
| |
| virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| | Set a renderer for the given viewer.
|
| |
| virtual void | addToolbar (QToolBar *_toolbar) |
| | Adds a Toolbar to the main widget.
|
| |
| virtual void | metadataDeserialized (const QVector< QPair< QString, QString > > &data)=0 |
| |
|
| QString | name () |
| | Return a name for the plugin.
|
| |
| QString | description () |
| | Return a description of what the plugin is doing.
|
| |
◆ DeserializeScreenshotMetadataPlugin()
| DeserializeScreenshotMetadataPlugin::DeserializeScreenshotMetadataPlugin |
( |
| ) |
|
◆ ~DeserializeScreenshotMetadataPlugin()
| DeserializeScreenshotMetadataPlugin::~DeserializeScreenshotMetadataPlugin |
( |
| ) |
|
|
inline |
◆ description()
| QString DeserializeScreenshotMetadataPlugin::description |
( |
| ) |
|
|
inlinevirtual |
◆ initializePlugin
| void DeserializeScreenshotMetadataPlugin::initializePlugin |
( |
| ) |
|
|
privateslot |
◆ name()
| QString DeserializeScreenshotMetadataPlugin::name |
( |
| ) |
|
|
inlinevirtual |
◆ pluginsInitialized
| void DeserializeScreenshotMetadataPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ slot_do_restore_from_screenshot
| void DeserializeScreenshotMetadataPlugin::slot_do_restore_from_screenshot |
( |
| ) |
|
|
privateslot |
◆ slot_restore_from_screenshot
| void DeserializeScreenshotMetadataPlugin::slot_restore_from_screenshot |
( |
| ) |
|
|
privateslot |
◆ slotGenericMetadataDeserialized
| void DeserializeScreenshotMetadataPlugin::slotGenericMetadataDeserialized |
( |
QString |
key, |
|
|
QString |
value |
|
) |
| |
|
privateslot |
◆ slotObjectMetadataDeserialized
| void DeserializeScreenshotMetadataPlugin::slotObjectMetadataDeserialized |
( |
QString |
object_name, |
|
|
QString |
value |
|
) |
| |
|
privateslot |
◆ slotObjectMetadataDeserializedJson
| void DeserializeScreenshotMetadataPlugin::slotObjectMetadataDeserializedJson |
( |
QString |
object_name, |
|
|
QJsonDocument |
value |
|
) |
| |
|
privateslot |
◆ restore_from_screenshot_dlg
◆ restoreAction
| QAction* DeserializeScreenshotMetadataPlugin::restoreAction |
|
private |
◆ toolbar
| QToolBar* DeserializeScreenshotMetadataPlugin::toolbar |
|
private |
The documentation for this class was generated from the following files: