QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsapplication.h"
#include "qgspathresolver.h"
#include <QGraphicsItem>
#include <QIcon>
#include <functional>
Go to the source code of this file.
Classes | |
class | QgsAnnotationItemAbstractMetadata |
Stores metadata about one annotation item class. More... | |
class | QgsAnnotationItemMetadata |
Convenience metadata class that uses static functions to create annotation items and their configuration widgets. More... | |
class | QgsAnnotationItemRegistry |
Registry of available annotation item types. More... | |
Typedefs | |
typedef std::function< QgsAnnotationItem *()> | QgsAnnotationItemCreateFunc |
Annotation item creation function. More... | |
typedef std::function<QgsAnnotationItem *()> QgsAnnotationItemCreateFunc |
Annotation item creation function.
Definition at line 88 of file qgsannotationitemregistry.h.