QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
qgsplotregistry.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsapplication.h"
#include "qgsplot.h"
#include "qgsvectorlayerplotdatagatherer.h"
Include dependency graph for qgsplotregistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

 Stores metadata about a plot class. More...
 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 Documentation

◆ QgsPlotCreateFunc

typedef std::function<QgsPlot *()> QgsPlotCreateFunc

Plot creation function.

Definition at line 98 of file qgsplotregistry.h.

◆ QgsPlotDataGathererCreateFunc

Definition at line 99 of file qgsplotregistry.h.

◆ QgsPlotWidgetCreateFunc

typedef std::function<QgsPlotWidget *( QWidget *parent )> QgsPlotWidgetCreateFunc

Definition at line 100 of file qgsplotregistry.h.