QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
QgsSvgMarkerSymbolLayerV2 Class Reference

#include <qgsmarkersymbollayerv2.h>

Inheritance diagram for QgsSvgMarkerSymbolLayerV2:
Inheritance graph
[legend]

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)
QgsSymbolLayerV2clone () 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 QgsMapUnitScaleoutlineWidthMapUnitScale () 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 QgsMapUnitScaleoffsetMapUnitScale () 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 QgsMapUnitScalesizeMapUnitScale () 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 QgsExpressiondataDefinedProperty (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 QgsSymbolV2subSymbol ()
QgsSymbolV2::SymbolType type () const
virtual QSet< QString > usedAttributes () const

Static Public Member Functions

static QgsSymbolLayerV2create (const QgsStringMap &properties=QgsStringMap())
static QgsSymbolLayerV2createFromSld (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

Detailed Description

Definition at line 149 of file qgsmarkersymbollayerv2.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

QgsSymbolLayerV2 * QgsSvgMarkerSymbolLayerV2::clone ( ) const
overridevirtual

Implements QgsSymbolLayerV2.

Definition at line 1488 of file qgsmarkersymbollayerv2.cpp.

QgsSymbolLayerV2 * QgsSvgMarkerSymbolLayerV2::create ( const QgsStringMap properties = QgsStringMap())
static

Definition at line 1106 of file qgsmarkersymbollayerv2.cpp.

QgsSymbolLayerV2 * QgsSvgMarkerSymbolLayerV2::createFromSld ( QDomElement &  element)
static

Definition at line 1565 of file qgsmarkersymbollayerv2.cpp.

QColor QgsSvgMarkerSymbolLayerV2::fillColor ( ) const
inlineoverridevirtual

Get fill color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 181 of file qgsmarkersymbollayerv2.h.

QString QgsSvgMarkerSymbolLayerV2::layerType ( ) const
overridevirtual

Implements QgsSymbolLayerV2.

Definition at line 1275 of file qgsmarkersymbollayerv2.cpp.

QgsMapUnitScale QgsSvgMarkerSymbolLayerV2::mapUnitScale ( ) const
overridevirtual

Reimplemented from QgsMarkerSymbolLayerV2.

Definition at line 1529 of file qgsmarkersymbollayerv2.cpp.

QColor QgsSvgMarkerSymbolLayerV2::outlineColor ( ) const
inlineoverridevirtual

Get outline color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 184 of file qgsmarkersymbollayerv2.h.

double QgsSvgMarkerSymbolLayerV2::outlineWidth ( ) const
inline

Definition at line 187 of file qgsmarkersymbollayerv2.h.

const QgsMapUnitScale& QgsSvgMarkerSymbolLayerV2::outlineWidthMapUnitScale ( ) const
inline

Definition at line 194 of file qgsmarkersymbollayerv2.h.

QgsSymbolV2::OutputUnit QgsSvgMarkerSymbolLayerV2::outlineWidthUnit ( ) const
inline

Definition at line 191 of file qgsmarkersymbollayerv2.h.

QgsSymbolV2::OutputUnit QgsSvgMarkerSymbolLayerV2::outputUnit ( ) const
overridevirtual

Reimplemented from QgsMarkerSymbolLayerV2.

Definition at line 1513 of file qgsmarkersymbollayerv2.cpp.

QString QgsSvgMarkerSymbolLayerV2::path ( ) const
inline

Definition at line 178 of file qgsmarkersymbollayerv2.h.

QgsStringMap QgsSvgMarkerSymbolLayerV2::properties ( ) const
overridevirtual

Implements QgsSymbolLayerV2.

Definition at line 1464 of file qgsmarkersymbollayerv2.cpp.

void QgsSvgMarkerSymbolLayerV2::renderPoint ( const QPointF &  point,
QgsSymbolV2RenderContext context 
)
overridevirtual

Implements QgsMarkerSymbolLayerV2.

Definition at line 1292 of file qgsmarkersymbollayerv2.cpp.

void QgsSvgMarkerSymbolLayerV2::setFillColor ( const QColor &  color)
inlineoverridevirtual

Set fill color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 182 of file qgsmarkersymbollayerv2.h.

void QgsSvgMarkerSymbolLayerV2::setMapUnitScale ( const QgsMapUnitScale scale)
overridevirtual

Reimplemented from QgsMarkerSymbolLayerV2.

Definition at line 1523 of file qgsmarkersymbollayerv2.cpp.

void QgsSvgMarkerSymbolLayerV2::setOutlineColor ( const QColor &  color)
inlineoverridevirtual

Set outline color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 185 of file qgsmarkersymbollayerv2.h.

void QgsSvgMarkerSymbolLayerV2::setOutlineWidth ( double  w)
inline

Definition at line 188 of file qgsmarkersymbollayerv2.h.

void QgsSvgMarkerSymbolLayerV2::setOutlineWidthMapUnitScale ( const QgsMapUnitScale scale)
inline

Definition at line 193 of file qgsmarkersymbollayerv2.h.

void QgsSvgMarkerSymbolLayerV2::setOutlineWidthUnit ( QgsSymbolV2::OutputUnit  unit)
inline

Definition at line 190 of file qgsmarkersymbollayerv2.h.

void QgsSvgMarkerSymbolLayerV2::setOutputUnit ( QgsSymbolV2::OutputUnit  unit)
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.

void QgsSvgMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext context)
overridevirtual

Reimplemented from QgsMarkerSymbolLayerV2.

Definition at line 1280 of file qgsmarkersymbollayerv2.cpp.

void QgsSvgMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext context)
overridevirtual

Implements QgsSymbolLayerV2.

Definition at line 1287 of file qgsmarkersymbollayerv2.cpp.

bool QgsSvgMarkerSymbolLayerV2::writeDxf ( QgsDxfExport e,
double  mmMapUnitScaleFactor,
const QString &  layerName,
const QgsSymbolV2RenderContext context,
const QgsFeature f,
const QPointF &  shift = QPointF( 0.0, 0.0 ) 
) const
overridevirtual

Reimplemented from QgsSymbolLayerV2.

Definition at line 1605 of file qgsmarkersymbollayerv2.cpp.

void QgsSvgMarkerSymbolLayerV2::writeSldMarker ( QDomDocument &  doc,
QDomElement &  element,
QgsStringMap  props 
) const
overridevirtual

Reimplemented from QgsMarkerSymbolLayerV2.

Definition at line 1538 of file qgsmarkersymbollayerv2.cpp.

Member Data Documentation

QColor QgsSvgMarkerSymbolLayerV2::mFillColor
protected

Definition at line 209 of file qgsmarkersymbollayerv2.h.

QColor QgsSvgMarkerSymbolLayerV2::mOutlineColor
protected

Definition at line 210 of file qgsmarkersymbollayerv2.h.

double QgsSvgMarkerSymbolLayerV2::mOutlineWidth
protected

Definition at line 211 of file qgsmarkersymbollayerv2.h.

QgsMapUnitScale QgsSvgMarkerSymbolLayerV2::mOutlineWidthMapUnitScale
protected

Definition at line 213 of file qgsmarkersymbollayerv2.h.

QgsSymbolV2::OutputUnit QgsSvgMarkerSymbolLayerV2::mOutlineWidthUnit
protected

Definition at line 212 of file qgsmarkersymbollayerv2.h.

QString QgsSvgMarkerSymbolLayerV2::mPath
protected

Definition at line 205 of file qgsmarkersymbollayerv2.h.


The documentation for this class was generated from the following files: