Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROData / HYDROData_Entity.h
index d0a9088dbd1e62fc4c0e455ddfb841f48f3aac71..a0af6b11e1d2a50d979411cb7aec74a9fa856ca6 100644 (file)
@@ -328,6 +328,16 @@ protected:
                                  const Handle(HYDROData_Entity)& theRefObject,
                                  const QString&                  theMethod ) const;
 
+  /**
+   * Dump the initial object creation to a Python script.
+   * You should call it from DumpToPython implementation before 
+   * dumping fields of the object.
+   */
+  QStringList dumpObjectCreation( MapOfTreatedObjects& theTreatedObjects ) const;
+
+  /**
+   * Returns an object type name as a string for dumping to Python.
+   */
   QString HYDROData_Entity::getPyTypeID() const;
 
 protected: