Salome HOME
patch for crash in channel
[modules/hydro.git] / src / HYDROData / HYDROData_Entity.h
index 0f48dbbce666b42354d3b82a30198a3cefb1aaa5..76a4c10a055062d20de89d2c815e7db86798645c 100644 (file)
@@ -333,6 +333,10 @@ protected:
                                  const Handle(HYDROData_Entity)& theRefObject,
                                  const QString&                  theMethod ) const;
 
+  bool checkObjectPythonDefinition( MapOfTreatedObjects&            theTreatedObjects,
+                                    QStringList&                    theScript,
+                                    const Handle(HYDROData_Entity)& theRefObject ) const;
+
   void setPythonObjectColor( QStringList&         theScript,
                              const QColor&        theColor,
                              const QColor&        theDefaultColor,
@@ -348,7 +352,7 @@ protected:
   /**
    * Returns an object type name as a string for dumping to Python.
    */
-  QString HYDROData_Entity::getPyTypeID() const;
+  QString getPyTypeID() const;
 
 protected: