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
QgsFillSymbolLayerV2 Class Referenceabstract

#include <qgssymbollayerv2.h>

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

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
 
- 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

 QgsFillSymbolLayerV2 (bool locked=false)
 
void _renderPolygon (QPainter *p, const QPolygonF &points, const QList< QPolygonF > *rings)
 Default method to render polygon. More...
 
- Protected Member Functions inherited from QgsSymbolLayerV2
 QgsSymbolLayerV2 (QgsSymbolV2::SymbolType type, bool locked=false)
 

Protected Attributes

double mAngle
 
- 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 116 of file qgssymbollayerv2.h.

Constructor & Destructor Documentation

QgsFillSymbolLayerV2::QgsFillSymbolLayerV2 ( bool  locked = false)
protected

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

Referenced by QgsSimpleFillSymbolLayerV2::renderPolygon(), and QgsSVGFillSymbolLayer::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 123 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: