RasterProcessing/FillPits/fillpits.h

Go to the documentation of this file.
00001 #ifndef FILLPITS
00002 #define FILLPITS
00003 
00004 #include "ui_fillpits.h"
00005 #include <qgisapp.h>
00006 class fillpitsDlg : public QDialog, private Ui::FillPits
00007 {
00008         Q_OBJECT
00009 public:
00010         fillpitsDlg(QWidget *parent = 0);
00011 
00012         void setApplicationPointer(QgisApp *);
00013         QgisApp* applicationPointer;
00014 
00015 public slots:
00016         void inputBrowse();
00017         void outputBrowse();
00018         void run();
00019         void help();
00020 };
00021 
00022 #endif
00023 

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