mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
88 lines
2.4 KiB
Plaintext
88 lines
2.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/plot/qgschart.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsBarChart : Qgs2DXyPlot
|
|
{
|
|
%Docstring(signature="appended")
|
|
A simple bar chart class.
|
|
|
|
.. warning::
|
|
|
|
This class is not considered stable API, and may change in future!
|
|
|
|
.. versionadded:: 4.0
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgschart.h"
|
|
%End
|
|
public:
|
|
|
|
QgsBarChart();
|
|
~QgsBarChart();
|
|
|
|
virtual QString type() const;
|
|
|
|
virtual void renderContent( QgsRenderContext &context, const QRectF &plotArea, const QgsPlotData &plotData = QgsPlotData() );
|
|
|
|
|
|
virtual bool writeXml( QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context ) const;
|
|
|
|
virtual bool readXml( const QDomElement &element, const QgsReadWriteContext &context );
|
|
|
|
|
|
static QgsBarChart *create();
|
|
|
|
};
|
|
|
|
|
|
class QgsLineChart : Qgs2DXyPlot
|
|
{
|
|
%Docstring(signature="appended")
|
|
A simple line chart class.
|
|
|
|
.. warning::
|
|
|
|
This class is not considered stable API, and may change in future!
|
|
|
|
.. versionadded:: 4.0
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgschart.h"
|
|
%End
|
|
public:
|
|
|
|
QgsLineChart();
|
|
~QgsLineChart();
|
|
|
|
virtual QString type() const;
|
|
|
|
virtual void renderContent( QgsRenderContext &context, const QRectF &plotArea, const QgsPlotData &plotData = QgsPlotData() );
|
|
|
|
|
|
virtual bool writeXml( QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context ) const;
|
|
|
|
virtual bool readXml( const QDomElement &element, const QgsReadWriteContext &context );
|
|
|
|
|
|
static QgsLineChart *create();
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/plot/qgschart.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|