19 #include "qgis_core.h"
59 #define QGSCLIPBOARD_STYLE_MIME "application/qgis.style"
234 bool addTextFormat(
const QString &name,
const QgsTextFormat &format,
bool update =
false );
246 bool addLabelSettings(
const QString &name,
const QgsPalLayerSettings &settings,
bool update =
false );
258 bool addLegendPatchShape(
const QString &name,
const QgsLegendPatchShape &shape,
bool update =
false );
278 int addTag(
const QString &tagName );
303 int addSmartgroup(
const QString &name,
const QString &op,
const QStringList &matchTag,
const QStringList &noMatchTag,
304 const QStringList &matchName,
const QStringList &noMatchName );
312 QStringList tags()
const;
324 int colorRampCount();
327 QStringList colorRampNames()
const;
330 const QgsColorRamp *colorRampRef(
const QString &name )
const;
336 int colorrampId(
const QString &name );
349 int textFormatCount()
const;
355 QStringList textFormatNames()
const;
363 int textFormatId(
const QString &name );
383 int legendPatchShapesCount()
const;
405 int symbol3DCount()
const;
413 QList< QgsWkbTypes::GeometryType > symbol3DCompatibleGeometryTypes(
const QString &name )
const;
428 int labelSettingsCount()
const;
434 QStringList labelSettingsNames()
const;
442 int labelSettingsId(
const QString &name );
448 static void cleanDefaultStyle()
SIP_SKIP;
459 bool tagSymbol( StyleEntity type, const QString &symbol, const QStringList &tags );
470 bool detagSymbol( StyleEntity type, const QString &symbol, const QStringList &tags );
480 bool detagSymbol( StyleEntity type, const QString &symbol );
483 bool removeSymbol( const QString &name );
492 bool renameEntity( StyleEntity type, const QString &oldName, const QString &newName );
499 bool renameSymbol( const QString &oldName, const QString &newName );
505 const
QgsSymbol *symbolRef( const QString &name ) const;
511 QStringList symbolNames() const;
517 int symbolId( const QString &name );
523 int entityId( StyleEntity type, const QString &name );
526 int tagId( const QString &tag );
528 int smartgroupId( const QString &smartgroup );
534 QStringList allNames( StyleEntity type ) const;
542 QStringList symbolsOfFavorite( StyleEntity type ) const;
551 QStringList symbolsWithTag( StyleEntity type,
int tagid ) const;
560 bool addFavorite( StyleEntity type, const QString &name );
569 bool removeFavorite( StyleEntity type, const QString &name );
578 bool rename( StyleEntity type,
int id, const QString &newName );
588 bool remove( StyleEntity type,
int id );
596 bool removeEntityByName( StyleEntity type, const QString &name );
607 bool saveSymbol( const QString &name,
QgsSymbol *symbol,
bool favorite, const QStringList &tags );
618 bool saveColorRamp( const QString &name,
QgsColorRamp *ramp,
bool favorite, const QStringList &tags );
621 bool removeColorRamp( const QString &name );
624 bool renameColorRamp( const QString &oldName, const QString &newName );
635 bool saveTextFormat( const QString &name, const
QgsTextFormat &format,
bool favorite, const QStringList &tags );
641 bool removeTextFormat( const QString &name );
648 bool renameTextFormat( const QString &oldName, const QString &newName );
659 bool saveLabelSettings( const QString &name, const
QgsPalLayerSettings &settings,
bool favorite, const QStringList &tags );
665 bool removeLabelSettings( const QString &name );
672 bool renameLabelSettings( const QString &oldName, const QString &newName );
685 bool saveLegendPatchShape( const QString &name, const
QgsLegendPatchShape &shape,
bool favorite, const QStringList &tags );
692 bool renameLegendPatchShape( const QString &oldName, const QString &newName );
698 QStringList legendPatchShapeNames() const;
723 QList< QList< QPolygonF > > defaultPatchAsQPolygonF(
Qgis::SymbolType type, QSizeF size ) const;
760 bool renameSymbol3D(
const QString &oldName,
const QString &newName );
766 QStringList symbol3DNames()
const;
776 bool createDatabase(
const QString &filename );
786 bool createMemoryDatabase();
806 bool load(
const QString &filename );
809 bool save( QString filename = QString() );
824 QStringList findSymbols( StyleEntity type,
const QString &qword );
833 QStringList tagsOfSymbol( StyleEntity type,
const QString &symbol );
841 bool isFavorite( StyleEntity type,
const QString &name );
851 bool symbolHasTag( StyleEntity type,
const QString &symbol,
const QString &tag );
854 QString tag(
int id )
const;
860 QStringList smartgroupNames()
const;
868 QString smartgroupOperator(
int id );
871 QStringList symbolsOfSmartgroup( StyleEntity type,
int id );
874 bool exportXml(
const QString &filename );
877 bool importXml(
const QString &filename );
887 static bool isXmlStyleFile(
const QString &path );
978 void rampRenamed(
const QString &oldName,
const QString &newName );
1085 QMap<QString, QgsLegendPatchShape > mLegendPatchShapes;
1086 QMap<QString, QgsAbstract3DSymbol * > m3dSymbols;
1088 QHash< QgsStyle::StyleEntity, QHash< QString, QStringList > > mCachedTags;
1089 QHash< QgsStyle::StyleEntity, QHash< QString, bool > > mCachedFavorites;
1091 QString mErrorString;
1096 std::unique_ptr< QgsSymbol > mPatchMarkerSymbol;
1097 std::unique_ptr< QgsSymbol > mPatchLineSymbol;
1098 std::unique_ptr< QgsSymbol > mPatchFillSymbol;
1100 mutable QHash< int, QHash< QSizeF, QgsLegendPatchShape > > mDefaultPatchCache;
1101 mutable QHash< int, QHash< QSizeF, QList< QList< QPolygonF > > > > mDefaultPatchQPolygonFCache;
1103 QMap< QString, QDomElement > mDeferred3DsymbolElements;
1104 void handleDeferred3DSymbolCreation();
1109 bool openDatabase(
const QString &filename );
1112 bool importXml(
const QString &filename,
int sinceVersion );
1120 bool runEmptyQuery(
const QString &query );
1123 int getId(
const QString &table,
const QString &name );
1126 QString getName(
const QString &table,
int id )
const;
1136 bool updateSymbol(
StyleEntity type,
const QString &name );
1138 void clearCachedTags(
StyleEntity type,
const QString &name );
1141 void upgradeIfRequired();
1146 static QString entityTableName(
StyleEntity type );
1151 static QString tagmapTableName(
StyleEntity type );
1156 static QString tagmapEntityIdFieldName(
StyleEntity type );
1159 friend class TestStyle;
1175 switch ( sipCpp->type() )
1178 sipType = sipType_QgsStyleSymbolEntity;
1182 sipType = sipType_QgsStyleColorRampEntity;
1186 sipType = sipType_QgsStyleTextFormatEntity;
1190 sipType = sipType_QgsStyleLabelSettingsEntity;
1319 : mSettings( settings )
The Qgis class provides global constants for use throughout the application.
Qgs3D is a singleton class containing various registries and other global members related to 3D class...
Abstract base class for color ramps.
Represents a patch shape for use in map legends.
Contains settings for how a map layer will be labeled.
A color ramp entity for QgsStyle databases.
QgsStyleColorRampEntity(QgsColorRamp *ramp)
Constructor for QgsStyleColorRampEntity, with the specified color ramp.
QgsColorRamp * ramp() const
Returns the entity's color ramp.
An interface for entities which can be placed in a QgsStyle database.
virtual QgsStyle::StyleEntity type() const =0
Returns the type of style entity.
virtual ~QgsStyleEntityInterface()=default
A label settings entity for QgsStyle databases.
const QgsPalLayerSettings & settings() const
Returns the entity's label settings.
QgsStyleLabelSettingsEntity(const QgsPalLayerSettings &settings)
Constructor for QgsStyleLabelSettingsEntity, with the specified label settings.
A legend patch shape entity for QgsStyle databases.
const QgsLegendPatchShape & shape() const
Returns the entity's legend patch shape.
QgsStyleLegendPatchShapeEntity(const QgsLegendPatchShape &shape)
Constructor for QgsStyleLegendPatchShapeEntity, with the specified legend patch shape.
A 3d symbol entity for QgsStyle databases.
const QgsAbstract3DSymbol * symbol() const
Returns the entity's symbol.
QgsStyleSymbol3DEntity(const QgsAbstract3DSymbol *symbol)
Constructor for QgsStyleSymbol3DEntity, with the specified symbol.
A symbol entity for QgsStyle databases.
QgsStyleSymbolEntity(QgsSymbol *symbol)
Constructor for QgsStyleSymbolEntity, with the specified symbol.
QgsSymbol * symbol() const
Returns the entity's symbol.
A text format entity for QgsStyle databases.
QgsTextFormat format() const
Returns the entity's text format.
QgsStyleTextFormatEntity(const QgsTextFormat &format)
Constructor for QgsStyleTextFormatEntity, with the specified text format.
void labelSettingsChanged(const QString &name)
Emitted whenever a label setting's definition is changed.
void entityChanged(QgsStyle::StyleEntity entity, const QString &name)
Emitted whenever an entity's definition is changed.
void labelSettingsAdded(const QString &name)
Emitted whenever label settings have been added to the style and the database has been updated as a r...
void rampAdded(const QString &name)
Emitted whenever a color ramp has been added to the style and the database has been updated as a resu...
void symbolSaved(const QString &name, QgsSymbol *symbol)
Emitted every time a new symbol has been added to the database.
void labelSettingsRemoved(const QString &name)
Emitted whenever label settings have been removed from the style and the database has been updated as...
StyleEntity
Enum for Entities involved in a style.
@ LabelSettingsEntity
Label settings.
@ TextFormatEntity
Text formats.
@ SmartgroupEntity
Smart groups.
@ Symbol3DEntity
3D symbol entity (since QGIS 3.14)
@ ColorrampEntity
Color ramps.
@ LegendPatchShapeEntity
Legend patch shape (since QGIS 3.14)
void symbolRenamed(const QString &oldName, const QString &newName)
Emitted whenever a symbol has been renamed from oldName to newName.
void groupsModified()
Emitted every time a tag or smartgroup has been added, removed, or renamed.
void rampRemoved(const QString &name)
Emitted whenever a color ramp has been removed from the style and the database has been updated as a ...
void entityRenamed(QgsStyle::StyleEntity entity, const QString &oldName, const QString &newName)
Emitted whenever a entity of the specified type has been renamed from oldName to newName.
void textFormatChanged(const QString &name)
Emitted whenever a text format's definition is changed.
QString errorString()
Returns last error from load/save operation.
void textFormatRenamed(const QString &oldName, const QString &newName)
Emitted whenever a text format has been renamed from oldName to newName.
void labelSettingsRenamed(const QString &oldName, const QString &newName)
Emitted whenever label settings have been renamed from oldName to newName.
void rampRenamed(const QString &oldName, const QString &newName)
Emitted whenever a color ramp has been renamed from oldName to newName.
void textFormatAdded(const QString &name)
Emitted whenever a text format has been added to the style and the database has been updated as a res...
void rampChanged(const QString &name)
Emitted whenever a color ramp's definition is changed.
void entityTagsChanged(QgsStyle::StyleEntity entity, const QString &name, const QStringList &newTags)
Emitted whenever an entity's tags are changed.
void favoritedChanged(QgsStyle::StyleEntity entity, const QString &name, bool isFavorite)
Emitted whenever an entity is either favorited or un-favorited.
void entityRemoved(QgsStyle::StyleEntity entity, const QString &name)
Emitted whenever an entity of the specified type is removed from the style and the database has been ...
void entityAdded(QgsStyle::StyleEntity entity, const QString &name)
Emitted every time a new entity has been added to the database.
TextFormatContext
Text format context.
@ Labeling
Text format used in labeling.
void symbolRemoved(const QString &name)
Emitted whenever a symbol has been removed from the style and the database has been updated as a resu...
void symbolChanged(const QString &name)
Emitted whenever a symbol's definition is changed.
QString fileName()
Returns current file name of the style.
void textFormatRemoved(const QString &name)
Emitted whenever a text format has been removed from the style and the database has been updated as a...
Abstract base class for all rendered symbols.
Container for all settings relating to text rendering.
GeometryType
The geometry types are used to group QgsWkbTypes::Type in a coarse way.
Unique pointer for sqlite3 databases, which automatically closes the database when the pointer goes o...
QMultiMap< QString, QString > QgsSmartConditionMap
A multimap to hold the smart group conditions as constraint and parameter pairs.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
QMap< QString, QgsSymbol * > QgsSymbolMap
QMap< QString, QgsPalLayerSettings > QgsLabelSettingsMap
Map of name to label settings.
TextFormatTable
Columns available in the text format table.
@ TextFormatFavoriteId
Text format is favorite flag.
@ TextFormatName
Text format name.
@ TextFormatId
Text format ID.
@ TextFormatXML
Text format definition (as XML)
QMap< QString, QgsTextFormat > QgsTextFormatMap
Map of name to text format.
SymbolTable
Columns available in the Symbols table.
@ SymbolFavoriteId
Symbol is favorite flag.
@ SymbolXML
Symbol definition (as XML)
TagmapTable
Columns available in the tag to symbol table.
@ TagmapSymbolId
Symbol ID.
QMap< QString, QgsColorRamp * > QgsVectorColorRampMap
TagTable
Columns available in the Tags table.
SmartgroupTable
Columns available in the smart group table.
@ SmartgroupXML
Smart group definition (as XML)
@ SmartgroupName
Smart group name.
@ SmartgroupId
Smart group ID.
QMap< int, QString > QgsSymbolGroupMap
LabelSettingsTable
Columns available in the label settings table.
@ LabelSettingsName
Label settings name.
@ LabelSettingsXML
Label settings definition (as XML)
@ LabelSettingsFavoriteId
Label settings is favorite flag.
@ LabelSettingsId
Label settings ID.
ColorrampTable
Columns available in the color ramp table.
@ ColorrampId
Color ramp ID.
@ ColorrampName
Color ramp name.
@ ColorrampFavoriteId
Color ramp is favorite flag.
@ ColorrampXML
Color ramp definition (as XML)