98 int addGroup(
const QString& groupName,
int parent = 0 );
123 int addTag(
const QString& tagName );
141 int colorRampCount();
151 int colorrampId(
const QString& name );
177 bool removeSymbol(
const QString& name );
180 bool renameSymbol(
const QString& oldName,
const QString& newName );
196 int symbolId(
const QString& name );
198 int groupId(
const QString& group );
200 QString groupName(
int groupId )
const;
202 int tagId(
const QString& tag );
204 int smartgroupId(
const QString& smartgroup );
273 bool removeColorRamp(
const QString& name );
276 bool renameColorRamp(
const QString& oldName,
const QString& newName );
279 bool load(
const QString& filename );
317 QString smartgroupOperator(
int id );
323 bool exportXML(
const QString& filename );
326 bool importXML(
const QString& filename );
344 bool openDB(
const QString& filename );
350 bool runEmptyQuery(
char* query,
bool freeQuery =
true );
353 char* getGroupRemoveQuery(
int id );
QMultiMap< QString, QString > QgsSmartConditionMap
QString fileName()
return current file name of the style
static QgsStyleV2 * mDefaultStyle
QMap< int, QString > QgsSymbolGroupMap
QMap< QString, QgsVectorColorRampV2 *> QgsVectorColorRampV2Map
QgsVectorColorRampV2Map mColorRamps
StyleEntity
Enum for Entities involved in a style.
QString errorString()
return last error from load/save operation