QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgis_core.h"
#include "qgis.h"
#include <QMap>
#include <QMultiMap>
#include <QString>
#include <sqlite3.h>
#include "qgssqliteutils.h"
#include "qgssymbollayerutils.h"
#include "qgstextformat.h"
#include "qgspallabeling.h"
#include "qgslegendpatchshape.h"
Go to the source code of this file.
Classes | |
class | QgsStyle |
class | QgsStyleColorRampEntity |
A color ramp entity for QgsStyle databases. More... | |
class | QgsStyleEntityInterface |
An interface for entities which can be placed in a QgsStyle database. More... | |
class | QgsStyleLabelSettingsEntity |
A label settings entity for QgsStyle databases. More... | |
class | QgsStyleLegendPatchShapeEntity |
A legend patch shape entity for QgsStyle databases. More... | |
class | QgsStyleSymbol3DEntity |
A 3d symbol entity for QgsStyle databases. More... | |
class | QgsStyleSymbolEntity |
A symbol entity for QgsStyle databases. More... | |
class | QgsStyleTextFormatEntity |
A text format entity for QgsStyle databases. More... | |
Macros | |
#define | QGSCLIPBOARD_STYLE_MIME "application/qgis.style" |
Typedefs | |
typedef QMap< QString, QgsPalLayerSettings > | QgsLabelSettingsMap |
Map of name to label settings. | |
typedef QMultiMap< QString, QString > | QgsSmartConditionMap |
A multimap to hold the smart group conditions as constraint and parameter pairs. | |
typedef QMap< int, QString > | QgsSymbolGroupMap |
typedef QMap< QString, QgsTextFormat > | QgsTextFormatMap |
Map of name to text format. | |
typedef QMap< QString, QgsColorRamp * > | QgsVectorColorRampMap |
#define QGSCLIPBOARD_STYLE_MIME "application/qgis.style" |
Definition at line 59 of file qgsstyle.h.
typedef QMap<QString, QgsPalLayerSettings > QgsLabelSettingsMap |
typedef QMap<int, QString> QgsSymbolGroupMap |
Definition at line 42 of file qgsstyle.h.
typedef QMap<QString, QgsTextFormat > QgsTextFormatMap |
typedef QMap<QString, QgsColorRamp * > QgsVectorColorRampMap |
Definition at line 41 of file qgsstyle.h.