|
| double | angle () const |
| |
| void | drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size) override |
| |
| virtual void | renderPolygon (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context)=0 |
| |
| void | setAngle (double angle) |
| |
| virtual | ~QgsSymbolLayerV2 () |
| |
| virtual QgsSymbolLayerV2 * | clone () const =0 |
| | Shall be reimplemented by subclasses to create a deep copy of the instance. More...
|
| |
| 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...
|
| |
| virtual bool | isCompatibleWithSymbol (QgsSymbolV2 *symbol) const |
| | Returns if the layer can be used below the specified symbol. More...
|
| |
| bool | isLocked () const |
| |
| virtual QString | layerType () const =0 |
| | Returns a string that represents this layer type. More...
|
| |
| 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 QgsStringMap | properties () const =0 |
| | Should be reimplemented by subclasses to return a string map that contains the configuration information for the symbol 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 void | setColor (const QColor &color) |
| | The fill color. More...
|
| |
| 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 bool | setSubSymbol (QgsSymbolV2 *symbol) |
| | set layer's subsymbol. takes ownership of the passed symbol More...
|
| |
| virtual void | startRender (QgsSymbolV2RenderContext &context)=0 |
| |
| virtual void | stopRender (QgsSymbolV2RenderContext &context)=0 |
| |
| virtual QgsSymbolV2 * | subSymbol () |
| |
| 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 QSet< QString > | usedAttributes () const |
| | Returns the set of attributes referenced by the layer. More...
|
| |
| virtual bool | writeDxf (QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, QgsSymbolV2RenderContext &context, QPointF shift=QPointF(0.0, 0.0)) const |
| | write as DXF More...
|
| |
Definition at line 740 of file qgssymbollayerv2.h.