ExtractData/attFile/attfile.h

Go to the documentation of this file.
00001 #ifndef ATTFILE
00002 #define ATTFILE
00003 
00004 #include "ui_attfile.h"
00005 
00006 class attFileDlg : public QDialog, private Ui::AttFileGeneration
00007 {
00008         Q_OBJECT
00009 public:
00010         attFileDlg(QWidget *parent = 0);
00011 
00012 public slots:
00013         void tinBrowse();
00014         void precipBrowse();
00015         void tempBrowse();
00016         void humidBrowse();
00017         void windBrowse();
00018         void gBrowse();
00019         void rnBrowse();
00020         void pBrowse();
00021         void soilBrowse();
00022         void lcBrowse();
00023         void isICBrowse();
00024         void snowICBrowse();
00025         void overlandICBrowse();
00026         void unsatICBrowse();
00027         void satICBrowse();
00028         void bcBrowse();
00029         void sourceBrowse();
00030         void attBrowse();
00031         void run();
00032         void help();
00033 };
00034 
00035 #endif
00036 

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