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.h
Go to the documentation of this file.
1
#ifndef QGSPLUGINLAYER_H
2
#define QGSPLUGINLAYER_H
3
4
#include "
qgsmaplayer.h
"
5
16
class
CORE_EXPORT
QgsPluginLayer
:
public
QgsMapLayer
17
{
18
Q_OBJECT
19
20
public
:
21
QgsPluginLayer
( QString layerType, QString layerName = QString() );
22
24
QString pluginLayerType();
25
26
void
setExtent(
const
QgsRectangle
& extent );
27
28
protected
:
29
QString
mPluginLayerType
;
30
};
31
32
#endif // QGSPLUGINLAYER_H
Generated on Thu Sep 19 2013 17:30:54 for Quantum GIS API Documentation by
1.8.4