VectorProcessing/polygonToPolyLineDialog/polygontopolylinedialog.h

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

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