Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
qgspluginlayer.cpp
Go to the documentation of this file.
1 #include "qgspluginlayer.h"
2 
3 QgsPluginLayer::QgsPluginLayer( QString layerType, QString layerName )
4  : QgsMapLayer( PluginLayer, layerName ), mPluginLayerType( layerType )
5 {
6 }
7 
9 {
10  return mPluginLayerType;
11 }
12 
14 {
16 }