QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <qgssymbollayerwidget.h>
Public Slots | |
void | setSvgParameters (const QMap< QString, QgsProperty > ¶meters) |
Sets the dynamic SVG parameters. More... | |
void | setSvgPath (const QString &name) |
Sets the SVG path. More... | |
Public Member Functions | |
QgsSvgMarkerSymbolLayerWidget (QgsVectorLayer *vl, QWidget *parent=nullptr) | |
Constructor for QgsSvgMarkerSymbolLayerWidget. More... | |
~QgsSvgMarkerSymbolLayerWidget () override | |
void | setContext (const QgsSymbolWidgetContext &context) override |
Sets the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts. More... | |
void | setSymbolLayer (QgsSymbolLayer *layer) override |
QgsSymbolLayer * | symbolLayer () override |
Public Member Functions inherited from QgsSymbolLayerWidget | |
QgsSymbolLayerWidget (QWidget *parent, QgsVectorLayer *vl=nullptr) | |
Constructor for QgsSymbolLayerWidget. More... | |
QgsSymbolWidgetContext | context () const |
Returns the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts. More... | |
const QgsVectorLayer * | vectorLayer () const |
Returns the vector layer associated with the widget. More... | |
Public Member Functions inherited from QgsExpressionContextGenerator | |
virtual | ~QgsExpressionContextGenerator ()=default |
Static Public Member Functions | |
static QgsSymbolLayerWidget * | create (QgsVectorLayer *vl) |
Creates a new QgsSvgMarkerSymbolLayerWidget. More... | |
Protected Member Functions | |
Q_DECL_DEPRECATED void | populateList () |
This method does nothing anymore, the loading is automatic. More... | |
void | setGuiForSvg (const QgsSvgMarkerSymbolLayer *layer, bool skipDefaultColors=false) |
Updates the GUI to reflect the SVG marker symbol layer. More... | |
Protected Member Functions inherited from QgsSymbolLayerWidget | |
QgsExpressionContext | createExpressionContext () const override |
This method needs to be reimplemented in all classes which implement this interface and return an expression context. More... | |
void | registerDataDefinedButton (QgsPropertyOverrideButton *button, QgsSymbolLayer::Property key) |
Registers a data defined override button. More... | |
Protected Attributes | |
QgsSvgMarkerSymbolLayer * | mLayer = nullptr |
Additional Inherited Members | |
Signals inherited from QgsSymbolLayerWidget | |
void | changed () |
Should be emitted whenever configuration changes happened on this symbol layer configuration. More... | |
void | symbolChanged () |
Should be emitted whenever the sub symbol changed on this symbol layer configuration. More... | |
Protected Slots inherited from QgsSymbolLayerWidget | |
void | updateDataDefinedProperty () |
Definition at line 587 of file qgssymbollayerwidget.h.
QgsSvgMarkerSymbolLayerWidget::QgsSvgMarkerSymbolLayerWidget | ( | QgsVectorLayer * | vl, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsSvgMarkerSymbolLayerWidget.
vl | associated vector layer |
parent | parent widget |
Definition at line 2410 of file qgssymbollayerwidget.cpp.
|
overridedefault |
|
inlinestatic |
Creates a new QgsSvgMarkerSymbolLayerWidget.
vl | associated vector layer |
Definition at line 605 of file qgssymbollayerwidget.h.
|
inlineprotected |
This method does nothing anymore, the loading is automatic.
Definition at line 627 of file qgssymbollayerwidget.h.
|
overridevirtual |
Sets the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.
context | symbol widget context |
Reimplemented from QgsSymbolLayerWidget.
Definition at line 2637 of file qgssymbollayerwidget.cpp.
|
protected |
Updates the GUI to reflect the SVG marker symbol layer.
layer | SVG marker symbol layer |
skipDefaultColors | if true , the default fill and outline colors of the SVG file will not overwrite the ones from the symbol layer |
Definition at line 2482 of file qgssymbollayerwidget.cpp.
|
slot |
Sets the dynamic SVG parameters.
Definition at line 2652 of file qgssymbollayerwidget.cpp.
|
slot |
Sets the SVG path.
Definition at line 2643 of file qgssymbollayerwidget.cpp.
|
overridevirtual |
Implements QgsSymbolLayerWidget.
Definition at line 2562 of file qgssymbollayerwidget.cpp.
|
overridevirtual |
Implements QgsSymbolLayerWidget.
Definition at line 2632 of file qgssymbollayerwidget.cpp.
|
protected |
Definition at line 637 of file qgssymbollayerwidget.h.