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

Public Member Functions | |
| QgsSvgMarkerSymbolLayerV2 (QString name=DEFAULT_SVGMARKER_NAME, double size=DEFAULT_SVGMARKER_SIZE, double angle=DEFAULT_SVGMARKER_ANGLE, QgsSymbolV2::ScaleMethod scaleMethod=DEFAULT_SCALE_METHOD) | |
| QgsSymbolLayerV2 * | clone () const override |
| QColor | fillColor () const override |
| Get fill color. | |
| QString | layerType () const override |
| QgsMapUnitScale | mapUnitScale () const override |
| QColor | outlineColor () const override |
| Get outline color. | |
| double | outlineWidth () const |
| const QgsMapUnitScale & | outlineWidthMapUnitScale () const |
| QgsSymbolV2::OutputUnit | outlineWidthUnit () const |
| QgsSymbolV2::OutputUnit | outputUnit () const override |
| QString | path () const |
| QgsStringMap | properties () const override |
| void | renderPoint (const QPointF &point, QgsSymbolV2RenderContext &context) override |
| void | setFillColor (const QColor &c) override |
| Set fill color. | |
| void | setMapUnitScale (const QgsMapUnitScale &scale) override |
| void | setOutlineColor (const QColor &c) override |
| Set outline color. | |
| void | setOutlineWidth (double w) |
| void | setOutlineWidthMapUnitScale (const QgsMapUnitScale &scale) |
| void | setOutlineWidthUnit (QgsSymbolV2::OutputUnit unit) |
| void | setOutputUnit (QgsSymbolV2::OutputUnit unit) override |
| void | setPath (QString path) |
| void | startRender (QgsSymbolV2RenderContext &context) override |
| void | stopRender (QgsSymbolV2RenderContext &context) override |
| bool | writeDxf (QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, const QgsSymbolV2RenderContext *context, const QgsFeature *f, const QPointF &shift=QPointF(0.0, 0.0)) const override |
| void | writeSldMarker (QDomDocument &doc, QDomElement &element, QgsStringMap props) const override |
Public Member Functions inherited from QgsMarkerSymbolLayerV2 | |
| double | angle () const |
| void | drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size) override |
| HorizontalAnchorPoint | horizontalAnchorPoint () const |
| QPointF | offset () |
| const QgsMapUnitScale & | offsetMapUnitScale () const |
| QgsSymbolV2::OutputUnit | offsetUnit () const |
| QgsSymbolV2::ScaleMethod | scaleMethod () const |
| void | setAngle (double angle) |
| void | setHorizontalAnchorPoint (HorizontalAnchorPoint h) |
| void | setOffset (QPointF offset) |
| void | setOffsetMapUnitScale (const QgsMapUnitScale &scale) |
| void | setOffsetUnit (QgsSymbolV2::OutputUnit unit) |
| void | setScaleMethod (QgsSymbolV2::ScaleMethod scaleMethod) |
| void | setSize (double size) |
| void | setSizeMapUnitScale (const QgsMapUnitScale &scale) |
| void | setSizeUnit (QgsSymbolV2::OutputUnit unit) |
| void | setVerticalAnchorPoint (VerticalAnchorPoint v) |
| double | size () const |
| const QgsMapUnitScale & | sizeMapUnitScale () const |
| QgsSymbolV2::OutputUnit | sizeUnit () const |
| virtual void | toSld (QDomDocument &doc, QDomElement &element, QgsStringMap props) const override |
| VerticalAnchorPoint | verticalAnchorPoint () const |
Public Member Functions inherited from QgsSymbolLayerV2 | |
| virtual | ~QgsSymbolLayerV2 () |
| 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 | dxfWidth (const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const |
| virtual double | estimateMaxBleed () const |
| Returns the estimated maximum distance which the layer style will bleed outside the drawn shape. | |
| bool | hasDataDefinedProperties () const |
| bool | isLocked () const |
| virtual QString | ogrFeatureStyle (double mmScaleFactor, double mapUnitScaleFactor) const |
| 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) |
| void | setLocked (bool locked) |
| void | setRenderingPass (int renderingPass) |
| virtual bool | setSubSymbol (QgsSymbolV2 *symbol) |
| virtual QgsSymbolV2 * | subSymbol () |
| QgsSymbolV2::SymbolType | type () const |
| virtual QSet< QString > | usedAttributes () const |
Static Public Member Functions | |
| static QgsSymbolLayerV2 * | create (const QgsStringMap &properties=QgsStringMap()) |
| static QgsSymbolLayerV2 * | createFromSld (QDomElement &element) |
Protected Attributes | |
| QColor | mFillColor |
| QColor | mOutlineColor |
| double | mOutlineWidth |
| QgsMapUnitScale | mOutlineWidthMapUnitScale |
| QgsSymbolV2::OutputUnit | mOutlineWidthUnit |
| QString | mPath |
Protected Attributes inherited from QgsMarkerSymbolLayerV2 | |
| double | mAngle |
| HorizontalAnchorPoint | mHorizontalAnchorPoint |
| QPointF | mOffset |
| QgsMapUnitScale | mOffsetMapUnitScale |
| QgsSymbolV2::OutputUnit | mOffsetUnit |
| QgsSymbolV2::ScaleMethod | mScaleMethod |
| double | mSize |
| QgsMapUnitScale | mSizeMapUnitScale |
| QgsSymbolV2::OutputUnit | mSizeUnit |
| VerticalAnchorPoint | mVerticalAnchorPoint |
Protected Attributes inherited from QgsSymbolLayerV2 | |
| QColor | mColor |
| QMap< QString, QgsExpression * > | mDataDefinedProperties |
| bool | mLocked |
| int | mRenderingPass |
| QgsSymbolV2::SymbolType | mType |
Additional Inherited Members | |
Public Types inherited from QgsMarkerSymbolLayerV2 | |
| enum | HorizontalAnchorPoint { Left, HCenter, Right } |
| enum | VerticalAnchorPoint { Top, VCenter, Bottom } |
Protected Member Functions inherited from QgsMarkerSymbolLayerV2 | |
| QgsMarkerSymbolLayerV2 (bool locked=false) | |
| void | markerOffset (const QgsSymbolV2RenderContext &context, double &offsetX, double &offsetY) const |
| void | markerOffset (const QgsSymbolV2RenderContext &context, double width, double height, double &offsetX, double &offsetY) const |
| void | markerOffset (const QgsSymbolV2RenderContext &context, double width, double height, QgsSymbolV2::OutputUnit widthUnit, QgsSymbolV2::OutputUnit heightUnit, double &offsetX, double &offsetY, const QgsMapUnitScale &widthMapUnitScale, const QgsMapUnitScale &heightMapUnitScale) const |
Static Protected Member Functions inherited from QgsMarkerSymbolLayerV2 | |
| static QPointF | _rotatedOffset (const QPointF &offset, double angle) |
Static Protected Attributes inherited from QgsSymbolLayerV2 | |
| static const bool | selectFillBorder = false |
| static const bool | selectFillStyle = false |
| static const bool | selectionIsOpaque = true |
Definition at line 149 of file qgsmarkersymbollayerv2.h.
| QgsSvgMarkerSymbolLayerV2::QgsSvgMarkerSymbolLayerV2 | ( | QString | name = DEFAULT_SVGMARKER_NAME, |
| double | size = DEFAULT_SVGMARKER_SIZE, |
||
| double | angle = DEFAULT_SVGMARKER_ANGLE, |
||
| QgsSymbolV2::ScaleMethod | scaleMethod = DEFAULT_SCALE_METHOD |
||
| ) |
Definition at line 1092 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 1488 of file qgsmarkersymbollayerv2.cpp.
|
static |
Definition at line 1106 of file qgsmarkersymbollayerv2.cpp.
|
static |
Definition at line 1565 of file qgsmarkersymbollayerv2.cpp.
|
inlineoverridevirtual |
Get fill color.
Supported by marker and fill layers.
Reimplemented from QgsSymbolLayerV2.
Definition at line 181 of file qgsmarkersymbollayerv2.h.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 1275 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Reimplemented from QgsMarkerSymbolLayerV2.
Definition at line 1529 of file qgsmarkersymbollayerv2.cpp.
|
inlineoverridevirtual |
Get outline color.
Supported by marker and fill layers.
Reimplemented from QgsSymbolLayerV2.
Definition at line 184 of file qgsmarkersymbollayerv2.h.
|
inline |
Definition at line 187 of file qgsmarkersymbollayerv2.h.
|
inline |
Definition at line 194 of file qgsmarkersymbollayerv2.h.
|
inline |
Definition at line 191 of file qgsmarkersymbollayerv2.h.
|
overridevirtual |
Reimplemented from QgsMarkerSymbolLayerV2.
Definition at line 1513 of file qgsmarkersymbollayerv2.cpp.
|
inline |
Definition at line 178 of file qgsmarkersymbollayerv2.h.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 1464 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Implements QgsMarkerSymbolLayerV2.
Definition at line 1292 of file qgsmarkersymbollayerv2.cpp.
|
inlineoverridevirtual |
Set fill color.
Supported by marker and fill layers.
Reimplemented from QgsSymbolLayerV2.
Definition at line 182 of file qgsmarkersymbollayerv2.h.
|
overridevirtual |
Reimplemented from QgsMarkerSymbolLayerV2.
Definition at line 1523 of file qgsmarkersymbollayerv2.cpp.
|
inlineoverridevirtual |
Set outline color.
Supported by marker and fill layers.
Reimplemented from QgsSymbolLayerV2.
Definition at line 185 of file qgsmarkersymbollayerv2.h.
|
inline |
Definition at line 188 of file qgsmarkersymbollayerv2.h.
|
inline |
Definition at line 193 of file qgsmarkersymbollayerv2.h.
|
inline |
Definition at line 190 of file qgsmarkersymbollayerv2.h.
|
overridevirtual |
Reimplemented from QgsMarkerSymbolLayerV2.
Definition at line 1507 of file qgsmarkersymbollayerv2.cpp.
| void QgsSvgMarkerSymbolLayerV2::setPath | ( | QString | path | ) |
Definition at line 1253 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Reimplemented from QgsMarkerSymbolLayerV2.
Definition at line 1280 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Implements QgsSymbolLayerV2.
Definition at line 1287 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 1605 of file qgsmarkersymbollayerv2.cpp.
|
overridevirtual |
Reimplemented from QgsMarkerSymbolLayerV2.
Definition at line 1538 of file qgsmarkersymbollayerv2.cpp.
|
protected |
Definition at line 209 of file qgsmarkersymbollayerv2.h.
|
protected |
Definition at line 210 of file qgsmarkersymbollayerv2.h.
|
protected |
Definition at line 211 of file qgsmarkersymbollayerv2.h.
|
protected |
Definition at line 213 of file qgsmarkersymbollayerv2.h.
|
protected |
Definition at line 212 of file qgsmarkersymbollayerv2.h.
|
protected |
Definition at line 205 of file qgsmarkersymbollayerv2.h.
1.8.1.2