VectorProcessing/shpFilesInputDialog/shpfilesinputdialog.h

Go to the documentation of this file.
00001 #ifndef SHPFILESINPUTDIALOG
00002 #define SHPFILESINPUTDIALOG
00003 
00004 #include "ui_shpfilesinputdialog.h"
00005 
00006 class shpFilesInputDialogDlg : public QDialog, private Ui::shpFilesInputDialog
00007 {
00008         Q_OBJECT
00009 public:
00010         shpFilesInputDialogDlg(QWidget *parent = 0);
00011 
00012 public slots:
00013         void externalBoundsBrowse();
00014         void internalBoundsBrowse();
00015         void constrainingLayersBrowse();
00016         void constrainingPointsBrowse();
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