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

#include <qgssymbollayerv2.h>

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

List of all members.

Public Member Functions

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

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


Constructor & Destructor Documentation

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

Definition at line 38 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 81 of file qgssymbollayerv2.cpp.

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

double QgsFillSymbolLayerV2::angle ( void  ) const [inline]
void QgsFillSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext context,
QSize  size 
) [virtual]
virtual void QgsFillSymbolLayerV2::renderPolygon ( const QPolygonF &  points,
QList< QPolygonF > *  rings,
QgsSymbolV2RenderContext context 
) [pure virtual]
void QgsFillSymbolLayerV2::setAngle ( double  angle) [inline]

Definition at line 150 of file qgssymbollayerv2.h.

References MathUtils::angle().

Referenced by QgsFillSymbolV2::setAngle().


Member Data Documentation

double QgsFillSymbolLayerV2::mAngle [protected]

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