QGIS/python/core/qgspluginlayer.sip
wonder 64b68ae565 Applied patch from #2424 by Mathias Walker.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12909 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-09 16:11:01 +00:00

16 lines
333 B
Plaintext

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);
};