Salome HOME
Python console has been added for HYDRO module (Bug #22).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationDlg.h
index 44b1b8ca56edd81efb6dcacf763a9ef51b2e5586..b9a0395cf63895e660dc5b420fbb003836e137f7 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "HYDROGUI_InputPanel.h"
 
+class HYDROGUI_ObjSelector;
 class QGroupBox;
 class QLineEdit;
 
@@ -41,10 +42,14 @@ public:
   void                       setObjectName( const QString& theName );
   QString                    getObjectName() const;
 
+  void                       setPolylineName( const QString& theName );
+  QString                    getPolylineName() const;
+
 private:
   QGroupBox*                 myObjectNameGroup;
   QLineEdit*                 myObjectName;
 
+  HYDROGUI_ObjSelector*      myBndPolyline;
 };
 
 #endif