|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
#include "qgis_core.h"#include "qgis_sip.h"#include "qgsapplication.h"#include "qgsplot.h"#include "qgsvectorlayerplotdatagatherer.h"

Go to the source code of this file.
Classes | |
| class | QgsPlotAbstractMetadata |
| Stores metadata about a plot class. More... | |
| class | QgsPlotMetadata |
| Convenience metadata class that uses static functions to create plots. More... | |
| class | QgsPlotRegistry |
| Registry of available plot types. More... | |
Typedefs | |
| typedef std::function< QgsPlot *()> | QgsPlotCreateFunc |
| Plot creation function. | |
| typedef std::function< QgsVectorLayerAbstractPlotDataGatherer *(QgsPlot *plot)> | QgsPlotDataGathererCreateFunc |
| typedef std::function< QgsPlotWidget *(QWidget *parent)> | QgsPlotWidgetCreateFunc |
| typedef std::function<QgsPlot *()> QgsPlotCreateFunc |
Plot creation function.
Definition at line 98 of file qgsplotregistry.h.
| typedef std::function<QgsVectorLayerAbstractPlotDataGatherer *( QgsPlot *plot )> QgsPlotDataGathererCreateFunc |
Definition at line 99 of file qgsplotregistry.h.
| typedef std::function<QgsPlotWidget *( QWidget *parent )> QgsPlotWidgetCreateFunc |
Definition at line 100 of file qgsplotregistry.h.