|
QGIS API Documentation
master-3f58142
|
Convenience metadata class that uses static functions to create symbol layer and its widget. More...
#include <qgssymbollayerv2registry.h>
Inheritance diagram for QgsSymbolLayerV2Metadata:
Collaboration diagram for QgsSymbolLayerV2Metadata:Convenience metadata class that uses static functions to create symbol layer and its widget.
Definition at line 63 of file qgssymbollayerv2registry.h.
| QgsSymbolLayerV2Metadata::QgsSymbolLayerV2Metadata | ( | QString | name, |
| QString | visibleName, | ||
| QgsSymbolV2::SymbolType | type, | ||
| QgsSymbolLayerV2CreateFunc | pfCreate, | ||
| QgsSymbolLayerV2WidgetFunc | pfWidget = NULL |
||
| ) | [inline] |
not available in python bindings
Definition at line 67 of file qgssymbollayerv2registry.h.
| QgsSymbolLayerV2Metadata::QgsSymbolLayerV2Metadata | ( | QString | name, |
| QString | visibleName, | ||
| QgsSymbolV2::SymbolType | type, | ||
| QgsSymbolLayerV2CreateFunc | pfCreate, | ||
| QgsSymbolLayerV2CreateFromSldFunc | pfCreateFromSld, | ||
| QgsSymbolLayerV2WidgetFunc | pfWidget = NULL |
||
| ) | [inline] |
not available in python bindings
Definition at line 78 of file qgssymbollayerv2registry.h.
| QgsSymbolLayerV2CreateFromSldFunc QgsSymbolLayerV2Metadata::createFromSldFunction | ( | ) | const [inline] |
not available in python bindings
Definition at line 94 of file qgssymbollayerv2registry.h.
| QgsSymbolLayerV2CreateFunc QgsSymbolLayerV2Metadata::createFunction | ( | ) | const [inline] |
not available in python bindings
Definition at line 90 of file qgssymbollayerv2registry.h.
| virtual QgsSymbolLayerV2* QgsSymbolLayerV2Metadata::createSymbolLayer | ( | const QgsStringMap & | map | ) | [inline, virtual] |
create a symbol layer of this type given the map of properties.
Implements QgsSymbolLayerV2AbstractMetadata.
Definition at line 99 of file qgssymbollayerv2registry.h.
| virtual QgsSymbolLayerV2* QgsSymbolLayerV2Metadata::createSymbolLayerFromSld | ( | QDomElement & | ) | [inline, virtual] |
create a symbol layer of this type given the map of properties.
Reimplemented from QgsSymbolLayerV2AbstractMetadata.
Definition at line 101 of file qgssymbollayerv2registry.h.
| virtual QgsSymbolLayerV2Widget* QgsSymbolLayerV2Metadata::createSymbolLayerWidget | ( | const QgsVectorLayer * | ) | [inline, virtual] |
create widget for symbol layer of this type.
Can return NULL if there's no GUI
Reimplemented from QgsSymbolLayerV2AbstractMetadata.
Definition at line 100 of file qgssymbollayerv2registry.h.
| void QgsSymbolLayerV2Metadata::setWidgetFunction | ( | QgsSymbolLayerV2WidgetFunc | f | ) | [inline] |
not available in python bindings
Definition at line 97 of file qgssymbollayerv2registry.h.
Referenced by _initWidgetFunction().
| QgsSymbolLayerV2WidgetFunc QgsSymbolLayerV2Metadata::widgetFunction | ( | ) | const [inline] |
not available in python bindings
Definition at line 92 of file qgssymbollayerv2registry.h.
Definition at line 106 of file qgssymbollayerv2registry.h.
Definition at line 104 of file qgssymbollayerv2registry.h.
Definition at line 105 of file qgssymbollayerv2registry.h.