From 4488e5febc019e85b21b46c136c4b0a12dc6377c Mon Sep 17 00:00:00 2001 From: asl Date: Sat, 21 Nov 2009 12:17:06 +0000 Subject: [PATCH] 1. SetParameters() is moved to base level (SALOME::ParameterizedObject) 2. New method StoreDependencies() in order to store dependencies on other objects into the notebook --- idl/GEOM_Gen.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); }; -- 2.39.2