|
QGIS API Documentation
2.4.0-Chugiak
|
#include <qgsfillsymbollayerv2.h>


Public Member Functions | |
| QgsCentroidFillSymbolLayerV2 () | |
| ~QgsCentroidFillSymbolLayerV2 () | |
| QString | layerType () const |
| void | startRender (QgsSymbolV2RenderContext &context) |
| void | stopRender (QgsSymbolV2RenderContext &context) |
| void | renderPolygon (const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context) |
| QgsStringMap | properties () const |
| QgsSymbolLayerV2 * | clone () const |
| void | toSld (QDomDocument &doc, QDomElement &element, QgsStringMap props) const |
| void | setColor (const QColor &color) |
| QgsSymbolV2 * | subSymbol () |
| bool | setSubSymbol (QgsSymbolV2 *symbol) |
| void | setOutputUnit (QgsSymbolV2::OutputUnit unit) |
| QgsSymbolV2::OutputUnit | outputUnit () const |
| void | setMapUnitScale (const QgsMapUnitScale &scale) |
| QgsMapUnitScale | mapUnitScale () const |
| virtual QSet< QString > | usedAttributes () const |
| void | setPointOnSurface (bool pointOnSurface) |
| bool | pointOnSurface () 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 | 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 QString | ogrFeatureStyle (double mmScaleFactor, double mapUnitScaleFactor) const |
| QgsSymbolV2::SymbolType | type () const |
| void | setLocked (bool locked) |
| bool | isLocked () const |
| virtual double | estimateMaxBleed () const |
| Returns the estimated maximum distance which the layer style will bleed outside the drawn shape. More... | |
| void | setRenderingPass (int renderingPass) |
| int | renderingPass () const |
| virtual const QgsExpression * | dataDefinedProperty (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 QgsSymbolLayerV2 * | create (const QgsStringMap &properties=QgsStringMap()) |
| static QgsSymbolLayerV2 * | createFromSld (QDomElement &element) |
Protected Attributes | |
| QgsMarkerSymbolV2 * | mMarker |
| bool | mPointOnSurface |
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 |
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 QgsExpression * | expression (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 |
Definition at line 867 of file qgsfillsymbollayerv2.h.
| QgsCentroidFillSymbolLayerV2::QgsCentroidFillSymbolLayerV2 | ( | ) |
Definition at line 3156 of file qgsfillsymbollayerv2.cpp.
References setSubSymbol().
Referenced by clone(), create(), and createFromSld().
| QgsCentroidFillSymbolLayerV2::~QgsCentroidFillSymbolLayerV2 | ( | ) |
Definition at line 3161 of file qgsfillsymbollayerv2.cpp.
References mMarker.
|
virtual |
Implements QgsSymbolLayerV2.
Definition at line 3213 of file qgsfillsymbollayerv2.cpp.
References QgsMarkerSymbolV2::clone(), QgsFillSymbolLayerV2::mAngle, QgsSymbolLayerV2::mColor, mMarker, mPointOnSurface, QgsCentroidFillSymbolLayerV2(), setPointOnSurface(), and setSubSymbol().
|
static |
Definition at line 3166 of file qgsfillsymbollayerv2.cpp.
References QgsCentroidFillSymbolLayerV2(), and setPointOnSurface().
Referenced by QgsSymbolLayerV2Registry::QgsSymbolLayerV2Registry().
|
static |
Definition at line 3231 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolLayerV2Utils::createMarkerLayerFromSld(), QgsCentroidFillSymbolLayerV2(), QgsDebugMsg, and setSubSymbol().
Referenced by QgsSymbolLayerV2Registry::QgsSymbolLayerV2Registry().
|
virtual |
Implements QgsSymbolLayerV2.
Definition at line 3176 of file qgsfillsymbollayerv2.cpp.
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3305 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolV2::mapUnitScale(), and mMarker.
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3288 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolV2::Mixed, mMarker, and QgsSymbolV2::outputUnit().
|
inline |
Definition at line 908 of file qgsfillsymbollayerv2.h.
|
virtual |
Implements QgsSymbolLayerV2.
Definition at line 3206 of file qgsfillsymbollayerv2.cpp.
References mPointOnSurface.
|
virtual |
Implements QgsFillSymbolLayerV2.
Definition at line 3198 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolV2RenderContext::feature(), mMarker, mPointOnSurface, QgsSymbolLayerV2Utils::polygonCentroid(), QgsSymbolLayerV2Utils::polygonPointOnSurface(), QgsSymbolV2RenderContext::renderContext(), QgsMarkerSymbolV2::renderPoint(), and QgsSymbolV2RenderContext::selected().
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3181 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolLayerV2::color(), QgsSymbolLayerV2::mColor, mMarker, and QgsSymbolV2::setColor().
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3297 of file qgsfillsymbollayerv2.cpp.
References mMarker, and QgsSymbolV2::setMapUnitScale().
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3280 of file qgsfillsymbollayerv2.cpp.
References mMarker, and QgsSymbolV2::setOutputUnit().
|
inline |
Definition at line 907 of file qgsfillsymbollayerv2.h.
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3254 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolV2::color(), QgsSymbolV2::Marker, QgsSymbolLayerV2::mColor, mMarker, and QgsSymbolV2::type().
Referenced by clone(), createFromSld(), and QgsCentroidFillSymbolLayerV2().
|
virtual |
Implements QgsSymbolLayerV2.
Definition at line 3187 of file qgsfillsymbollayerv2.cpp.
References QgsSymbolV2RenderContext::alpha(), QgsSymbolV2RenderContext::fields(), mMarker, QgsSymbolV2RenderContext::renderContext(), QgsSymbolV2::setAlpha(), and QgsSymbolV2::startRender().
|
virtual |
Implements QgsSymbolLayerV2.
Definition at line 3193 of file qgsfillsymbollayerv2.cpp.
References mMarker, QgsSymbolV2RenderContext::renderContext(), and QgsSymbolV2::stopRender().
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3249 of file qgsfillsymbollayerv2.cpp.
References mMarker.
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3223 of file qgsfillsymbollayerv2.cpp.
References mMarker, and QgsSymbolV2::toSld().
|
virtual |
Reimplemented from QgsSymbolLayerV2.
Definition at line 3268 of file qgsfillsymbollayerv2.cpp.
References mMarker, QgsSymbolLayerV2::usedAttributes(), and QgsSymbolV2::usedAttributes().
|
protected |
Definition at line 911 of file qgsfillsymbollayerv2.h.
Referenced by clone(), mapUnitScale(), outputUnit(), renderPolygon(), setColor(), setMapUnitScale(), setOutputUnit(), setSubSymbol(), startRender(), stopRender(), subSymbol(), toSld(), usedAttributes(), and ~QgsCentroidFillSymbolLayerV2().
|
protected |
Definition at line 912 of file qgsfillsymbollayerv2.h.
Referenced by clone(), properties(), and renderPolygon().
1.8.7