Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataModel.h
index 060a3db56936e155a39dc47c94da2856ac9c7488..e4d2bcb741332fb518c670838618dbe457f4981d 100644 (file)
@@ -220,6 +220,11 @@ public:
    */
   bool paste();
 
+  /**
+   * Rename the object
+   */
+  bool rename( Handle(HYDROData_Entity) theEntity, const QString& theName );
+
   /**
    * Creates the GUI data object according to the model object.
    * \param theParent a created object will be appended as a child of this object