QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
16 #ifndef QGSCALLOUTSREGISTRY_H
17 #define QGSCALLOUTSREGISTRY_H
19 #include "qgis_core.h"
52 , mVisibleName( visibleName )
62 QString
name()
const {
return mName; }
74 QIcon
icon()
const {
return mIcon; }
80 void setIcon(
const QIcon &icon ) { mIcon = icon; }
120 , mCreateFunc( pfCreate )
121 , mWidgetFunc( pfWidget )
196 QStringList calloutTypes()
const;
210 QMap<QString, QgsCalloutAbstractMetadata *> mMetadata;
213 #endif // QGSCALLOUTSREGISTRY_H
Abstract base class for callout renderers.
QgsCallout *(* QgsCalloutCreateFunc)(const QVariantMap &, const QgsReadWriteContext &)
QgsCalloutWidget *(* QgsCalloutWidgetFunc)(QgsVectorLayer *)