Salome HOME
1. SetParameters() is moved to base level (SALOME::ParameterizedObject)
authorasl <asl@opencascade.com>
Sat, 21 Nov 2009 12:17:06 +0000 (12:17 +0000)
committerasl <asl@opencascade.com>
Sat, 21 Nov 2009 12:17:06 +0000 (12:17 +0000)
2. New method StoreDependencies() in order to store dependencies on other objects into the notebook

idl/GEOM_Gen.idl

index 6e27cf720742c82afd0e7d637ce7d9da4a0a00f3..a2aac3e4d9a71e2be4b0312f60f08f6e3e33f462 100644 (file)
@@ -276,13 +276,13 @@ module GEOM
      *  Return true if geom object representes a shape.
      *  For example, method return false for GEOM_MARKER
      */
-     boolean IsShape();
+    boolean IsShape();
 
      /*!
-     *  Set list of parameters
-     *  \param theParameters is a sequence containing names of notebook variables used for object creation
+     *  Store dependecies of this geom object on other geom objects into notebook
+     *  \param theNotebook is the instance of notebook
      */
-    void SetParameters (in SALOME::Notebook theNotebook, in string_array theParameters);
+    void StoreDependencies(in SALOME::Notebook theNotebook);
   };