19 #ifndef QGSPLUGINLAYERREGSITRY_H
20 #define QGSPLUGINLAYERREGSITRY_H
26 #include "qgis_core.h"
86 QStringList pluginLayerTypes();
92 bool removePluginLayerType(
const QString &
typeName );
108 typedef QMap<QString, QgsPluginLayerType *> PluginLayerTypes;
110 PluginLayerTypes mPluginLayerTypes;
A registry of plugin layers types.
QgsPluginLayerRegistry()=default
Constructor for QgsPluginLayerRegistry.
QgsPluginLayerRegistry & operator=(const QgsPluginLayerRegistry &rh)=delete
QgsPluginLayerRegistry cannot be copied.
QgsPluginLayerRegistry(const QgsPluginLayerRegistry &rh)=delete
QgsPluginLayerRegistry cannot be copied.
Class for creating plugin specific layers.
virtual ~QgsPluginLayerType()=default
Base class for plugin layers.