QGIS API Documentation  master-6227475
QgsFillSymbolLayerV2 Class Reference

#include <qgssymbollayerv2.h>

+ Inheritance diagram for QgsFillSymbolLayerV2:
+ Collaboration diagram for QgsFillSymbolLayerV2:

List of all members.

Public Member Functions

double angle () const
void drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size)
virtual void renderPolygon (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context)=0
void setAngle (double angle)

Protected Member Functions

 QgsFillSymbolLayerV2 (bool locked=false)
void _renderPolygon (QPainter *p, const QPolygonF &points, const QList< QPolygonF > *rings)
 Default method to render polygon.

Protected Attributes

double mAngle

Detailed Description

Definition at line 190 of file qgssymbollayerv2.h.


Constructor & Destructor Documentation

QgsFillSymbolLayerV2::QgsFillSymbolLayerV2 ( bool  locked = false) [protected]

Definition at line 160 of file qgssymbollayerv2.cpp.


Member Function Documentation

void QgsFillSymbolLayerV2::_renderPolygon ( QPainter *  p,
const QPolygonF &  points,
const QList< QPolygonF > *  rings 
) [protected]

Default method to render polygon.

Definition at line 243 of file qgssymbollayerv2.cpp.

Referenced by QgsSimpleFillSymbolLayerV2::renderPolygon(), and QgsImageFillSymbolLayer::renderPolygon().

virtual void QgsFillSymbolLayerV2::renderPolygon ( const QPolygonF &  points,
QList< QPolygonF > *  rings,
QgsSymbolV2RenderContext context 
) [pure virtual]

Member Data Documentation


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