QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include "qgsstyle.h"
#include "qgssymbol.h"
#include "qgscolorramp.h"
#include "qgssymbollayerregistry.h"
#include "qgsapplication.h"
#include "qgslogger.h"
#include "qgsreadwritecontext.h"
#include "qgssettings.h"
#include "qgslegendpatchshape.h"
#include "qgslinestring.h"
#include "qgspolygon.h"
#include "qgsmarkersymbollayer.h"
#include "qgslinesymbollayer.h"
#include "qgsfillsymbollayer.h"
#include "qgsruntimeprofiler.h"
#include <QDomDocument>
#include <QDomElement>
#include <QDomNode>
#include <QDomNodeList>
#include <QFile>
#include <QTextStream>
#include <QByteArray>
#include <sqlite3.h>
#include "qgssqliteutils.h"
Go to the source code of this file.
Macros | |
#define | STYLE_CURRENT_VERSION "2" |
Enumerations | |
enum | LegendPatchTable { LegendPatchTableId, LegendPatchTableName, LegendPatchTableXML, LegendPatchTableFavoriteId } |
Columns available in the legend patch table. More... | |
#define STYLE_CURRENT_VERSION "2" |
Definition at line 44 of file qgsstyle.cpp.
enum LegendPatchTable |
Columns available in the legend patch table.
Enumerator | |
---|---|
LegendPatchTableId | Legend patch ID. |
LegendPatchTableName | Legend patch name. |
LegendPatchTableXML | Legend patch definition (as XML) |
LegendPatchTableFavoriteId | Legend patch is favorite flag. |
Definition at line 49 of file qgsstyle.cpp.