VectorProcessing/mergeFeaturesDialog/mergefeaturesdialog.h

Go to the documentation of this file.
00001 #ifndef MERGEFEATURESDIALOG
00002 #define MERGEFEATURESDIALOG
00003 
00004 #include "ui_mergefeaturesdialog.h"
00005 
00006 class mergeFeaturesDialogDlg : public QDialog, private Ui::mergeFeaturesDialog
00007 {
00008         Q_OBJECT
00009 public:
00010         mergeFeaturesDialogDlg(QWidget *parent = 0);
00011 
00012 public slots:
00013         void addBrowse();
00014         void removeBrowse();
00015         void removeAllBrowse();
00016         void outputBrowse();
00017         void run();
00018         void help();
00019 };
00020 
00021 #endif
00022 

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