15 #ifndef QGSSINGLESYMBOLRENDERERV2_H 
   16 #define QGSSINGLESYMBOLRENDERERV2_H 
   22 #include <QScopedPointer> 
   48     void setSizeScaleField( 
QString fieldOrExpression );
 
  100 #endif // QGSSINGLESYMBOLRENDERERV2_H 
virtual QgsSymbolV2 * originalSymbolForFeature(QgsFeature &feature)
Return symbol for feature. 
 
virtual void setRotationField(QString fieldName)
sets rotation field of renderer (if supported by the renderer) 
 
virtual QString dump() const 
for debugging 
 
virtual QDomElement save(QDomDocument &doc)
store renderer info to XML element 
 
virtual int capabilities() override
returns bitwise OR-ed capabilities of the renderer 
 
virtual QgsLegendSymbolList legendSymbolItems(double scaleDenominator=-1, QString rule="")
return a list of item text / symbol 
 
QgsSymbolV2::ScaleMethod scaleMethod() const 
 
Container of fields for a vector layer. 
 
virtual QList< QString > usedAttributes()=0
 
QScopedPointer< QgsSymbolV2 > mSymbol
 
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
 
QgsSymbolV2::ScaleMethod mScaleMethod
 
virtual QgsLegendSymbologyList legendSymbologyItems(QSize iconSize)
return a list of symbology items for the legend 
 
virtual void startRender(QgsRenderContext &context, const QgsFields &fields)=0
 
virtual void stopRender(QgsRenderContext &context)=0
 
virtual QString rotationField() const 
return rotation field name (or empty string if not set or not supported by renderer) ...
 
virtual QgsSymbolV2List symbols()=0
for symbol levels 
 
virtual QgsFeatureRendererV2 * clone() const =0
 
QScopedPointer< QgsExpression > mSizeScale
 
virtual void toSld(QDomDocument &doc, QDomElement &element) const 
used from subclasses to create SLD Rule elements following SLD v1.1 specs 
 
Contains information about the context of a rendering operation. 
 
virtual QgsLegendSymbolListV2 legendSymbolItemsV2() const 
Return a list of symbology items for the legend. 
 
virtual QgsSymbolV2 * symbolForFeature(QgsFeature &feature)=0
to be overridden 
 
QScopedPointer< QgsSymbolV2 > mTempSymbol
 
QScopedPointer< QgsExpression > mRotation