| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A stacked bar chart diagram. More...
#include <qgsstackedbardiagram.h>

Public Member Functions | |
| QgsStackedBarDiagram () | |
| QgsStackedBarDiagram * | clone () const override | 
| Returns an instance that is equivalent to this one.   | |
| QString | diagramName () const override | 
| Gets a descriptive name for this diagram type.   | |
| QSizeF | diagramSize (const QgsAttributes &attributes, const QgsRenderContext &c, const QgsDiagramSettings &s) override | 
| Returns the size in map units the diagram will use to render.   | |
| QSizeF | diagramSize (const QgsFeature &feature, const QgsRenderContext &c, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &interpolationSettings) override | 
| Returns the size in map units the diagram will use to render. Interpolate size.   | |
| double | legendSize (double value, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &interpolationSettings) const override | 
| Returns the size of the legend item for the diagram corresponding to a specified value.   | |
| void | renderDiagram (const QgsFeature &feature, QgsRenderContext &c, const QgsDiagramSettings &s, QPointF position) override | 
| Draws the diagram at the given position (in pixel coordinates)   | |
  Public Member Functions inherited from QgsDiagram | |
| virtual | ~QgsDiagram () | 
| void | clearCache () | 
| QgsExpression * | getExpression (const QString &expression, const QgsExpressionContext &context) | 
| Returns a prepared expression for the specified context.   | |
Static Public Attributes | |
| static const QString | DIAGRAM_NAME_STACKED_BAR = QStringLiteral( "Stacked" ) | 
Additional Inherited Members | |
  Protected Member Functions inherited from QgsDiagram | |
| QgsDiagram ()=default | |
| QgsDiagram (const QgsDiagram &other) | |
| QFont | scaledFont (const QgsDiagramSettings &s, const QgsRenderContext &c) | 
| Calculates a size to match the current settings and rendering context.   | |
| void | setPenWidth (QPen &pen, const QgsDiagramSettings &s, const QgsRenderContext &c) | 
| Changes the pen width to match the current settings and rendering context.   | |
| QSizeF | sizeForValue (double value, const QgsDiagramSettings &s, const QgsDiagramInterpolationSettings &interpolationSettings) const | 
| Returns the scaled size of a diagram for a value, respecting the specified diagram interpolation settings.   | |
| double | sizePainterUnits (double l, const QgsDiagramSettings &s, const QgsRenderContext &c) | 
| Calculates a length to match the current settings and rendering context.   | |
| QSizeF | sizePainterUnits (QSizeF size, const QgsDiagramSettings &s, const QgsRenderContext &c) | 
| Calculates a size to match the current settings and rendering context.   | |
| QgsStackedBarDiagram::QgsStackedBarDiagram | ( | ) | 
Definition at line 27 of file qgsstackedbardiagram.cpp.
      
  | 
  overridevirtual | 
Returns an instance that is equivalent to this one.
Implements QgsDiagram.
Definition at line 33 of file qgsstackedbardiagram.cpp.
      
  | 
  overridevirtual | 
Gets a descriptive name for this diagram type.
Implements QgsDiagram.
Definition at line 120 of file qgsstackedbardiagram.cpp.
      
  | 
  overridevirtual | 
Returns the size in map units the diagram will use to render.
Implements QgsDiagram.
Definition at line 125 of file qgsstackedbardiagram.cpp.
      
  | 
  overridevirtual | 
Returns the size in map units the diagram will use to render. Interpolate size.
Implements QgsDiagram.
Definition at line 38 of file qgsstackedbardiagram.cpp.
      
  | 
  overridevirtual | 
Returns the size of the legend item for the diagram corresponding to a specified value.
| value | value to return legend item size for | 
| s | diagram settings | 
| interpolationSettings | interpolation settings | 
Implements QgsDiagram.
Definition at line 105 of file qgsstackedbardiagram.cpp.
      
  | 
  overridevirtual | 
Draws the diagram at the given position (in pixel coordinates)
Implements QgsDiagram.
Definition at line 158 of file qgsstackedbardiagram.cpp.
      
  | 
  static | 
Definition at line 44 of file qgsstackedbardiagram.h.