RasterProcessing/StreamGrid/streamgrid.h

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

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