16 #ifndef QGSMAPLAYERSTYLE_H 17 #define QGSMAPLAYERSTYLE_H 19 #include "qgis_core.h" 24 #include <QStringList> 56 QString xmlData()
const;
64 void readXml(
const QDomElement &styleElement );
66 void writeXml( QDomElement &styleElement )
const;
98 void setOverrideStyle(
const QString &style );
103 bool mStyleOverridden =
false;
105 #endif // QGSMAPLAYERSTYLE_H Base class for all map layer types.
Restore overridden layer style on destruction.
Stores style information (renderer, opacity, labeling, diagrams etc.) applicable to a map layer...
QgsMapLayerStyleOverride(QgsMapLayer *layer)
Construct a style override object associated with a map layer.