class QgsPluginLayer : QgsMapLayer { %TypeHeaderCode #include "qgspluginlayer.h" %End public: QgsPluginLayer( QString layerType, QString layerName = QString() ); /** return plugin layer type (the same as used in QgsPluginLayerRegistry) */ QString pluginLayerType(); void setExtent( const QgsRectangle &extent ); };