Salome HOME
Bug #486: SyntaxError: can't assign to operator after dump python.
[modules/hydro.git] / src / HYDROData / HYDROData_Entity.h
index d639c4a7c976cf18704e605e112e34fb6a4a69b0..dcc6912b96d7717a7f5d05a4feaad9eab5c93c72 100644 (file)
@@ -213,7 +213,14 @@ public:
    */
   HYDRODATA_EXPORT virtual void RemoveZLevel();
 
-
+  /**
+    Find the Python object in the document by the object name.
+    @param theTreatedObjects the map of treated objects
+    @param theScript the script
+  */
+  void findPythonReferenceObject( MapOfTreatedObjects&            theTreatedObjects,
+                                  QStringList&                    theScript ) const;
 protected:
 
   friend class HYDROData_Iterator;
@@ -355,8 +362,7 @@ protected:
    * \param theDefColor default color to return if attribute has not been set before
    */
   QColor GetColor( const QColor& theDefColor, const int theTag = 0 ) const;
-
+   
 protected:
 
   /**