Stores metadata about a paint effect class.
More...
#include <qgspainteffectregistry.h>
Stores metadata about a paint effect class.
- Note
- It's necessary to implement the createPaintEffect() function. In C++ you can use the QgsPaintEffectMetadata convenience class to simplify creation of the metadata.
- Since
- QGIS 2.9
Definition at line 38 of file qgspainteffectregistry.h.
QgsPaintEffectAbstractMetadata::QgsPaintEffectAbstractMetadata |
( |
const QString & |
name, |
|
|
const QString & |
visibleName |
|
) |
| |
virtual QgsPaintEffectAbstractMetadata::~QgsPaintEffectAbstractMetadata |
( |
| ) |
|
|
virtualdefault |
Create a paint effect of this class given an encoded map of properties.
- Parameters
-
- Returns
- new paint effect
Implemented in QgsPaintEffectMetadata.
Create configuration widget for paint effect of this class.
Can return nullptr if there's no GUI for the paint effect class.
- Returns
- configuration widget
Reimplemented in QgsPaintEffectMetadata.
Definition at line 77 of file qgspainteffectregistry.h.
QString QgsPaintEffectAbstractMetadata::name |
( |
| ) |
const |
|
inline |
QString QgsPaintEffectAbstractMetadata::visibleName |
( |
| ) |
const |
|
inline |
Returns the user visible string representing the paint effect class.
- Returns
- friendly user visible string
- See also
- name
Definition at line 63 of file qgspainteffectregistry.h.
QString QgsPaintEffectAbstractMetadata::mName |
|
protected |
QString QgsPaintEffectAbstractMetadata::mVisibleName |
|
protected |
The documentation for this class was generated from the following files: