QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
|
Base class for plot/chart/graphs. More...
#include <qgsplot.h>
Public Member Functions | |
QgsPlot ()=default | |
Constructor for QgsPlot. | |
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 |
Constructor for QgsPlot.
|
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.