#include "qgis_core.h"
#include "qgis.h"
#include <QMap>
#include <QMultiMap>
#include <QString>
#include <sqlite3.h>
#include "qgssqliteutils.h"
#include "qgssymbollayerutils.h"
Go to the source code of this file.
|
enum | ColorrampTable { ColorrampId,
ColorrampName,
ColorrampXML,
ColorrampFavoriteId
} |
|
enum | SmartgroupTable { SmartgroupId,
SmartgroupName,
SmartgroupXML
} |
|
enum | SymbolTable { SymbolId,
SymbolName,
SymbolXML,
SymbolFavoriteId
} |
|
enum | TagmapTable { TagmapTagId,
TagmapSymbolId
} |
|
enum | TagTable { TagId,
TagName
} |
|
#define QGSCLIPBOARD_STYLE_MIME "application/qgis.style" |
Enumerator |
---|
ColorrampId |
|
ColorrampName |
|
ColorrampXML |
|
ColorrampFavoriteId |
|
Definition at line 69 of file qgsstyle.h.
Enumerator |
---|
SmartgroupId |
|
SmartgroupName |
|
SmartgroupXML |
|
Definition at line 70 of file qgsstyle.h.
Enumerator |
---|
SymbolId |
|
SymbolName |
|
SymbolXML |
|
SymbolFavoriteId |
|
Definition at line 66 of file qgsstyle.h.
Enumerator |
---|
TagmapTagId |
|
TagmapSymbolId |
|
Definition at line 68 of file qgsstyle.h.