QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Base class for plot/chart/graphs. More...
#include <qgsplot.h>
Public Member Functions | |
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... | |
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.