#include <qgssymbollayerwidget.h>
|
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...
|
|
Definition at line 34 of file qgssymbollayerwidget.h.
QgsSymbolLayerWidget::QgsSymbolLayerWidget |
( |
QWidget * |
parent, |
|
|
QgsVectorLayer * |
vl = nullptr |
|
) |
| |
|
inline |
void QgsSymbolLayerWidget::changed |
( |
| ) |
|
|
signal |
Should be emitted whenever configuration changes happened on this symbol layer configuration.
If the subsymbol is changed, symbolChanged() should be emitted instead.
Returns the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.
- See also
- setContext()
- Since
- QGIS 3.0
Definition at line 112 of file qgssymbollayerwidget.cpp.
Registers a data defined override button.
Handles setting up connections for the button and initializing the button to show the correct descriptions and help text for the associated property.
- Since
- QGIS 3.0
Definition at line 117 of file qgssymbollayerwidget.cpp.
Sets the context in which the symbol widget is shown, e.g., the associated map canvas and expression contexts.
- Parameters
-
context | symbol widget context |
- See also
- context()
- Since
- QGIS 3.0
Definition at line 96 of file qgssymbollayerwidget.cpp.
virtual void QgsSymbolLayerWidget::setSymbolLayer |
( |
QgsSymbolLayer * |
layer | ) |
|
|
pure virtual |
Implemented in QgsGeometryGeneratorSymbolLayerWidget, QgsCentroidFillSymbolLayerWidget, QgsFontMarkerSymbolLayerWidget, QgsPointPatternFillSymbolLayerWidget, QgsLinePatternFillSymbolLayerWidget, QgsSVGFillSymbolLayerWidget, QgsRasterFillSymbolLayerWidget, QgsSvgMarkerSymbolLayerWidget, QgsMarkerLineSymbolLayerWidget, QgsShapeburstFillSymbolLayerWidget, QgsGradientFillSymbolLayerWidget, QgsFilledMarkerSymbolLayerWidget, QgsSimpleFillSymbolLayerWidget, QgsSimpleMarkerSymbolLayerWidget, QgsSimpleLineSymbolLayerWidget, QgsEllipseSymbolLayerWidget, QgsArrowSymbolLayerWidget, and QgsVectorFieldSymbolLayerWidget.
void QgsSymbolLayerWidget::symbolChanged |
( |
| ) |
|
|
signal |
Should be emitted whenever the sub symbol changed on this symbol layer configuration.
Normally changed() should be preferred.
- See also
- changed()
Implemented in QgsGeometryGeneratorSymbolLayerWidget, QgsCentroidFillSymbolLayerWidget, QgsFontMarkerSymbolLayerWidget, QgsPointPatternFillSymbolLayerWidget, QgsLinePatternFillSymbolLayerWidget, QgsSVGFillSymbolLayerWidget, QgsRasterFillSymbolLayerWidget, QgsSvgMarkerSymbolLayerWidget, QgsMarkerLineSymbolLayerWidget, QgsShapeburstFillSymbolLayerWidget, QgsGradientFillSymbolLayerWidget, QgsFilledMarkerSymbolLayerWidget, QgsSimpleFillSymbolLayerWidget, QgsSimpleMarkerSymbolLayerWidget, QgsSimpleLineSymbolLayerWidget, QgsEllipseSymbolLayerWidget, QgsArrowSymbolLayerWidget, and QgsVectorFieldSymbolLayerWidget.
void QgsSymbolLayerWidget::updateDataDefinedProperty |
( |
| ) |
|
|
protectedslot |
Returns the vector layer associated with the widget.
- Since
- QGIS 2.12
Definition at line 72 of file qgssymbollayerwidget.h.
The documentation for this class was generated from the following files: