Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
QgsLineSymbolLayerV2 Class Referenceabstract

#include <qgssymbollayerv2.h>

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

Public Member Functions

virtual void renderPolyline (const QPolygonF &points, QgsSymbolV2RenderContext &context)=0
 
virtual void renderPolygonOutline (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context)
 
virtual void setWidth (double width)
 
virtual double width () const
 
void drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size)
 
- Public Member Functions inherited from QgsSymbolLayerV2
virtual void setColor (const QColor &color)
 
virtual QColor color () const
 
virtual ~QgsSymbolLayerV2 ()
 
virtual QString layerType () const =0
 
virtual void startRender (QgsSymbolV2RenderContext &context)=0
 
virtual void stopRender (QgsSymbolV2RenderContext &context)=0
 
virtual QgsSymbolLayerV2clone () const =0
 
virtual QgsStringMap properties () const =0
 
virtual QgsSymbolV2subSymbol ()
 
virtual bool setSubSymbol (QgsSymbolV2 *symbol)
 
QgsSymbolV2::SymbolType type () const
 
void setLocked (bool locked)
 
bool isLocked () const
 
void setRenderingPass (int renderingPass)
 
int renderingPass () const
 

Protected Member Functions

 QgsLineSymbolLayerV2 (bool locked=false)
 
- Protected Member Functions inherited from QgsSymbolLayerV2
 QgsSymbolLayerV2 (QgsSymbolV2::SymbolType type, bool locked=false)
 

Protected Attributes

double mWidth
 
- Protected Attributes inherited from QgsSymbolLayerV2
QgsSymbolV2::SymbolType mType
 
bool mLocked
 
QColor mColor
 
int mRenderingPass
 

Additional Inherited Members

- 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 97 of file qgssymbollayerv2.h.

Constructor & Destructor Documentation

QgsLineSymbolLayerV2::QgsLineSymbolLayerV2 ( bool  locked = false)
protected

Definition at line 19 of file qgssymbollayerv2.cpp.

Member Function Documentation

void QgsLineSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext context,
QSize  size 
)
virtual
void QgsLineSymbolLayerV2::renderPolygonOutline ( const QPolygonF &  points,
QList< QPolygonF > *  rings,
QgsSymbolV2RenderContext context 
)
virtual
Note
added in v1.7

Definition at line 48 of file qgssymbollayerv2.cpp.

References renderPolyline().

Referenced by QgsSymbolV2::drawPreviewIcon(), and QgsFillSymbolV2::renderPolygon().

virtual void QgsLineSymbolLayerV2::renderPolyline ( const QPolygonF &  points,
QgsSymbolV2RenderContext context 
)
pure virtual
virtual void QgsLineSymbolLayerV2::setWidth ( double  width)
inlinevirtual

Reimplemented in QgsMarkerLineSymbolLayerV2.

Definition at line 105 of file qgssymbollayerv2.h.

Referenced by QgsLineSymbolV2::setWidth().

virtual double QgsLineSymbolLayerV2::width ( ) const
inlinevirtual

Member Data Documentation

double QgsLineSymbolLayerV2::mWidth
protected

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