QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
45 if ( props.contains( QStringLiteral(
"mask_symbollayers" ) ) )
64 return QStringLiteral(
"MaskMarker" );
78 attributes.unite( mSymbol->usedAttributes( context ) );
87 if ( mSymbol && mSymbol->hasDataDefinedProperties() )
98 mEffect.reset( lPaintEffect->clone() );
137 if ( mMaskedSymbolLayers.isEmpty() )
146 if ( mEffect && mEffect->enabled() )
150 p->translate( point );
QgsStringMap properties() const override
Should be reimplemented by subclasses to return a string map that contains the configuration informat...
QPainter * maskPainter(int id=0)
Returns a mask QPainter for the render operation.
void setEffect(QgsPaintEffect *effect)
Sets the effect to be painted.
double size() const
Returns the symbol size.
A class to manager painter saving and restoring required for effect drawing.
const QgsFeature * feature() const
Returns the current feature being rendered.
static QgsSymbolLayer * create(const QgsStringMap &properties=QgsStringMap())
Create a new QgsMaskMarkerSymbolLayer.
static QgsMarkerSymbol * createSimple(const QgsStringMap &properties)
Create a marker symbol with one symbol layer: SimpleMarker with specified properties.
virtual bool hasDataDefinedProperties() const
Returns true if the symbol layer (or any of its sub-symbols) contains data defined properties.
Contains information about the context of a rendering operation.
QString layerType() const override
Returns a string that represents this layer type.
Abstract base class for all rendered symbols.
void drawPreviewIcon(QgsSymbolRenderContext &context, QSize size) override
QgsMaskMarkerSymbolLayer()
Simple constructor.
void renderPoint(QPointF point, QgsSymbolRenderContext &context) override
Renders a marker at the specified point.
bool setSubSymbol(QgsSymbol *symbol) override
Sets layer's subsymbol. takes ownership of the passed symbol.
bool hasDataDefinedProperties() const override
Returns true if the symbol layer (or any of its sub-symbols) contains data defined properties.
void startRender(QgsSymbolRenderContext &context) override
Called before a set of rendering operations commences on the supplied render context.
A marker symbol type, for rendering Point and MultiPoint geometries.
void copyPaintEffect(QgsSymbolLayer *destLayer) const
Copies paint effect of this layer to another symbol layer.
QRectF bounds(QPointF point, QgsSymbolRenderContext &context) override
Returns the approximate bounding box of the marker symbol layer, taking into account any data defined...
void setPaintEffect(QgsPaintEffect *effect)
Sets the current paint effect for the layer.
QgsSymbolLayerReferenceList stringToSymbolLayerReferenceList(const QString &str)
Utilitary function to parse a string originated from symbolLayerReferenceListToString into a QgsSymbo...
QgsPaintEffect * paintEffect() const
Returns the current paint effect for the layer.
virtual QSet< QString > usedAttributes(const QgsRenderContext &context) const
Returns the set of attributes referenced by the layer.
void stopRender(QgsSymbolRenderContext &context) override
Called after a set of rendering operations has finished on the supplied render context.
QString symbolLayerReferenceListToString(const QgsSymbolLayerReferenceList &lst)
Utilitary function to turn a QgsSymbolLayerReferenceList into a string.
QgsSymbolLayerReferenceList masks() const override
Returns a list of references to symbol layers that are masked by the sub symbol's shape.
QMap< QString, QString > QgsStringMap
QSet< QString > usedAttributes(const QgsRenderContext &context) const override
Returns the set of attributes referenced by the layer.
void setMasks(QgsSymbolLayerReferenceList maskedLayers)
Sets the symbol layers that will be masked by the sub symbol's shape.
bool isGuiPreview() const
Returns the Gui preview mode.
SymbolType type() const
Returns the symbol's type.
virtual void drawPreviewIcon(QgsSymbolRenderContext &context, QSize size) override
QgsMaskMarkerSymbolLayer * clone() const override
Shall be reimplemented by subclasses to create a deep copy of the instance.
QgsRenderContext & renderContext()
Returns a reference to the context's render context.
QPainter * painter()
Returns the destination QPainter for the render operation.
Special symbol layer that uses its sub symbol as a selective mask.
void copyDataDefinedProperties(QgsSymbolLayer *destLayer) const
Copies all data defined properties of this layer to another symbol layer.
A class to manage painter saving and restoring required for drawing on a different painter (mask pain...