QGIS API Documentation
2.6.0-Brighton
|
class for creating plugin specific layers More...
#include <qgspluginlayerregistry.h>
Public Member Functions | |
QgsPluginLayerType (QString name) | |
virtual | ~QgsPluginLayerType () |
QString | name () |
virtual QgsPluginLayer * | createLayer () |
return new layer of this type. | |
virtual bool | showLayerProperties (QgsPluginLayer *layer) |
show plugin layer properties dialog. |
Protected Attributes | |
QString | mName |
class for creating plugin specific layers
QgsPluginLayerType::QgsPluginLayerType | ( | QString | name | ) |
|
virtual |
|
virtual |
return new layer of this type.
Return NULL on error
QString QgsPluginLayerType::name | ( | ) |
|
virtual |
show plugin layer properties dialog.
Return false if the dialog cannot be shown.
|
protected |