RasterProcessing/CatchmentGrid/catchmentgrid.h

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

Generated on Sun Aug 5 17:34:00 2007 for PIHMgis by  doxygen 1.5.2