QGIS API Documentation  2.4.0-Chugiak
 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]
Collaboration diagram for QgsSvgMarkerSymbolLayerV2:
Collaboration 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)
 
QString layerType () const
 
void startRender (QgsSymbolV2RenderContext &context)
 
void stopRender (QgsSymbolV2RenderContext &context)
 
void renderPoint (const QPointF &point, QgsSymbolV2RenderContext &context)
 
QgsStringMap properties () const
 
QgsSymbolLayerV2clone () const
 
void writeSldMarker (QDomDocument &doc, QDomElement &element, QgsStringMap props) const
 
QString path () const
 
void setPath (QString path)
 
QColor fillColor () const
 Get fill color. More...
 
void setFillColor (const QColor &c)
 Set fill color. More...
 
QColor outlineColor () const
 Get outline color. More...
 
void setOutlineColor (const QColor &c)
 Set outline color. More...
 
double outlineWidth () const
 
void setOutlineWidth (double w)
 
void setOutlineWidthUnit (QgsSymbolV2::OutputUnit unit)
 
QgsSymbolV2::OutputUnit outlineWidthUnit () const
 
void setOutlineWidthMapUnitScale (const QgsMapUnitScale &scale)
 
const QgsMapUnitScaleoutlineWidthMapUnitScale () const
 
void setOutputUnit (QgsSymbolV2::OutputUnit unit)
 
QgsSymbolV2::OutputUnit outputUnit () const
 
void setMapUnitScale (const QgsMapUnitScale &scale)
 
QgsMapUnitScale mapUnitScale () const
 
bool writeDxf (QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, const QgsSymbolV2RenderContext *context, const QgsFeature *f, const QPointF &shift=QPointF(0.0, 0.0)) const
 
- Public Member Functions inherited from QgsMarkerSymbolLayerV2
void startRender (QgsSymbolV2RenderContext &context)
 
void drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size)
 
void setAngle (double angle)
 
double angle () const
 
void setSize (double size)
 
double size () const
 
void setScaleMethod (QgsSymbolV2::ScaleMethod scaleMethod)
 
QgsSymbolV2::ScaleMethod scaleMethod () const
 
void setOffset (QPointF offset)
 
QPointF offset ()
 
virtual void toSld (QDomDocument &doc, QDomElement &element, QgsStringMap props) const
 
void setOffsetUnit (QgsSymbolV2::OutputUnit unit)
 
QgsSymbolV2::OutputUnit offsetUnit () const
 
void setOffsetMapUnitScale (const QgsMapUnitScale &scale)
 
const QgsMapUnitScaleoffsetMapUnitScale () const
 
void setSizeUnit (QgsSymbolV2::OutputUnit unit)
 
QgsSymbolV2::OutputUnit sizeUnit () const
 
void setSizeMapUnitScale (const QgsMapUnitScale &scale)
 
const QgsMapUnitScalesizeMapUnitScale () const
 
void setOutputUnit (QgsSymbolV2::OutputUnit unit)
 
QgsSymbolV2::OutputUnit outputUnit () const
 
void setMapUnitScale (const QgsMapUnitScale &scale)
 
QgsMapUnitScale mapUnitScale () const
 
void setHorizontalAnchorPoint (HorizontalAnchorPoint h)
 
HorizontalAnchorPoint horizontalAnchorPoint () const
 
void setVerticalAnchorPoint (VerticalAnchorPoint v)
 
VerticalAnchorPoint verticalAnchorPoint () const
 
- Public Member Functions inherited from QgsSymbolLayerV2
virtual QColor color () const
 
virtual void setColor (const QColor &color)
 
virtual ~QgsSymbolLayerV2 ()
 
virtual QString ogrFeatureStyle (double mmScaleFactor, double mapUnitScaleFactor) const
 
virtual QgsSymbolV2subSymbol ()
 
virtual bool setSubSymbol (QgsSymbolV2 *symbol)
 
QgsSymbolV2::SymbolType type () const
 
void setLocked (bool locked)
 
bool isLocked () const
 
virtual double estimateMaxBleed () const
 Returns the estimated maximum distance which the layer style will bleed outside the drawn shape. More...
 
void setRenderingPass (int renderingPass)
 
int renderingPass () const
 
virtual QSet< QString > usedAttributes () const
 
virtual const QgsExpressiondataDefinedProperty (const QString &property) const
 
virtual QString dataDefinedPropertyString (const QString &property) const
 
virtual void setDataDefinedProperty (const QString &property, const QString &expressionString)
 
virtual void removeDataDefinedProperty (const QString &property)
 
virtual void removeDataDefinedProperties ()
 
bool hasDataDefinedProperties () const
 
virtual double dxfWidth (const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const
 
virtual QColor dxfColor (const QgsSymbolV2RenderContext &context) const
 
virtual QVector< qreal > dxfCustomDashPattern (QgsSymbolV2::OutputUnit &unit) const
 
virtual Qt::PenStyle dxfPenStyle () const
 

Static Public Member Functions

static QgsSymbolLayerV2create (const QgsStringMap &properties=QgsStringMap())
 
static QgsSymbolLayerV2createFromSld (QDomElement &element)
 

Protected Attributes

QString mPath
 
QColor mFillColor
 
QColor mOutlineColor
 
double mOutlineWidth
 
QgsSymbolV2::OutputUnit mOutlineWidthUnit
 
QgsMapUnitScale mOutlineWidthMapUnitScale
 
double mOrigSize
 
- Protected Attributes inherited from QgsMarkerSymbolLayerV2
double mAngle
 
double mSize
 
QgsSymbolV2::OutputUnit mSizeUnit
 
QgsMapUnitScale mSizeMapUnitScale
 
QPointF mOffset
 
QgsSymbolV2::OutputUnit mOffsetUnit
 
QgsMapUnitScale mOffsetMapUnitScale
 
QgsSymbolV2::ScaleMethod mScaleMethod
 
HorizontalAnchorPoint mHorizontalAnchorPoint
 
VerticalAnchorPoint mVerticalAnchorPoint
 
- Protected Attributes inherited from QgsSymbolLayerV2
QgsSymbolV2::SymbolType mType
 
bool mLocked
 
QColor mColor
 
int mRenderingPass
 
QMap< QString, QgsExpression * > mDataDefinedProperties
 

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
 
- Protected Member Functions inherited from QgsSymbolLayerV2
 QgsSymbolLayerV2 (QgsSymbolV2::SymbolType type, bool locked=false)
 
virtual void prepareExpressions (const QgsFields *fields, double scale=-1.0)
 
virtual QgsExpressionexpression (const QString &property) const
 
void saveDataDefinedProperties (QgsStringMap &stringMap) const
 Saves data defined properties to string map. More...
 
void copyDataDefinedProperties (QgsSymbolLayerV2 *destLayer) const
 Copies data defined properties of this layer to another symbol layer. More...
 
- Static Protected Member Functions inherited from QgsMarkerSymbolLayerV2
static QPointF _rotatedOffset (const QPointF &offset, double angle)
 
- Static Protected Attributes inherited from QgsSymbolLayerV2
static const bool selectionIsOpaque = true
 
static const bool selectFillBorder = false
 
static const bool selectFillStyle = false
 

Detailed Description

Definition at line 147 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 
)

Member Function Documentation

QgsSymbolLayerV2 * QgsSvgMarkerSymbolLayerV2::clone ( ) const
virtual
QgsSymbolLayerV2 * QgsSvgMarkerSymbolLayerV2::create ( const QgsStringMap properties = QgsStringMap())
static
QgsSymbolLayerV2 * QgsSvgMarkerSymbolLayerV2::createFromSld ( QDomElement &  element)
static
QColor QgsSvgMarkerSymbolLayerV2::fillColor ( ) const
inlinevirtual

Get fill color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 179 of file qgsmarkersymbollayerv2.h.

Referenced by create(), createFromSld(), renderPoint(), and setPath().

QString QgsSvgMarkerSymbolLayerV2::layerType ( ) const
virtual

Implements QgsSymbolLayerV2.

Definition at line 1124 of file qgsmarkersymbollayerv2.cpp.

QgsMapUnitScale QgsSvgMarkerSymbolLayerV2::mapUnitScale ( ) const
virtual
QColor QgsSvgMarkerSymbolLayerV2::outlineColor ( ) const
inlinevirtual

Get outline color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 182 of file qgsmarkersymbollayerv2.h.

Referenced by create(), renderPoint(), and setPath().

double QgsSvgMarkerSymbolLayerV2::outlineWidth ( ) const
inline

Definition at line 185 of file qgsmarkersymbollayerv2.h.

Referenced by create(), renderPoint(), and setPath().

const QgsMapUnitScale& QgsSvgMarkerSymbolLayerV2::outlineWidthMapUnitScale ( ) const
inline

Definition at line 192 of file qgsmarkersymbollayerv2.h.

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

Definition at line 189 of file qgsmarkersymbollayerv2.h.

QgsSymbolV2::OutputUnit QgsSvgMarkerSymbolLayerV2::outputUnit ( ) const
virtual
QString QgsSvgMarkerSymbolLayerV2::path ( ) const
inline

Definition at line 176 of file qgsmarkersymbollayerv2.h.

Referenced by createFromSld(), renderPoint(), and setPath().

QgsStringMap QgsSvgMarkerSymbolLayerV2::properties ( ) const
virtual
void QgsSvgMarkerSymbolLayerV2::renderPoint ( const QPointF &  point,
QgsSymbolV2RenderContext context 
)
virtual
void QgsSvgMarkerSymbolLayerV2::setFillColor ( const QColor &  color)
inlinevirtual

Set fill color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 180 of file qgsmarkersymbollayerv2.h.

Referenced by clone(), create(), createFromSld(), and setPath().

void QgsSvgMarkerSymbolLayerV2::setMapUnitScale ( const QgsMapUnitScale scale)
virtual
void QgsSvgMarkerSymbolLayerV2::setOutlineColor ( const QColor &  color)
inlinevirtual

Set outline color.

Supported by marker and fill layers.

Note
added in 2.1

Reimplemented from QgsSymbolLayerV2.

Definition at line 183 of file qgsmarkersymbollayerv2.h.

Referenced by clone(), create(), and setPath().

void QgsSvgMarkerSymbolLayerV2::setOutlineWidth ( double  w)
inline

Definition at line 186 of file qgsmarkersymbollayerv2.h.

Referenced by clone(), create(), and setPath().

void QgsSvgMarkerSymbolLayerV2::setOutlineWidthMapUnitScale ( const QgsMapUnitScale scale)
inline

Definition at line 191 of file qgsmarkersymbollayerv2.h.

Referenced by clone(), and create().

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

Definition at line 188 of file qgsmarkersymbollayerv2.h.

Referenced by clone(), and create().

void QgsSvgMarkerSymbolLayerV2::setOutputUnit ( QgsSymbolV2::OutputUnit  unit)
virtual

Reimplemented from QgsSymbolLayerV2.

Definition at line 1337 of file qgsmarkersymbollayerv2.cpp.

References mOutlineWidthUnit, and QgsMarkerSymbolLayerV2::setOutputUnit().

void QgsSvgMarkerSymbolLayerV2::setPath ( QString  path)
void QgsSvgMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext context)
virtual
void QgsSvgMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext context)
virtual

Implements QgsSymbolLayerV2.

Definition at line 1137 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
virtual
void QgsSvgMarkerSymbolLayerV2::writeSldMarker ( QDomDocument &  doc,
QDomElement &  element,
QgsStringMap  props 
) const
virtual

Member Data Documentation

QColor QgsSvgMarkerSymbolLayerV2::mFillColor
protected
double QgsSvgMarkerSymbolLayerV2::mOrigSize
protected

Definition at line 212 of file qgsmarkersymbollayerv2.h.

Referenced by startRender().

QColor QgsSvgMarkerSymbolLayerV2::mOutlineColor
protected
double QgsSvgMarkerSymbolLayerV2::mOutlineWidth
protected
QgsMapUnitScale QgsSvgMarkerSymbolLayerV2::mOutlineWidthMapUnitScale
protected

Definition at line 211 of file qgsmarkersymbollayerv2.h.

Referenced by clone(), mapUnitScale(), properties(), and setMapUnitScale().

QgsSymbolV2::OutputUnit QgsSvgMarkerSymbolLayerV2::mOutlineWidthUnit
protected
QString QgsSvgMarkerSymbolLayerV2::mPath
protected

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