DomainDecomposition/CreateTINs/createtins.h

Go to the documentation of this file.
00001 #ifndef CREATETINS
00002 #define CREATETINS
00003 
00004 #include "ui_createtinsdialog.h"
00005 
00006 class createTINsDlg : public QDialog, private Ui::CreateTINsDialog
00007 {
00008         Q_OBJECT
00009 public:
00010         createTINsDlg(QWidget *parent = 0);
00011 
00012 public slots:
00013         void eleBrowse();
00014         void nodeBrowse();
00015         void shpBrowse();
00016         void run();
00017         void help();
00018 };
00019 
00020 #endif
00021 

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