Salome HOME
basic implementation of images operations support
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ObjSelector.cxx
index 9a6016eea887e7f5c1eb04e77f24a3a9783a7fad..02c737bb29c98ccf7aed5bf48c546bb70ff78f96 100644 (file)
@@ -75,3 +75,8 @@ void HYDROGUI_ObjSelector::OnSelectionChanged()
   }
   myObjName->setText( anObjName );
 }
+
+QString HYDROGUI_ObjSelector::GetName() const
+{
+  return myObjName->text();
+}