QGIS API Documentation
2.6.0-Brighton
|
Returns diagram settings for a feature. More...
#include <qgsdiagramrendererv2.h>
Public Member Functions | |
QgsDiagramRendererV2 () | |
virtual | ~QgsDiagramRendererV2 () |
virtual QgsDiagramRendererV2 * | clone () const =0 |
Returns new instance that is equivalent to this one. | |
virtual QSizeF | sizeMapUnits (const QgsFeature &feature, const QgsRenderContext &c) |
Returns size of the diagram for a feature in map units. | |
virtual QString | rendererName () const =0 |
virtual QList< QString > | diagramAttributes () const =0 |
Returns attribute indices needed for diagram rendering. | |
void | renderDiagram (const QgsFeature &feature, QgsRenderContext &c, const QPointF &pos) |
void | setDiagram (QgsDiagram *d) |
QgsDiagram * | diagram () const |
virtual QList< QgsDiagramSettings > | diagramSettings () const =0 |
Returns list with all diagram settings in the renderer. | |
virtual void | readXML (const QDomElement &elem, const QgsVectorLayer *layer)=0 |
virtual void | writeXML (QDomElement &layerElem, QDomDocument &doc, const QgsVectorLayer *layer) const =0 |
Protected Member Functions | |
QgsDiagramRendererV2 (const QgsDiagramRendererV2 &other) | |
virtual bool | diagramSettings (const QgsFeature &feature, const QgsRenderContext &c, QgsDiagramSettings &s)=0 |
Returns diagram settings for a feature (or false if the diagram for the feature is not to be rendered). | |
virtual QSizeF | diagramSize (const QgsFeature &features, const QgsRenderContext &c)=0 |
Returns size of the diagram (in painter units) or an invalid size in case of error. | |
void | convertSizeToMapUnits (QSizeF &size, const QgsRenderContext &context) const |
Converts size from mm to map units. | |
void | _readXML (const QDomElement &elem, const QgsVectorLayer *layer) |
void | _writeXML (QDomElement &rendererElem, QDomDocument &doc, const QgsVectorLayer *layer) const |
Static Protected Member Functions | |
static int | dpiPaintDevice (const QPainter *) |
Returns the paint device dpi (or -1 in case of error. |
Protected Attributes | |
QgsDiagram * | mDiagram |
Reference to the object that does the real diagram rendering. |
Returns diagram settings for a feature.
QgsDiagramRendererV2::QgsDiagramRendererV2 | ( | ) |
|
virtual |
|
protected |
|
protected |
|
protected |
|
pure virtual |
Returns new instance that is equivalent to this one.
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
|
protected |
Converts size from mm to map units.
|
inline |
|
pure virtual |
Returns attribute indices needed for diagram rendering.
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
|
pure virtual |
Returns list with all diagram settings in the renderer.
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
|
protectedpure virtual |
Returns diagram settings for a feature (or false if the diagram for the feature is not to be rendered).
Used internally within renderDiagram()
feature | the feature |
c | render context |
s | out: diagram settings for the feature |
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
|
protectedpure virtual |
Returns size of the diagram (in painter units) or an invalid size in case of error.
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
|
staticprotected |
Returns the paint device dpi (or -1 in case of error.
|
pure virtual |
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
void QgsDiagramRendererV2::renderDiagram | ( | const QgsFeature & | feature, |
QgsRenderContext & | c, | ||
const QPointF & | pos | ||
) |
|
pure virtual |
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
void QgsDiagramRendererV2::setDiagram | ( | QgsDiagram * | d | ) |
|
virtual |
Returns size of the diagram for a feature in map units.
Returns an invalid QSizeF in case of error
|
pure virtual |
Implemented in QgsLinearlyInterpolatedDiagramRenderer, and QgsSingleCategoryDiagramRenderer.
|
protected |
Reference to the object that does the real diagram rendering.