|
QGIS API Documentation
2.8.2-Wien
|
#include <qgssymbollayerv2.h>

Public Member Functions | |
| void | drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size) override |
| virtual double | dxfWidth (const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const override |
| QgsMapUnitScale | mapUnitScale () const override |
| double | offset () const |
| const QgsMapUnitScale & | offsetMapUnitScale () const |
| QgsSymbolV2::OutputUnit | offsetUnit () const |
| QgsSymbolV2::OutputUnit | outputUnit () const override |
| virtual void | renderPolygonOutline (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context) |
| virtual void | renderPolyline (const QPolygonF &points, QgsSymbolV2RenderContext &context)=0 |
| void | setMapUnitScale (const QgsMapUnitScale &scale) override |
| void | setOffset (double offset) |
| void | setOffsetMapUnitScale (const QgsMapUnitScale &scale) |
| void | setOffsetUnit (QgsSymbolV2::OutputUnit unit) |
| void | setOutputUnit (QgsSymbolV2::OutputUnit unit) override |
| virtual void | setWidth (double width) |
| void | setWidthMapUnitScale (const QgsMapUnitScale &scale) |
| void | setWidthUnit (QgsSymbolV2::OutputUnit unit) |
| virtual double | width () const |
| const QgsMapUnitScale & | widthMapUnitScale () const |
| QgsSymbolV2::OutputUnit | widthUnit () const |
Public Member Functions inherited from QgsSymbolLayerV2 | |
| virtual | ~QgsSymbolLayerV2 () |
| virtual QgsSymbolLayerV2 * | clone () const =0 |
| virtual QColor | color () const |
| virtual const QgsExpression * | dataDefinedProperty (const QString &property) const |
| virtual QString | dataDefinedPropertyString (const QString &property) const |
| virtual QColor | dxfBrushColor (const QgsSymbolV2RenderContext &context) const |
| virtual Qt::BrushStyle | dxfBrushStyle () const |
| virtual QColor | dxfColor (const QgsSymbolV2RenderContext &context) const |
| virtual QVector< qreal > | dxfCustomDashPattern (QgsSymbolV2::OutputUnit &unit) const |
| virtual double | dxfOffset (const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const |
| virtual Qt::PenStyle | dxfPenStyle () const |
| virtual double | estimateMaxBleed () const |
| Returns the estimated maximum distance which the layer style will bleed outside the drawn shape. | |
| virtual QColor | fillColor () const |
| Get fill color. | |
| bool | hasDataDefinedProperties () const |
| bool | isLocked () const |
| virtual QString | layerType () const =0 |
| virtual QString | ogrFeatureStyle (double mmScaleFactor, double mapUnitScaleFactor) const |
| virtual QColor | outlineColor () const |
| Get outline color. | |
| virtual QgsStringMap | properties () const =0 |
| virtual void | removeDataDefinedProperties () |
| virtual void | removeDataDefinedProperty (const QString &property) |
| int | renderingPass () const |
| virtual void | setColor (const QColor &color) |
| virtual void | setDataDefinedProperty (const QString &property, const QString &expressionString) |
| virtual void | setFillColor (const QColor &color) |
| Set fill color. | |
| void | setLocked (bool locked) |
| virtual void | setOutlineColor (const QColor &color) |
| Set outline color. | |
| void | setRenderingPass (int renderingPass) |
| virtual bool | setSubSymbol (QgsSymbolV2 *symbol) |
| virtual void | startRender (QgsSymbolV2RenderContext &context)=0 |
| virtual void | stopRender (QgsSymbolV2RenderContext &context)=0 |
| virtual QgsSymbolV2 * | subSymbol () |
| virtual void | toSld (QDomDocument &doc, QDomElement &element, QgsStringMap props) const |
| QgsSymbolV2::SymbolType | type () const |
| virtual QSet< QString > | usedAttributes () const |
| virtual bool | writeDxf (QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, const QgsSymbolV2RenderContext *context, const QgsFeature *f, const QPointF &shift=QPointF(0.0, 0.0)) const |
Protected Member Functions | |
| QgsLineSymbolLayerV2 (bool locked=false) | |
Protected Member Functions inherited from QgsSymbolLayerV2 | |
| QgsSymbolLayerV2 (QgsSymbolV2::SymbolType type, bool locked=false) | |
| void | copyDataDefinedProperties (QgsSymbolLayerV2 *destLayer) const |
| Copies data defined properties of this layer to another symbol layer. | |
| virtual QgsExpression * | expression (const QString &property) const |
| virtual void | prepareExpressions (const QgsFields *fields, double scale=-1.0) |
| void | saveDataDefinedProperties (QgsStringMap &stringMap) const |
| Saves data defined properties to string map. | |
Protected Attributes | |
| double | mOffset |
| QgsMapUnitScale | mOffsetMapUnitScale |
| QgsSymbolV2::OutputUnit | mOffsetUnit |
| double | mWidth |
| QgsMapUnitScale | mWidthMapUnitScale |
| QgsSymbolV2::OutputUnit | mWidthUnit |
Protected Attributes inherited from QgsSymbolLayerV2 | |
| QColor | mColor |
| QMap< QString, QgsExpression * > | mDataDefinedProperties |
| bool | mLocked |
| int | mRenderingPass |
| QgsSymbolV2::SymbolType | mType |
Additional Inherited Members | |
Static Protected Attributes inherited from QgsSymbolLayerV2 | |
| static const bool | selectFillBorder = false |
| static const bool | selectFillStyle = false |
| static const bool | selectionIsOpaque = true |
Definition at line 262 of file qgssymbollayerv2.h.
|
protected |
Definition at line 228 of file qgssymbollayerv2.cpp.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 414 of file qgssymbollayerv2.cpp.
|
overridevirtual |
Reimplemented from QgsSymbolLayerV2.
Reimplemented in QgsSimpleLineSymbolLayerV2.
Definition at line 436 of file qgssymbollayerv2.cpp.
|
overridevirtual |
Reimplemented from QgsSymbolLayerV2.
Reimplemented in QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
Definition at line 408 of file qgssymbollayerv2.cpp.
|
inline |
Definition at line 272 of file qgssymbollayerv2.h.
|
inline |
Definition at line 285 of file qgssymbollayerv2.h.
|
inline |
Definition at line 282 of file qgssymbollayerv2.h.
|
overridevirtual |
Reimplemented from QgsSymbolLayerV2.
Reimplemented in QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
Definition at line 398 of file qgssymbollayerv2.cpp.
|
virtual |
Reimplemented in QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
Definition at line 426 of file qgssymbollayerv2.cpp.
|
pure virtual |
Implemented in QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
|
overridevirtual |
Reimplemented from QgsSymbolLayerV2.
Reimplemented in QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
Definition at line 403 of file qgssymbollayerv2.cpp.
|
inline |
Definition at line 273 of file qgssymbollayerv2.h.
|
inline |
Definition at line 284 of file qgssymbollayerv2.h.
|
inline |
Definition at line 281 of file qgssymbollayerv2.h.
|
overridevirtual |
Reimplemented from QgsSymbolLayerV2.
Reimplemented in QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
Definition at line 393 of file qgssymbollayerv2.cpp.
|
inlinevirtual |
Reimplemented in QgsMarkerLineSymbolLayerV2.
Definition at line 269 of file qgssymbollayerv2.h.
|
inline |
Definition at line 278 of file qgssymbollayerv2.h.
|
inline |
Definition at line 275 of file qgssymbollayerv2.h.
|
inlinevirtual |
Reimplemented in QgsMarkerLineSymbolLayerV2.
Definition at line 270 of file qgssymbollayerv2.h.
|
inline |
Definition at line 279 of file qgssymbollayerv2.h.
|
inline |
Definition at line 276 of file qgssymbollayerv2.h.
|
protected |
Definition at line 303 of file qgssymbollayerv2.h.
|
protected |
Definition at line 305 of file qgssymbollayerv2.h.
|
protected |
Definition at line 304 of file qgssymbollayerv2.h.
|
protected |
Definition at line 300 of file qgssymbollayerv2.h.
|
protected |
Definition at line 302 of file qgssymbollayerv2.h.
|
protected |
Definition at line 301 of file qgssymbollayerv2.h.
1.8.1.2