]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_Object.h
Salome HOME
Create goups for stream.
[modules/hydro.git] / src / HYDROData / HYDROData_Object.h
index e20e47893a0088434f1fb2ce685d1fde88ed7fa0..a7eb9aec349d8da644d8e4a4d2bbe149f4ab90a8 100644 (file)
@@ -37,6 +37,12 @@ protected:
 public:
   DEFINE_STANDARD_RTTI(HYDROData_Object);
 
+  /**
+   * Updates the name of this object.
+   * Reimplemented to update the names child groups.
+   */
+  HYDRODATA_EXPORT virtual void SetName( const QString& theName );
+
   /**
    * Update the geometry object.
    * Call this method whenever you made changes for object data.