QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Base class for plot/chart/graphs. More...
#include <qgsplot.h>
Public Member Functions | |
QgsPlot ()=default | |
virtual | ~QgsPlot () |
virtual bool | readXml (const QDomElement &element, const QgsReadWriteContext &context) |
Reads the plot's properties from an XML element. | |
virtual bool | writeXml (QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context) const |
Writes the plot's properties into an XML element. | |
Base class for plot/chart/graphs.
|
default |
|
virtualdefault |
|
virtual |
Reads the plot's properties from an XML element.
Reimplemented in Qgs2DPlot.
Definition at line 37 of file qgsplot.cpp.
|
virtual |
Writes the plot's properties into an XML element.
Reimplemented in Qgs2DPlot.
Definition at line 32 of file qgsplot.cpp.