Salome HOME
new implementation for channels creation
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index cf48d52c107b21de103a075864394d1a68db2021..99fd175489791f952786550bde8cdbd7de991b29 100644 (file)
@@ -73,6 +73,16 @@ public:
    */
   static bool                           IsGeometryObject( const Handle(HYDROData_Entity)& theObject );
 
+  /**
+   * \brief Updates the child object name.
+   * \param theOldStr old father object name
+   * \param theNewStr new father object name
+   * \param theObject object to update
+   */
+  static void                           UpdateChildObjectName( const QString&                  theOldStr,
+                                                               const QString&                  theNewStr,
+                                                               const Handle(HYDROData_Entity)& theObject );
+
 };
 
 inline bool ValuesEquals( const double& theFirst, const double& theSecond )