19#ifndef QGSPLUGINLAYERREGSITRY_H
20#define QGSPLUGINLAYERREGSITRY_H
80 QStringList pluginLayerTypes();
86 bool removePluginLayerType(
const QString &
typeName );
102 typedef QMap<QString, QgsPluginLayerType *> PluginLayerTypes;
104 PluginLayerTypes mPluginLayerTypes;
A registry of plugin layers types.
QgsPluginLayerRegistry()=default
QgsPluginLayerRegistry & operator=(const QgsPluginLayerRegistry &rh)=delete
QgsPluginLayerRegistry(const QgsPluginLayerRegistry &rh)=delete
Class for creating plugin specific layers.
virtual ~QgsPluginLayerType()=default
Base class for plugin layers.