Quantum GIS API Documentation
1.7.5-Wroclaw
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
core
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
8
QString
QgsPluginLayer::pluginLayerType
()
9
{
10
return
mPluginLayerType
;
11
}
12
13
void
QgsPluginLayer::setExtent
(
const
QgsRectangle
& extent )
14
{
15
mLayerExtent
=
extent
;
16
}
Generated on Wed Jun 13 2012 13:54:10 for Quantum GIS API Documentation by
1.8.1