From 818c9144fd1a6a43986f26b1ed527fbeac0d712c Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 24 Nov 2009 14:00:55 +0000 Subject: [PATCH] new method GetParameter() --- idl/SALOME_Notebook.idl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/idl/SALOME_Notebook.idl b/idl/SALOME_Notebook.idl index 869cc1ea5..2c6b02144 100644 --- a/idl/SALOME_Notebook.idl +++ b/idl/SALOME_Notebook.idl @@ -63,11 +63,18 @@ module SALOME boolean IsValid(); /*! - * Set list of parameters that this object depends on - * \param theParameters is a sequence containing names of notebook variables used for object creation - * if parameter is empty string, it means that parameter is not used in this position + * Set list of arguments that this object depends on + * \param theParameters is a sequence containing names of notebook variables used for object creation. + * Each sequence element corresponds to certain position. + * If parameter is empty string, it means that parameter is not used in this position. */ - void SetParameters ( in Notebook theNotebook, in StringArray theParameters ); + void SetParameters( in Notebook theNotebook, in StringArray theParameters ); + + /*! + * Get list of arguments that this object depends on. + * Each sequence element corresponds to certain position. + */ + StringArray GetParameters(); //! update management void Update( in Notebook nb ); -- 2.39.2