Salome HOME
debug of local CS
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Poly3DDlg.h
index e8aaced10ff976c5d94626f27b5e8d98bb441041..98e49dd283de2713cff283e7cc911b1119aae270 100644 (file)
@@ -46,23 +46,31 @@ public:
   void                       setResultName( const QString& theName );
   QString                    getResultName() const;
 
-  void                       setSelectedObjects( const QString& theName1,
-                                                 const QString& theName2 );
-  bool                       getSelectedObjects( QString& theName1,
-                                                 QString& theName2 ) const;
+  void                       setSelectedObjects( const QString& theNamePoly,
+                                                 const QString& theNameProfile,
+                                                 const QString& theNameBath );
+  bool                       getSelectedObjects( QString& theNamePoly,
+                                                 QString& theNameProfile,
+                                                 QString& theNameBath ) const;
 
   void                       setPreselectedObject( const QString& theName );
 
+protected slots:
+  void OnSelectionChanged();
+
 private:
   bool                       myIsEdit;
 
   QLineEdit*                 myName;
 
+  QLabel*                    myPolylineLabel;
+  HYDROGUI_ObjSelector*      myPolyline;
+
   QLabel*                    myProfileLabel;
   HYDROGUI_ObjSelector*      myProfile;
 
-  QLabel*                    myPolylineLabel;
-  HYDROGUI_ObjSelector*      myPolyline;
+  QLabel*                    myBathLabel;
+  HYDROGUI_ObjSelector*      myBath;
 };
 
 #endif