KIO
#include <thumbcreator.h>
Public Member Functions | |
virtual | ~ThumbCreatorV2 () |
virtual QWidget * | createConfigurationWidget () |
virtual void | writeConfiguration (const QWidget *configurationWidget) |
Public Member Functions inherited from ThumbCreator | |
virtual | ~ThumbCreator () |
virtual bool | create (const QString &path, int width, int height, QImage &img)=0 |
virtual Flags | flags () const |
Additional Inherited Members | |
Public Types inherited from ThumbCreator | |
enum | Flags { None = 0, DrawFrame = 1, BlendIcon = 2 } |
Detailed Description
- Since
- 4.7
Definition at line 150 of file thumbcreator.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 31 of file thumbcreator.cpp.
Member Function Documentation
|
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:
Definition at line 35 of file thumbcreator.cpp.
|
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:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.