ThumbCreatorV2 Class Reference
#include <thumbcreator.h>
Inheritance diagram for ThumbCreatorV2:
Public Member Functions | |
| virtual | ~ThumbCreatorV2 () |
| virtual QWidget * | createConfigurationWidget () |
| virtual void | writeConfiguration (const QWidget *configurationWidget) |
Detailed Description
- Since:
- 4.7
Constructor & Destructor Documentation
| ThumbCreatorV2::~ThumbCreatorV2 | ( | ) | [virtual] |
Definition at line 31 of file thumbcreator.cpp.
Member Function Documentation
| QWidget * ThumbCreatorV2::createConfigurationWidget | ( | ) | [virtual] |
Creates a widget that allows to configure the thumbcreator by the user.
The caller of this method is defined as owner of the returned instance and must take care to delete it. The default implementation returns 0.
The following key in the thumbcreator .desktop file must be set to mark the plugin as configurable:
Configurable=true
Definition at line 35 of file thumbcreator.cpp.
| void ThumbCreatorV2::writeConfiguration | ( | const QWidget * | configurationWidget | ) | [virtual] |
Writes the configuration that is specified by configurationWidget.
The passed configuration widget is the instance created by ThumbCreatorV2::createConfigurationWidget().
Definition at line 40 of file thumbcreator.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference