QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Restore overridden layer style on destruction. More...
#include <qgsmaplayerstyle.h>
Public Member Functions | |
QgsMapLayerStyleOverride (QgsMapLayer *layer) | |
Construct a style override object associated with a map layer. | |
~QgsMapLayerStyleOverride () | |
void | setOverrideStyle (const QString &style) |
Temporarily apply a different style to the layer. | |
Restore overridden layer style on destruction.
Definition at line 80 of file qgsmaplayerstyle.h.
|
inline |
Construct a style override object associated with a map layer.
The overridden style will be restored upon object destruction.
Definition at line 88 of file qgsmaplayerstyle.h.
QgsMapLayerStyleOverride::~QgsMapLayerStyleOverride | ( | ) |
Definition at line 104 of file qgsmaplayerstyle.cpp.
void QgsMapLayerStyleOverride::setOverrideStyle | ( | const QString & | style | ) |
Temporarily apply a different style to the layer.
The argument can be either a style name or a full QML style definition.
Definition at line 110 of file qgsmaplayerstyle.cpp.