QGIS/python/core/qgspluginlayer.sip

15 lines
285 B
Plaintext
Raw Normal View History

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