1 #ifndef QGSRENDERERV2REGISTRY_H
2 #define QGSRENDERERV2REGISTRY_H
12 class QgsRendererV2Widget;
24 : mName( name ), mVisibleName( visibleName ), mIcon( icon ) {}
26 QString
name()
const {
return mName; }
29 QIcon
icon()
const {
return mIcon; }
30 void setIcon(
const QIcon& icon ) { mIcon = icon; }
69 {
return mWidgetFunc ? mWidgetFunc( layer, style, renderer ) : NULL; }
98 bool removeRenderer( QString rendererName );
104 QStringList renderersList();
119 #endif // QGSRENDERERV2REGISTRY_H