Quantum GIS API Documentation
1.7.5-Wroclaw
|
#include <qgssymbollayerv2.h>
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) |
![]() | |
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 QgsSymbolLayerV2 * | clone () const =0 |
virtual QgsStringMap | properties () const =0 |
virtual QgsSymbolV2 * | subSymbol () |
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) | |
![]() | |
QgsSymbolLayerV2 (QgsSymbolV2::SymbolType type, bool locked=false) |
Protected Attributes | |
double | mWidth |
![]() | |
QgsSymbolV2::SymbolType | mType |
bool | mLocked |
QColor | mColor |
int | mRenderingPass |
Additional Inherited Members | |
![]() | |
static const bool | selectionIsOpaque = true |
static const bool | selectFillBorder = false |
static const bool | selectFillStyle = false |
Definition at line 97 of file qgssymbollayerv2.h.
|
protected |
Definition at line 19 of file qgssymbollayerv2.cpp.
|
virtual |
Implements QgsSymbolLayerV2.
Definition at line 36 of file qgssymbollayerv2.cpp.
References renderPolyline(), QgsSymbolLayerV2::startRender(), and QgsSymbolLayerV2::stopRender().
|
virtual |
Definition at line 48 of file qgssymbollayerv2.cpp.
References renderPolyline().
Referenced by QgsSymbolV2::drawPreviewIcon(), and QgsFillSymbolV2::renderPolygon().
|
pure virtual |
Implemented in QgsLineDecorationSymbolLayerV2, QgsMarkerLineSymbolLayerV2, and QgsSimpleLineSymbolLayerV2.
Referenced by drawPreviewIcon(), renderPolygonOutline(), and QgsLineSymbolV2::renderPolyline().
|
inlinevirtual |
Reimplemented in QgsMarkerLineSymbolLayerV2.
Definition at line 105 of file qgssymbollayerv2.h.
Referenced by QgsLineSymbolV2::setWidth().
|
inlinevirtual |
Reimplemented in QgsMarkerLineSymbolLayerV2.
Definition at line 106 of file qgssymbollayerv2.h.
Referenced by QgsSimpleLineSymbolLayerV2::create(), QgsLineDecorationSymbolLayerV2::create(), QgsLineDecorationSymbolLayerV2::QgsLineDecorationSymbolLayerV2(), QgsSimpleLineSymbolLayerV2::QgsSimpleLineSymbolLayerV2(), QgsLineSymbolV2::setWidth(), QgsSymbologyV2Conversion::symbolV2toV1(), and QgsLineSymbolV2::width().
|
protected |
Definition at line 113 of file qgssymbollayerv2.h.
Referenced by QgsSimpleLineSymbolLayerV2::clone(), QgsLineDecorationSymbolLayerV2::clone(), QgsSimpleLineSymbolLayerV2::properties(), QgsLineDecorationSymbolLayerV2::properties(), QgsLineDecorationSymbolLayerV2::QgsLineDecorationSymbolLayerV2(), QgsSimpleLineSymbolLayerV2::QgsSimpleLineSymbolLayerV2(), QgsSimpleLineSymbolLayerV2::renderPolyline(), QgsLineDecorationSymbolLayerV2::renderPolyline(), QgsSimpleLineSymbolLayerV2::startRender(), and QgsLineDecorationSymbolLayerV2::startRender().