| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Class for creating plugin specific layers. More...
#include <qgspluginlayerregistry.h>
| Public Member Functions | |
| QgsPluginLayerType (const QString &name) | |
| virtual | ~QgsPluginLayerType ()=default | 
| virtual QgsPluginLayer * | createLayer () | 
| Returns new layer of this type. Return nullptron error.  More... | |
| virtual QgsPluginLayer * | createLayer (const QString &uri) | 
| Returns new layer of this type, using layer URI (specific to this plugin layer type).  More... | |
| QString | name () const | 
| virtual bool | showLayerProperties (QgsPluginLayer *layer) | 
| Show plugin layer properties dialog. Return falseif the dialog cannot be shown.  More... | |
| Protected Attributes | |
| QString | mName | 
Class for creating plugin specific layers.
Definition at line 34 of file qgspluginlayerregistry.h.
| QgsPluginLayerType::QgsPluginLayerType | ( | const QString & | name | ) | 
Definition at line 24 of file qgspluginlayerregistry.cpp.
| 
 | virtualdefault | 
| 
 | virtual | 
Returns new layer of this type. Return nullptr on error. 
Definition at line 34 of file qgspluginlayerregistry.cpp.
| 
 | virtual | 
Returns new layer of this type, using layer URI (specific to this plugin layer type).
Return nullptr on error. 
Definition at line 39 of file qgspluginlayerregistry.cpp.
| QString QgsPluginLayerType::name | ( | ) | const | 
Definition at line 29 of file qgspluginlayerregistry.cpp.
| 
 | virtual | 
Show plugin layer properties dialog. Return false if the dialog cannot be shown. 
Definition at line 45 of file qgspluginlayerregistry.cpp.
| 
 | protected | 
Definition at line 56 of file qgspluginlayerregistry.h.