19#ifndef QGSPLUGINLAYERREGSITRY_H
20#define QGSPLUGINLAYERREGSITRY_H
85 QStringList pluginLayerTypes();
91 bool removePluginLayerType(
const QString &
typeName );
107 typedef QMap<QString, QgsPluginLayerType *> PluginLayerTypes;
109 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.