From: asl Date: Sat, 21 Nov 2009 12:17:06 +0000 (+0000) Subject: 1. SetParameters() is moved to base level (SALOME::ParameterizedObject) X-Git-Tag: PHASE_17_Part1_V1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4488e5febc019e85b21b46c136c4b0a12dc6377c;p=modules%2Fgeom.git 1. SetParameters() is moved to base level (SALOME::ParameterizedObject) 2. New method StoreDependencies() in order to store dependencies on other objects into the notebook --- diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index 6e27cf720..a2aac3e4d 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -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); };