Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
30 };
31 
32 #endif // QGSPLUGINLAYER_H