|
| QgsPieDiagram () |
|
QgsPieDiagram * | clone () const override |
| Returns an instance that is equivalent to this one. More...
|
|
QString | diagramName () const override |
| Gets a descriptive name for this diagram type. More...
|
|
QSizeF | diagramSize (const QgsAttributes &attributes, const QgsRenderContext &c, const QgsDiagramSettings &s) override |
| Returns the size in map units the diagram will use to render. More...
|
|
QSizeF | diagramSize (const QgsFeature &feature, const QgsRenderContext &c, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &is) override |
| Returns the size in map units the diagram will use to render. Interpolate size. More...
|
|
double | legendSize (double value, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &is) const override |
| Returns the size of the legend item for the diagram corresponding to a specified value. More...
|
|
void | renderDiagram (const QgsFeature &feature, QgsRenderContext &c, const QgsDiagramSettings &s, QPointF position) override |
| Draws the diagram at the given position (in pixel coordinates) More...
|
|
virtual | ~QgsDiagram () |
|
void | clearCache () |
|
virtual QgsDiagram * | clone () const =0 |
| Returns an instance that is equivalent to this one. More...
|
|
virtual QString | diagramName () const =0 |
| Gets a descriptive name for this diagram type. More...
|
|
virtual QSizeF | diagramSize (const QgsAttributes &attributes, const QgsRenderContext &c, const QgsDiagramSettings &s)=0 |
| Returns the size in map units the diagram will use to render. More...
|
|
virtual QSizeF | diagramSize (const QgsFeature &feature, const QgsRenderContext &c, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &is)=0 |
| Returns the size in map units the diagram will use to render. Interpolate size. More...
|
|
QgsExpression * | getExpression (const QString &expression, const QgsExpressionContext &context) |
| Returns a prepared expression for the specified context. More...
|
|
virtual double | legendSize (double value, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &is) const =0 |
| Returns the size of the legend item for the diagram corresponding to a specified value. More...
|
|
virtual void | renderDiagram (const QgsFeature &feature, QgsRenderContext &c, const QgsDiagramSettings &s, QPointF position)=0 |
| Draws the diagram at the given position (in pixel coordinates) More...
|
|