QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Go to the source code of this file.
Classes | |
class | QgsCalloutAbstractMetadata |
Stores metadata about one callout renderer class. More... | |
class | QgsCalloutMetadata |
Convenience metadata class that uses static functions to create callouts and their widgets. More... | |
class | QgsCalloutRegistry |
Registry of available callout classes. More... | |
Typedefs | |
typedef QgsCallout *(* | QgsCalloutCreateFunc) (const QVariantMap &, const QgsReadWriteContext &) |
typedef QgsCalloutWidget *(* | QgsCalloutWidgetFunc) (QgsVectorLayer *) |
typedef QgsCallout*( * QgsCalloutCreateFunc) (const QVariantMap &, const QgsReadWriteContext &) |
Definition at line 102 of file qgscalloutsregistry.h.
typedef QgsCalloutWidget*( * QgsCalloutWidgetFunc) (QgsVectorLayer *) |
Definition at line 103 of file qgscalloutsregistry.h.