QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#include <qgssymbollayerwidget.h>
Public Member Functions | |
QgsSVGFillSymbolLayerWidget (QgsVectorLayer *vl, QWidget *parent=nullptr) | |
Constructor for QgsSVGFillSymbolLayerWidget. 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... | |
void | setContext (const QgsSymbolWidgetContext &context) |
Sets 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 QgsSVGFillSymbolLayerWidget. More... | |
Protected Member Functions | |
void | insertIcons () |
void | updateParamGui (bool resetValues=true) |
Enables or disables svg fill color, stroke color and stroke width based on whether the svg file supports custom parameters. 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 | |
QgsSVGFillSymbolLayer * | 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 633 of file qgssymbollayerwidget.h.
QgsSVGFillSymbolLayerWidget::QgsSVGFillSymbolLayerWidget | ( | QgsVectorLayer * | vl, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsSVGFillSymbolLayerWidget.
vl | associated vector layer |
parent | parent widget |
Definition at line 2287 of file qgssymbollayerwidget.cpp.
|
inlinestatic |
Creates a new QgsSVGFillSymbolLayerWidget.
vl | associated vector layer |
Definition at line 650 of file qgssymbollayerwidget.h.
|
protected |
Definition at line 2404 of file qgssymbollayerwidget.cpp.
|
overridevirtual |
Implements QgsSymbolLayerWidget.
Definition at line 2317 of file qgssymbollayerwidget.cpp.
|
overridevirtual |
Implements QgsSymbolLayerWidget.
Definition at line 2368 of file qgssymbollayerwidget.cpp.
|
protected |
Enables or disables svg fill color, stroke color and stroke width based on whether the svg file supports custom parameters.
resetValues | set to true to overwrite existing layer fill color, stroke color and stroke width with default values from svg file |
Definition at line 2446 of file qgssymbollayerwidget.cpp.
|
protected |
Definition at line 657 of file qgssymbollayerwidget.h.