X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Poly3DDlg.h;h=98e49dd283de2713cff283e7cc911b1119aae270;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=e8aaced10ff976c5d94626f27b5e8d98bb441041;hpb=902f7fd2408dda7bec3b9cc407cf476319871b6b;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Poly3DDlg.h b/src/HYDROGUI/HYDROGUI_Poly3DDlg.h index e8aaced1..98e49dd2 100644 --- a/src/HYDROGUI/HYDROGUI_Poly3DDlg.h +++ b/src/HYDROGUI/HYDROGUI_Poly3DDlg.h @@ -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