QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
#include <qgsgeometrygeneratorsymbollayerv2.h>
Public Member Functions | |
~QgsGeometryGeneratorSymbolLayerV2 () | |
QgsSymbolLayerV2 * | clone () const override |
Shall be reimplemented by subclasses to create a deep copy of the instance. More... | |
void | drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size) override |
QString | geometryExpression () const |
Get the expression to generate this geometry. More... | |
bool | isCompatibleWithSymbol (QgsSymbolV2 *symbol) const override |
Will always return true. More... | |
QString | layerType () const override |
Returns a string that represents this layer type. More... | |
QgsStringMap | properties () const override |
Should be reimplemented by subclasses to return a string map that contains the configuration information for the symbol layer. More... | |
virtual void | render (QgsSymbolV2RenderContext &context) |
Will render this symbol layer using the context. More... | |
void | setColor (const QColor &color) override |
The fill color. More... | |
void | setGeometryExpression (const QString &exp) |
Set the expression to generate this geometry. More... | |
virtual bool | setSubSymbol (QgsSymbolV2 *symbol) override |
set layer's subsymbol. takes ownership of the passed symbol More... | |
void | setSymbolType (QgsSymbolV2::SymbolType symbolType) |
Set the type of symbol which should be created. More... | |
void | startRender (QgsSymbolV2RenderContext &context) override |
void | stopRender (QgsSymbolV2RenderContext &context) override |
virtual QgsSymbolV2 * | subSymbol () override |
QgsSymbolV2::SymbolType | symbolType () const |
Access the symbol type. More... | |
virtual QSet< QString > | usedAttributes () const override |
Returns the set of attributes referenced by the layer. More... | |
Public Member Functions inherited from QgsSymbolLayerV2 | |
virtual | ~QgsSymbolLayerV2 () |
virtual QColor | color () const |
The fill color. More... | |
virtual Q_DECL_DEPRECATED const QgsExpression * | dataDefinedProperty (const QString &property) const |
Returns a data defined expression for a property, if set. More... | |
virtual Q_DECL_DEPRECATED QString | dataDefinedPropertyString (const QString &property) const |
Returns a data defined expression for a property, if set. More... | |
virtual double | dxfAngle (QgsSymbolV2RenderContext &context) const |
get angle More... | |
virtual QColor | dxfBrushColor (QgsSymbolV2RenderContext &context) const |
get brush/fill color More... | |
virtual Qt::BrushStyle | dxfBrushStyle () const |
get brush/fill style More... | |
virtual QColor | dxfColor (QgsSymbolV2RenderContext &context) const |
get color More... | |
virtual QVector< qreal > | dxfCustomDashPattern (QgsSymbolV2::OutputUnit &unit) const |
get dash pattern More... | |
virtual double | dxfOffset (const QgsDxfExport &e, QgsSymbolV2RenderContext &context) const |
get offset More... | |
virtual Qt::PenStyle | dxfPenStyle () const |
get pen style More... | |
virtual double | dxfWidth (const QgsDxfExport &e, QgsSymbolV2RenderContext &context) const |
get line width More... | |
virtual double | estimateMaxBleed () const |
Returns the estimated maximum distance which the layer style will bleed outside the drawn shape. More... | |
virtual Q_DECL_DEPRECATED QVariant | evaluateDataDefinedProperty (const QString &property, const QgsFeature *feature, const QVariant &defaultVal=QVariant(), bool *ok=nullptr) const |
Evaluates the matching data defined property and returns the calculated value. More... | |
virtual QVariant | evaluateDataDefinedProperty (const QString &property, const QgsSymbolV2RenderContext &context, const QVariant &defaultVal=QVariant(), bool *ok=nullptr) const |
Evaluates the matching data defined property and returns the calculated value. More... | |
virtual QColor | fillColor () const |
Get fill color. More... | |
virtual QgsDataDefined * | getDataDefinedProperty (const QString &property) const |
Returns the data defined property corresponding to the specified property key. More... | |
virtual bool | hasDataDefinedProperties () const |
Checks whether the layer has any associated data defined properties. More... | |
virtual bool | hasDataDefinedProperty (const QString &property) const |
Checks whether the layer has a matching data defined property and if that property is currently actived. More... | |
bool | isLocked () const |
virtual QgsMapUnitScale | mapUnitScale () const |
virtual QString | ogrFeatureStyle (double mmScaleFactor, double mapUnitScaleFactor) const |
virtual QColor | outlineColor () const |
Get outline color. More... | |
virtual QgsSymbolV2::OutputUnit | outputUnit () const |
QgsPaintEffect * | paintEffect () const |
Returns the current paint effect for the layer. More... | |
virtual void | removeDataDefinedProperties () |
Removes all data defined properties from the layer and deletes associated objects. More... | |
virtual void | removeDataDefinedProperty (const QString &property) |
Removes a data defined property from the layer. More... | |
int | renderingPass () const |
virtual Q_DECL_DEPRECATED void | setDataDefinedProperty (const QString &property, const QString &expressionString) |
Sets a data defined expression for a property. More... | |
virtual void | setDataDefinedProperty (const QString &property, QgsDataDefined *dataDefined) |
Sets a data defined property for the layer. More... | |
virtual void | setFillColor (const QColor &color) |
Set fill color. More... | |
void | setLocked (bool locked) |
virtual void | setMapUnitScale (const QgsMapUnitScale &scale) |
virtual void | setOutlineColor (const QColor &color) |
Set outline color. More... | |
virtual void | setOutputUnit (QgsSymbolV2::OutputUnit unit) |
void | setPaintEffect (QgsPaintEffect *effect) |
Sets the current paint effect for the layer. More... | |
void | setRenderingPass (int renderingPass) |
virtual void | toSld (QDomDocument &doc, QDomElement &element, const QgsStringMap &props) const |
Writes the SLD element following the SLD v1.1 specs. More... | |
QgsSymbolV2::SymbolType | type () const |
virtual bool | writeDxf (QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, QgsSymbolV2RenderContext &context, QPointF shift=QPointF(0.0, 0.0)) const |
write as DXF More... | |
Static Public Member Functions | |
static QgsSymbolLayerV2 * | create (const QgsStringMap &properties) |
Definition at line 24 of file qgsgeometrygeneratorsymbollayerv2.h.
QgsGeometryGeneratorSymbolLayerV2::~QgsGeometryGeneratorSymbolLayerV2 | ( | ) |
Definition at line 19 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
Shall be reimplemented by subclasses to create a deep copy of the instance.
Implements QgsSymbolLayerV2.
Definition at line 107 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
static |
Definition at line 26 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 145 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
inline |
Get the expression to generate this geometry.
Definition at line 67 of file qgsgeometrygeneratorsymbollayerv2.h.
|
overridevirtual |
Will always return true.
This is a hybrid layer, it constructs its own geometry so it does not care about the geometry of its parents.
Reimplemented from QgsSymbolLayerV2.
Definition at line 186 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
Returns a string that represents this layer type.
Used for serialization. Should match with the string used to register this symbol layer in the registry.
Implements QgsSymbolLayerV2.
Definition at line 63 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
Should be reimplemented by subclasses to return a string map that contains the configuration information for the symbol layer.
This is used to serialize a symbol layer perstistently.
Implements QgsSymbolLayerV2.
Definition at line 125 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
virtual |
Will render this symbol layer using the context.
In comparison to other symbols there is no geometry passed in, since the geometry will be created based on information from the context which contains a QgsRenderContext which in turn contains an expression context which is available to the evaluated expression.
context | The rendering context which will be used to render and to construct a geometry. |
Definition at line 191 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
The fill color.
Reimplemented from QgsSymbolLayerV2.
Definition at line 209 of file qgsgeometrygeneratorsymbollayerv2.cpp.
void QgsGeometryGeneratorSymbolLayerV2::setGeometryExpression | ( | const QString & | exp | ) |
Set the expression to generate this geometry.
Definition at line 151 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
set layer's subsymbol. takes ownership of the passed symbol
Reimplemented from QgsSymbolLayerV2.
Definition at line 156 of file qgsgeometrygeneratorsymbollayerv2.cpp.
void QgsGeometryGeneratorSymbolLayerV2::setSymbolType | ( | QgsSymbolV2::SymbolType | symbolType | ) |
Set the type of symbol which should be created.
Should match with the return type of the expression.
symbolType | The symbol type which shall be used below this symbol. |
Definition at line 68 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 94 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 101 of file qgsgeometrygeneratorsymbollayerv2.cpp.
|
inlineoverridevirtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 69 of file qgsgeometrygeneratorsymbollayerv2.h.
|
inline |
Access the symbol type.
This defines the type of geometry that is created by this generator.
Definition at line 47 of file qgsgeometrygeneratorsymbollayerv2.h.
Returns the set of attributes referenced by the layer.
This includes attributes required by any data defined properties associated with the layer.
Reimplemented from QgsSymbolLayerV2.
Definition at line 181 of file qgsgeometrygeneratorsymbollayerv2.cpp.