Salome HOME
++ shapefil
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_MergePolylinesDlg.h
index 874f0225330e2dfd9b4e401d1d212ac74a790004..d0cf3edd6a534658205b6c92ba4d0323246a652b 100644 (file)
@@ -22,6 +22,8 @@
 #include <HYDROGUI_InputPanel.h>
 #include <HYDROData_Entity.h>
 
+class QLineEdit;
+class QCheckBox;
 class HYDROGUI_ObjListBox;
 
 class HYDROGUI_MergePolylinesDlg : public HYDROGUI_InputPanel
@@ -32,11 +34,16 @@ public:
   HYDROGUI_MergePolylinesDlg( HYDROGUI_Module* theModule, const QString& theTitle );
   virtual ~HYDROGUI_MergePolylinesDlg();
 
+  QString                     GetResultName() const;
   HYDROData_SequenceOfObjects selectedPolylines() const;
   void                        setSelectedPolylines( const HYDROData_SequenceOfObjects& );
   void                        setPolylinesFromSelection();
 
+  bool                        IsConnectByNewSegment() const;
+
 private:
+  QLineEdit*           myName;
+  QCheckBox*           myIsConnect;
   HYDROGUI_ObjListBox* myList;
 };