QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSLAYERTREEEMBEDDEDWIDGETREGISTRY_H
17 #define QGSLAYERTREEEMBEDDEDWIDGETREGISTRY_H
41 virtual QString
id()
const = 0;
44 virtual QString
name()
const = 0;
90 QStringList providers()
const;
105 bool removeProvider(
const QString &providerId );
110 QMap<QString, QgsLayerTreeEmbeddedWidgetProvider *>
mProviders;
120 #endif // QGSLAYERTREEEMBEDDEDWIDGETREGISTRY_H
Base class for all map layer types.