Quantum GIS API Documentation  1.7.4
src/core/qgspluginlayer.h
Go to the documentation of this file.
00001 #ifndef QGSPLUGINLAYER_H
00002 #define QGSPLUGINLAYER_H
00003 
00004 #include "qgsmaplayer.h"
00005 
00016 class CORE_EXPORT QgsPluginLayer : public QgsMapLayer
00017 {
00018     Q_OBJECT
00019 
00020   public:
00021     QgsPluginLayer( QString layerType, QString layerName = QString() );
00022 
00024     QString pluginLayerType();
00025 
00026     void setExtent( const QgsRectangle & extent );
00027 
00028   protected:
00029     QString mPluginLayerType;
00030 };
00031 
00032 #endif // QGSPLUGINLAYER_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines