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

Base class for polygon renderers generating texture images. More...

#include <qgsfillsymbollayerv2.h>

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

List of all members.

Public Member Functions

 QgsImageFillSymbolLayer ()
virtual ~QgsImageFillSymbolLayer ()
void renderPolygon (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context)
virtual QgsSymbolV2subSymbol ()
virtual bool setSubSymbol (QgsSymbolV2 *symbol)

Protected Attributes

QBrush mBrush
double mOutlineWidth
 Outline width.
QgsLineSymbolV2mOutline
 Custom outline.

Detailed Description

Base class for polygon renderers generating texture images.

Definition at line 88 of file qgsfillsymbollayerv2.h.


Constructor & Destructor Documentation

Definition at line 196 of file qgsfillsymbollayerv2.cpp.

References setSubSymbol().

Definition at line 201 of file qgsfillsymbollayerv2.cpp.


Member Function Documentation

void QgsImageFillSymbolLayer::renderPolygon ( const QPolygonF &  points,
QList< QPolygonF > *  rings,
QgsSymbolV2RenderContext context 
) [virtual]
bool QgsImageFillSymbolLayer::setSubSymbol ( QgsSymbolV2 symbol) [virtual]
virtual QgsSymbolV2* QgsImageFillSymbolLayer::subSymbol ( ) [inline, virtual]

Reimplemented from QgsSymbolLayerV2.

Reimplemented in QgsPointPatternFillSymbolLayer.

Definition at line 95 of file qgsfillsymbollayerv2.h.


Member Data Documentation

QBrush QgsImageFillSymbolLayer::mBrush [protected]

Outline width.

Definition at line 102 of file qgsfillsymbollayerv2.h.

Referenced by QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer().


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