|
| Qgs2DPlot () |
| Constructor for Qgs2DPlot. More...
|
|
| Qgs2DPlot (const Qgs2DPlot &other)=delete |
| Qgs2DPlot cannot be copied. More...
|
|
| ~Qgs2DPlot () override |
|
void | calculateOptimisedIntervals (QgsRenderContext &context) |
| Automatically sets the grid and label intervals to optimal values for display in the given render context. More...
|
|
QgsFillSymbol * | chartBackgroundSymbol () |
| Returns the fill symbol used to render the background of the chart. More...
|
|
QgsFillSymbol * | chartBorderSymbol () |
| Returns the symbol used to render the border of the chart. More...
|
|
QRectF | interiorPlotArea (QgsRenderContext &context) const |
| Returns the area of the plot which corresponds to the actual plot content (excluding all titles and other components which sit outside the plot area). More...
|
|
const QgsMargins & | margins () const |
| Returns the margins of the plot area (in millimeters) More...
|
|
Qgs2DPlot & | operator= (const Qgs2DPlot &other)=delete |
| Qgs2DPlot cannot be copied. More...
|
|
bool | readXml (const QDomElement &element, QgsReadWriteContext &context) override |
| Reads the plot's properties from an XML element. More...
|
|
void | render (QgsRenderContext &context) |
| Renders the plot. More...
|
|
virtual void | renderContent (QgsRenderContext &context, const QRectF &plotArea) |
| Renders the plot content. More...
|
|
void | setChartBackgroundSymbol (QgsFillSymbol *symbol) |
| Sets the fill symbol used to render the background of the chart. More...
|
|
void | setChartBorderSymbol (QgsFillSymbol *symbol) |
| Sets the symbol used to render the border of the chart. More...
|
|
void | setMargins (const QgsMargins &margins) |
| Sets the margins of the plot area (in millimeters) More...
|
|
void | setSize (QSizeF size) |
| Sets the overall size of the plot (including titles and over components which sit outside the plot area). More...
|
|
void | setXMaximum (double maximum) |
| Sets the maximum value of the x axis. More...
|
|
void | setXMinimum (double minimum) |
| Sets the minimum value of the x axis. More...
|
|
void | setYMaximum (double maximum) |
| Sets the maximum value of the y axis. More...
|
|
void | setYMinimum (double minimum) |
| Sets the minimum value of the y axis. More...
|
|
QSizeF | size () const |
| Returns the overall size of the plot (in millimeters) (including titles and other components which sit outside the plot area). More...
|
|
bool | writeXml (QDomElement &element, QDomDocument &document, QgsReadWriteContext &context) const override |
| Writes the plot's properties into an XML element. More...
|
|
QgsPlotAxis & | xAxis () |
| Returns a reference to the plot's x axis. More...
|
|
const QgsPlotAxis & | xAxis () const |
| Returns a reference to the plot's x axis. More...
|
|
double | xMaximum () const |
| Returns the maximum value of the x axis. More...
|
|
double | xMinimum () const |
| Returns the minimum value of the x axis. More...
|
|
QgsPlotAxis & | yAxis () |
| Returns a reference to the plot's y axis. More...
|
|
const QgsPlotAxis & | yAxis () const |
| Returns a reference to the plot's y axis. More...
|
|
double | yMaximum () const |
| Returns the maximum value of the y axis. More...
|
|
double | yMinimum () const |
| Returns the minimum value of the y axis. More...
|
|
| QgsPlot ()=default |
| Constructor for QgsPlot. More...
|
|
virtual | ~QgsPlot () |
|
virtual bool | readXml (const QDomElement &element, QgsReadWriteContext &context) |
| Reads the plot's properties from an XML element. More...
|
|
virtual bool | writeXml (QDomElement &element, QDomDocument &document, QgsReadWriteContext &context) const |
| Writes the plot's properties into an XML element. More...
|
|