1 #ifndef QGSCATEGORIZEDSYMBOLRENDERERV2_H
2 #define QGSCATEGORIZEDSYMBOLRENDERERV2_H
24 QVariant value()
const;
26 QString label()
const;
28 void setValue(
const QVariant &value );
30 void setLabel(
const QString &label );
59 virtual QString
dump();
68 int categoryIndexForValue( QVariant val );
70 bool updateCategoryValue(
int catIndex,
const QVariant &value );
71 bool updateCategorySymbol(
int catIndex,
QgsSymbolV2* symbol );
72 bool updateCategoryLabel(
int catIndex, QString label );
75 bool deleteCategory(
int catIndex );
76 void deleteAllCategories();
85 virtual QDomElement
save( QDomDocument& doc );
134 #endif // QGSCATEGORIZEDSYMBOLRENDERERV2_H