Salome HOME
Access to 'Invalid value' of altitude from Bathymetry is added.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_TwoImagesDlg.cxx
index 8a313ec962575b95f7418d47b41bb9e169fa09bc..6cee6e2609ab1f02f2f8d8ca993bc50c072b2783 100644 (file)
@@ -108,6 +108,13 @@ QString HYDROGUI_TwoImagesDlg::getImageName() const
   return myImageName->text();
 }
 
+void HYDROGUI_TwoImagesDlg::setSelectedImages( const QString& theName1,
+                                               const QString& theName2 )
+{
+  myImage1->SetName( theName1 );
+  myImage2->SetName( theName2 );
+}
+
 bool HYDROGUI_TwoImagesDlg::getSelectedImages( QString& theName1,
                                                QString& theName2 ) const
 {