Quantum GIS API Documentation  1.8
Public Member Functions | Static Public Member Functions | Protected Attributes
QgsLineDecorationSymbolLayerV2 Class Reference

#include <qgslinesymbollayerv2.h>

Inheritance diagram for QgsLineDecorationSymbolLayerV2:
Inheritance graph
[legend]
Collaboration diagram for QgsLineDecorationSymbolLayerV2:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 QgsLineDecorationSymbolLayerV2 (QColor color=DEFAULT_LINEDECORATION_COLOR, double width=DEFAULT_LINEDECORATION_WIDTH)
 ~QgsLineDecorationSymbolLayerV2 ()
QString layerType () const
void startRender (QgsSymbolV2RenderContext &context)
void stopRender (QgsSymbolV2RenderContext &context)
void renderPolyline (const QPolygonF &points, QgsSymbolV2RenderContext &context)
QgsStringMap properties () const
QgsSymbolLayerV2clone () const
void toSld (QDomDocument &doc, QDomElement &element, QgsStringMap props) const

Static Public Member Functions

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

Protected Attributes

QPen mPen
QPen mSelPen

Detailed Description

Definition at line 175 of file qgslinesymbollayerv2.h.


Constructor & Destructor Documentation

Definition at line 831 of file qgslinesymbollayerv2.cpp.


Member Function Documentation

static QgsSymbolLayerV2* QgsLineDecorationSymbolLayerV2::createFromSld ( QDomElement &  element) [static]
QString QgsLineDecorationSymbolLayerV2::layerType ( ) const [virtual]

Implements QgsSymbolLayerV2.

Definition at line 848 of file qgslinesymbollayerv2.cpp.

void QgsLineDecorationSymbolLayerV2::renderPolyline ( const QPolygonF &  points,
QgsSymbolV2RenderContext context 
) [virtual]

Implements QgsSymbolLayerV2.

Definition at line 866 of file qgslinesymbollayerv2.cpp.

void QgsLineDecorationSymbolLayerV2::toSld ( QDomDocument &  doc,
QDomElement &  element,
QgsStringMap  props 
) const [virtual]

Member Data Documentation

Definition at line 205 of file qgslinesymbollayerv2.h.

Referenced by renderPolyline(), and startRender().

Definition at line 206 of file qgslinesymbollayerv2.h.

Referenced by renderPolyline(), and startRender().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines