QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions | List of all members
QgsShapeburstFillSymbolLayerV2 Class Reference

#include <qgsfillsymbollayerv2.h>

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

Public Types

enum  ShapeburstColorType { SimpleTwoColor, ColorRamp }
 

Public Member Functions

 QgsShapeburstFillSymbolLayerV2 (QColor color=DEFAULT_SIMPLEFILL_COLOR, QColor color2=Qt::white, ShapeburstColorType colorType=SimpleTwoColor, int blurRadius=0, bool useWholeShape=true, double maxDistance=5)
 
virtual ~QgsShapeburstFillSymbolLayerV2 ()
 
QString layerType () const
 
void startRender (QgsSymbolV2RenderContext &context)
 
void stopRender (QgsSymbolV2RenderContext &context)
 
void renderPolygon (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context)
 
QgsStringMap properties () const
 
QgsSymbolLayerV2clone () const
 
double estimateMaxBleed () const
 Returns the estimated maximum distance which the layer style will bleed outside the drawn shape. More...
 
void setBlurRadius (int blurRadius)
 Sets the blur radius, which controls the amount of blurring applied to the fill. More...
 
int blurRadius () const
 Returns the blur radius, which controls the amount of blurring applied to the fill. More...
 
void setUseWholeShape (double useWholeShape)
 Sets whether the shapeburst fill should be drawn using the entire shape. More...
 
double useWholeShape () const
 Returns whether the shapeburst fill is set to cover the entire shape. More...
 
void setMaxDistance (double maxDistance)
 Sets the maximum distance to shape inside of the shape from the polygon's boundary. More...
 
double maxDistance () const
 Returns the maximum distance from the shape's boundary which is shaded. More...
 
void setDistanceUnit (QgsSymbolV2::OutputUnit unit)
 Sets the unit for the maximum distance to shade inside of the shape from the polygon's boundary. More...
 
QgsSymbolV2::OutputUnit distanceUnit () const
 Returns the unit for the maximum distance to shade inside of the shape from the polygon's boundary. More...
 
void setDistanceMapUnitScale (const QgsMapUnitScale &scale)
 
const QgsMapUnitScaledistanceMapUnitScale () const
 
void setColorType (ShapeburstColorType colorType)
 Sets the color mode to use for the shapeburst fill. More...
 
ShapeburstColorType colorType () const
 Returns the color mode used for the shapeburst fill. More...
 
void setColorRamp (QgsVectorColorRampV2 *ramp)
 Sets the color ramp used to draw the shapeburst fill. More...
 
QgsVectorColorRampV2colorRamp ()
 Returns the color ramp used for the shapeburst fill. More...
 
void setColor2 (QColor color2)
 Sets the color for the endpoint of the shapeburst fill. More...
 
QColor color2 () const
 Returns the color used for the endpoint of the shapeburst fill. More...
 
void setIgnoreRings (double ignoreRings)
 Sets whether the shapeburst fill should ignore polygon rings when calculating the buffered shading. More...
 
double ignoreRings () const
 Returns whether the shapeburst fill is set to ignore polygon interior rings. More...
 
void setOffset (QPointF offset)
 Sets the offset for the shapeburst fill. More...
 
QPointF offset () const
 Returns the offset for the shapeburst fill. More...
 
void setOffsetUnit (QgsSymbolV2::OutputUnit unit)
 Sets the units used for the offset for the shapeburst fill. More...
 
QgsSymbolV2::OutputUnit offsetUnit () const
 Returns the units used for the offset of the shapeburst fill. More...
 
void setOffsetMapUnitScale (const QgsMapUnitScale &scale)
 
const QgsMapUnitScaleoffsetMapUnitScale () const
 
void setOutputUnit (QgsSymbolV2::OutputUnit unit)
 
QgsSymbolV2::OutputUnit outputUnit () const
 
void setMapUnitScale (const QgsMapUnitScale &scale)
 
QgsMapUnitScale mapUnitScale () const
 
- Public Member Functions inherited from QgsFillSymbolLayerV2
void drawPreviewIcon (QgsSymbolV2RenderContext &context, QSize size)
 
void setAngle (double angle)
 
double angle () const
 
- Public Member Functions inherited from QgsSymbolLayerV2
virtual QColor color () const
 
virtual void setColor (const QColor &color)
 
virtual void setOutlineColor (const QColor &color)
 Set outline color. More...
 
virtual QColor outlineColor () const
 Get outline color. More...
 
virtual void setFillColor (const QColor &color)
 Set fill color. More...
 
virtual QColor fillColor () const
 Get fill color. More...
 
virtual ~QgsSymbolLayerV2 ()
 
virtual void toSld (QDomDocument &doc, QDomElement &element, QgsStringMap props) const
 
virtual QString ogrFeatureStyle (double mmScaleFactor, double mapUnitScaleFactor) const
 
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
 
virtual QSet< QString > usedAttributes () const
 
virtual const QgsExpressiondataDefinedProperty (const QString &property) const
 
virtual QString dataDefinedPropertyString (const QString &property) const
 
virtual void setDataDefinedProperty (const QString &property, const QString &expressionString)
 
virtual void removeDataDefinedProperty (const QString &property)
 
virtual void removeDataDefinedProperties ()
 
bool hasDataDefinedProperties () const
 
virtual bool writeDxf (QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, const QgsSymbolV2RenderContext *context, const QgsFeature *f, const QPointF &shift=QPointF(0.0, 0.0)) const
 
virtual double dxfWidth (const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const
 
virtual QColor dxfColor (const QgsSymbolV2RenderContext &context) const
 
virtual QVector< qreal > dxfCustomDashPattern (QgsSymbolV2::OutputUnit &unit) const
 
virtual Qt::PenStyle dxfPenStyle () const
 

Static Public Member Functions

static QgsSymbolLayerV2create (const QgsStringMap &properties=QgsStringMap())
 

Protected Attributes

QBrush mBrush
 
QBrush mSelBrush
 
int mBlurRadius
 
bool mUseWholeShape
 
double mMaxDistance
 
QgsSymbolV2::OutputUnit mDistanceUnit
 
QgsMapUnitScale mDistanceMapUnitScale
 
ShapeburstColorType mColorType
 
QColor mColor2
 
QgsVectorColorRampV2mGradientRamp
 
QgsVectorColorRampV2mTwoColorGradientRamp
 
bool mIgnoreRings
 
QPointF mOffset
 
QgsSymbolV2::OutputUnit mOffsetUnit
 
QgsMapUnitScale mOffsetMapUnitScale
 
- Protected Attributes inherited from QgsFillSymbolLayerV2
double mAngle
 
- Protected Attributes inherited from QgsSymbolLayerV2
QgsSymbolV2::SymbolType mType
 
bool mLocked
 
QColor mColor
 
int mRenderingPass
 
QMap< QString, QgsExpression * > mDataDefinedProperties
 

Private Member Functions

void applyDataDefinedSymbology (QgsSymbolV2RenderContext &context, QColor &color, QColor &color2, int &blurRadius, bool &useWholeShape, double &maxDistance, bool &ignoreRings)
 
void distanceTransform1d (double *f, int n, int *v, double *z, double *d)
 
void distanceTransform2d (double *im, int width, int height)
 
double * distanceTransform (QImage *im)
 
void dtArrayToQImage (double *array, QImage *im, QgsVectorColorRampV2 *ramp, double layerAlpha=1, bool useWholeShape=true, int maxPixelDistance=0)
 

Additional Inherited Members

- Protected Member Functions inherited from QgsFillSymbolLayerV2
 QgsFillSymbolLayerV2 (bool locked=false)
 
void _renderPolygon (QPainter *p, const QPolygonF &points, const QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context)
 Default method to render polygon. More...
 
- Protected Member Functions inherited from QgsSymbolLayerV2
 QgsSymbolLayerV2 (QgsSymbolV2::SymbolType type, bool locked=false)
 
virtual void prepareExpressions (const QgsFields *fields, double scale=-1.0)
 
virtual QgsExpressionexpression (const QString &property) const
 
void saveDataDefinedProperties (QgsStringMap &stringMap) const
 Saves data defined properties to string map. More...
 
void copyDataDefinedProperties (QgsSymbolLayerV2 *destLayer) const
 Copies data defined properties of this layer to another symbol layer. More...
 
- 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 304 of file qgsfillsymbollayerv2.h.

Member Enumeration Documentation

Enumerator
SimpleTwoColor 
ColorRamp 

Definition at line 308 of file qgsfillsymbollayerv2.h.

Constructor & Destructor Documentation

QgsShapeburstFillSymbolLayerV2::QgsShapeburstFillSymbolLayerV2 ( QColor  color = DEFAULT_SIMPLEFILL_COLOR,
QColor  color2 = Qt::white,
ShapeburstColorType  colorType = SimpleTwoColor,
int  blurRadius = 0,
bool  useWholeShape = true,
double  maxDistance = 5 
)

Definition at line 834 of file qgsfillsymbollayerv2.cpp.

References QgsSymbolLayerV2::color(), and QgsSymbolLayerV2::mColor.

Referenced by clone(), and create().

QgsShapeburstFillSymbolLayerV2::~QgsShapeburstFillSymbolLayerV2 ( )
virtual

Definition at line 851 of file qgsfillsymbollayerv2.cpp.

References mGradientRamp.

Member Function Documentation

void QgsShapeburstFillSymbolLayerV2::applyDataDefinedSymbology ( QgsSymbolV2RenderContext context,
QColor &  color,
QColor &  color2,
int &  blurRadius,
bool &  useWholeShape,
double &  maxDistance,
bool &  ignoreRings 
)
private
int QgsShapeburstFillSymbolLayerV2::blurRadius ( ) const
inline

Returns the blur radius, which controls the amount of blurring applied to the fill.

Returns
Integer representing the radius for fill blur. Higher values indicate a stronger blur. A 0 value indicates that blurring is disabled.
Note
added in 2.3
See also
setBlurRadius

Definition at line 351 of file qgsfillsymbollayerv2.h.

Referenced by create(), and renderPolygon().

QgsSymbolLayerV2 * QgsShapeburstFillSymbolLayerV2::clone ( ) const
virtual
QColor QgsShapeburstFillSymbolLayerV2::color2 ( ) const
inline

Returns the color used for the endpoint of the shapeburst fill.

This color is only used if the colorType is set to ShapeburstColorType::SimpleTwoColor

Returns
a QColor indicating the color of the endpoint of the gradient
Note
added in 2.3
See also
setColor2
colorType

Definition at line 453 of file qgsfillsymbollayerv2.h.

Referenced by create(), and renderPolygon().

QgsVectorColorRampV2* QgsShapeburstFillSymbolLayerV2::colorRamp ( )
inline

Returns the color ramp used for the shapeburst fill.

The color ramp is only used if the colorType is set to ShapeburstColorType::ColorRamp

Returns
a QgsVectorColorRampV2 color ramp
Note
added in 2.3
See also
setColorRamp
colorType

Definition at line 438 of file qgsfillsymbollayerv2.h.

ShapeburstColorType QgsShapeburstFillSymbolLayerV2::colorType ( ) const
inline

Returns the color mode used for the shapeburst fill.

Shapeburst can either be drawn using a QgsVectorColorRampV2 color ramp or by simply specificing a start and end color.

Returns
current color mode used for the shapeburst fill
Note
added in 2.3
See also
setColorType
color
color2
colorRamp

Definition at line 423 of file qgsfillsymbollayerv2.h.

Referenced by create().

QgsSymbolLayerV2 * QgsShapeburstFillSymbolLayerV2::create ( const QgsStringMap properties = QgsStringMap())
static
const QgsMapUnitScale& QgsShapeburstFillSymbolLayerV2::distanceMapUnitScale ( ) const
inline

Definition at line 402 of file qgsfillsymbollayerv2.h.

double * QgsShapeburstFillSymbolLayerV2::distanceTransform ( QImage *  im)
private

Definition at line 1238 of file qgsfillsymbollayerv2.cpp.

References distanceTransform2d(), and INF.

Referenced by renderPolygon().

void QgsShapeburstFillSymbolLayerV2::distanceTransform1d ( double *  f,
int  n,
int *  v,
double *  z,
double *  d 
)
private

Definition at line 1166 of file qgsfillsymbollayerv2.cpp.

References INF.

Referenced by distanceTransform2d().

void QgsShapeburstFillSymbolLayerV2::distanceTransform2d ( double *  im,
int  width,
int  height 
)
private

Definition at line 1196 of file qgsfillsymbollayerv2.cpp.

References distanceTransform1d().

Referenced by distanceTransform().

QgsSymbolV2::OutputUnit QgsShapeburstFillSymbolLayerV2::distanceUnit ( ) const
inline

Returns the unit for the maximum distance to shade inside of the shape from the polygon's boundary.

Returns
distance unit for the maximum distance
Note
added in 2.3
See also
maxDistance
setDistanceUnit

Definition at line 399 of file qgsfillsymbollayerv2.h.

void QgsShapeburstFillSymbolLayerV2::dtArrayToQImage ( double *  array,
QImage *  im,
QgsVectorColorRampV2 ramp,
double  layerAlpha = 1,
bool  useWholeShape = true,
int  maxPixelDistance = 0 
)
private
double QgsShapeburstFillSymbolLayerV2::estimateMaxBleed ( ) const
virtual

Returns the estimated maximum distance which the layer style will bleed outside the drawn shape.

Eg, polygons drawn with an outline will draw half the width of the outline outside of the polygon. This amount is estimated, since it may be affected by data defined symbology rules.

Reimplemented from QgsSymbolLayerV2.

Definition at line 1371 of file qgsfillsymbollayerv2.cpp.

References mOffset.

double QgsShapeburstFillSymbolLayerV2::ignoreRings ( ) const
inline

Returns whether the shapeburst fill is set to ignore polygon interior rings.

Returns
True if the shapeburst fill will ignore interior rings when calculating buffered shading.
Note
added in 2.3
See also
setIgnoreRings

Definition at line 467 of file qgsfillsymbollayerv2.h.

Referenced by renderPolygon().

QString QgsShapeburstFillSymbolLayerV2::layerType ( ) const
virtual

Implements QgsSymbolLayerV2.

Definition at line 943 of file qgsfillsymbollayerv2.cpp.

QgsMapUnitScale QgsShapeburstFillSymbolLayerV2::mapUnitScale ( ) const
virtual

Reimplemented from QgsSymbolLayerV2.

Definition at line 1398 of file qgsfillsymbollayerv2.cpp.

References mDistanceMapUnitScale, and mOffsetMapUnitScale.

double QgsShapeburstFillSymbolLayerV2::maxDistance ( ) const
inline

Returns the maximum distance from the shape's boundary which is shaded.

This parameter is only effective if useWholeShape is false.

Returns
the maximum distance from the polygon's boundary which is shaded. Distance units are indicated by distanceUnit.
Note
added in 2.3
See also
useWholeShape
setMaxDistance
distanceUnit

Definition at line 384 of file qgsfillsymbollayerv2.h.

Referenced by create(), and renderPolygon().

QPointF QgsShapeburstFillSymbolLayerV2::offset ( ) const
inline

Returns the offset for the shapeburst fill.

Returns
a QPointF indicating the horizontal/vertical offset amount
Note
added in 2.3
See also
setOffset
offsetUnit

Definition at line 482 of file qgsfillsymbollayerv2.h.

Referenced by create(), and renderPolygon().

const QgsMapUnitScale& QgsShapeburstFillSymbolLayerV2::offsetMapUnitScale ( ) const
inline

Definition at line 500 of file qgsfillsymbollayerv2.h.

QgsSymbolV2::OutputUnit QgsShapeburstFillSymbolLayerV2::offsetUnit ( ) const
inline

Returns the units used for the offset of the shapeburst fill.

Returns
units used for the fill offset
Note
added in 2.3
See also
offset
setOffsetUnit

Definition at line 497 of file qgsfillsymbollayerv2.h.

QgsSymbolV2::OutputUnit QgsShapeburstFillSymbolLayerV2::outputUnit ( ) const
virtual

Reimplemented from QgsSymbolLayerV2.

Definition at line 1383 of file qgsfillsymbollayerv2.cpp.

References mDistanceUnit, QgsSymbolV2::Mixed, and mOffsetUnit.

QgsStringMap QgsShapeburstFillSymbolLayerV2::properties ( ) const
virtual
void QgsShapeburstFillSymbolLayerV2::renderPolygon ( const QPolygonF &  points,
QList< QPolygonF > *  rings,
QgsSymbolV2RenderContext context 
)
virtual
void QgsShapeburstFillSymbolLayerV2::setBlurRadius ( int  blurRadius)
inline

Sets the blur radius, which controls the amount of blurring applied to the fill.

Parameters
blurRadiusRadius for fill blur. Values between 0 - 17 are valid, where higher values results in a stronger blur. Set to 0 to disable blur.
Note
added in 2.3
See also
blurRadius

Definition at line 345 of file qgsfillsymbollayerv2.h.

void QgsShapeburstFillSymbolLayerV2::setColor2 ( QColor  color2)
inline

Sets the color for the endpoint of the shapeburst fill.

This color is only used if setColorType is set ShapeburstColorType::SimpleTwoColor.

Parameters
color2QColor to use for endpoint of gradient
Note
added in 2.3
See also
setColorType
color2

Definition at line 446 of file qgsfillsymbollayerv2.h.

void QgsShapeburstFillSymbolLayerV2::setColorRamp ( QgsVectorColorRampV2 ramp)

Sets the color ramp used to draw the shapeburst fill.

Color ramps are only used if setColorType is set ShapeburstColorType::ColorRamp.

Parameters
rampcolor ramp to use for shapeburst fill
Note
added in 2.3
See also
setColorType
colorRamp

Definition at line 948 of file qgsfillsymbollayerv2.cpp.

References mGradientRamp.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setColorType ( ShapeburstColorType  colorType)
inline

Sets the color mode to use for the shapeburst fill.

Shapeburst can either be drawn using a QgsVectorColorRampV2 color ramp or by simply specificing a start and end color. setColorType is used to specify which mode to use for the fill.

Parameters
colorTypecolor type to use for shapeburst fill
Note
added in 2.3
See also
colorType
setColor
setColor2
setColorRamp

Definition at line 413 of file qgsfillsymbollayerv2.h.

void QgsShapeburstFillSymbolLayerV2::setDistanceMapUnitScale ( const QgsMapUnitScale scale)
inline

Definition at line 401 of file qgsfillsymbollayerv2.h.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setDistanceUnit ( QgsSymbolV2::OutputUnit  unit)
inline

Sets the unit for the maximum distance to shade inside of the shape from the polygon's boundary.

Parameters
unitdistance unit for the maximum distance
Note
added in 2.3
See also
setMaxDistance
distanceUnit

Definition at line 392 of file qgsfillsymbollayerv2.h.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setIgnoreRings ( double  ignoreRings)
inline

Sets whether the shapeburst fill should ignore polygon rings when calculating the buffered shading.

Parameters
ignoreRingsSet to true if buffers should ignore interior rings for polygons.
Note
added in 2.3
See also
ignoreRings

Definition at line 461 of file qgsfillsymbollayerv2.h.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setMapUnitScale ( const QgsMapUnitScale scale)
virtual

Reimplemented from QgsSymbolLayerV2.

Definition at line 1392 of file qgsfillsymbollayerv2.cpp.

References mDistanceMapUnitScale, and mOffsetMapUnitScale.

void QgsShapeburstFillSymbolLayerV2::setMaxDistance ( double  maxDistance)
inline

Sets the maximum distance to shape inside of the shape from the polygon's boundary.

Parameters
maxDistancedistance from boundary to shade. setUseWholeShape must be set to false for this parameter to take effect. Distance unit is controlled by setDistanceUnit.
Note
added in 2.3
See also
maxDistance
setUseWholeShape
setDistanceUnit

Definition at line 376 of file qgsfillsymbollayerv2.h.

void QgsShapeburstFillSymbolLayerV2::setOffset ( QPointF  offset)
inline

Sets the offset for the shapeburst fill.

Parameters
offsetQPointF indicating the horizontal/vertical offset amount
Note
added in 2.3
See also
offset
setOffsetUnit

Definition at line 475 of file qgsfillsymbollayerv2.h.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setOffsetMapUnitScale ( const QgsMapUnitScale scale)
inline

Definition at line 499 of file qgsfillsymbollayerv2.h.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setOffsetUnit ( QgsSymbolV2::OutputUnit  unit)
inline

Sets the units used for the offset for the shapeburst fill.

Parameters
unitunits for fill offset
Note
added in 2.3
See also
setOffset
offsetUnit

Definition at line 490 of file qgsfillsymbollayerv2.h.

Referenced by clone(), and create().

void QgsShapeburstFillSymbolLayerV2::setOutputUnit ( QgsSymbolV2::OutputUnit  unit)
virtual

Reimplemented from QgsSymbolLayerV2.

Definition at line 1377 of file qgsfillsymbollayerv2.cpp.

References mDistanceUnit, and mOffsetUnit.

void QgsShapeburstFillSymbolLayerV2::setUseWholeShape ( double  useWholeShape)
inline

Sets whether the shapeburst fill should be drawn using the entire shape.

Parameters
useWholeShapeSet to true if shapeburst should cover entire shape. If false, setMaxDistance is used to calculate how far from the boundary of the shape should be shaded
Note
added in 2.3
See also
useWholeShape
setMaxDistance

Definition at line 360 of file qgsfillsymbollayerv2.h.

void QgsShapeburstFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext context)
virtual
void QgsShapeburstFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext context)
virtual

Implements QgsSymbolLayerV2.

Definition at line 1005 of file qgsfillsymbollayerv2.cpp.

double QgsShapeburstFillSymbolLayerV2::useWholeShape ( ) const
inline

Returns whether the shapeburst fill is set to cover the entire shape.

Returns
True if shapeburst fill will cover the entire shape. If false, shapeburst is drawn to a distance of maxDistance from the polygon's boundary.
Note
added in 2.3
See also
setUseWholeShape
maxDistance

Definition at line 367 of file qgsfillsymbollayerv2.h.

Referenced by create(), and renderPolygon().

Member Data Documentation

int QgsShapeburstFillSymbolLayerV2::mBlurRadius
protected

Definition at line 512 of file qgsfillsymbollayerv2.h.

Referenced by applyDataDefinedSymbology(), clone(), and properties().

QBrush QgsShapeburstFillSymbolLayerV2::mBrush
protected

Definition at line 509 of file qgsfillsymbollayerv2.h.

QColor QgsShapeburstFillSymbolLayerV2::mColor2
protected

Definition at line 520 of file qgsfillsymbollayerv2.h.

Referenced by applyDataDefinedSymbology(), clone(), and properties().

ShapeburstColorType QgsShapeburstFillSymbolLayerV2::mColorType
protected

Definition at line 519 of file qgsfillsymbollayerv2.h.

Referenced by clone(), properties(), and renderPolygon().

QgsMapUnitScale QgsShapeburstFillSymbolLayerV2::mDistanceMapUnitScale
protected
QgsSymbolV2::OutputUnit QgsShapeburstFillSymbolLayerV2::mDistanceUnit
protected

Definition at line 516 of file qgsfillsymbollayerv2.h.

Referenced by clone(), outputUnit(), properties(), renderPolygon(), and setOutputUnit().

QgsVectorColorRampV2* QgsShapeburstFillSymbolLayerV2::mGradientRamp
protected
bool QgsShapeburstFillSymbolLayerV2::mIgnoreRings
protected

Definition at line 524 of file qgsfillsymbollayerv2.h.

Referenced by applyDataDefinedSymbology(), clone(), and properties().

double QgsShapeburstFillSymbolLayerV2::mMaxDistance
protected

Definition at line 515 of file qgsfillsymbollayerv2.h.

Referenced by applyDataDefinedSymbology(), clone(), and properties().

QPointF QgsShapeburstFillSymbolLayerV2::mOffset
protected

Definition at line 526 of file qgsfillsymbollayerv2.h.

Referenced by clone(), estimateMaxBleed(), properties(), and renderPolygon().

QgsMapUnitScale QgsShapeburstFillSymbolLayerV2::mOffsetMapUnitScale
protected
QgsSymbolV2::OutputUnit QgsShapeburstFillSymbolLayerV2::mOffsetUnit
protected

Definition at line 527 of file qgsfillsymbollayerv2.h.

Referenced by clone(), outputUnit(), properties(), renderPolygon(), and setOutputUnit().

QBrush QgsShapeburstFillSymbolLayerV2::mSelBrush
protected

Definition at line 510 of file qgsfillsymbollayerv2.h.

Referenced by renderPolygon(), and startRender().

QgsVectorColorRampV2* QgsShapeburstFillSymbolLayerV2::mTwoColorGradientRamp
protected

Definition at line 522 of file qgsfillsymbollayerv2.h.

Referenced by renderPolygon().

bool QgsShapeburstFillSymbolLayerV2::mUseWholeShape
protected

Definition at line 514 of file qgsfillsymbollayerv2.h.

Referenced by applyDataDefinedSymbology(), clone(), and properties().


The documentation for this class was generated from the following files: