pihmgisgui.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Tim Sutton                                      *
00003  *   tim@linfiniti.com                                                     *
00004  *                                                                         *
00005  *   This is a plugin generated from the QGIS plugin template              *
00006  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  ***************************************************************************/
00012 #ifndef PIHMgisGUI_H
00013 #define PIHMgisGUI_H
00014 
00015 #include <QDialog>
00016 #include <ui_pihmgisguibase.h>
00017 
00021 class PIHMgisGui : public QDialog, private Ui::PIHMgisGuiBase
00022 {
00023 Q_OBJECT
00024 public:
00025     PIHMgisGui();
00026     PIHMgisGui( QWidget* parent = 0, Qt::WFlags fl = 0 );
00027     ~PIHMgisGui();
00028     void pbnOK_clicked();
00029     void pbnCancel_clicked();
00030 private:
00031     
00032 signals:
00033    void drawRasterLayer(QString);
00034    void drawVectorrLayer(QString,QString,QString);
00035 };
00036 
00037 #endif

Generated on Sun Aug 5 17:33:59 2007 for PIHMgis by  doxygen 1.5.2