From 4e79560dc3178d6d0c4141068b92266f87c6fcca Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 9 Feb 2012 15:06:03 +0000 Subject: [PATCH] 0021375: EDF 1671 SMESH: Dump study of current state + void SetOption(in string optionName, in string value); + string GetOption(in string optionName); --- idl/SALOME_Component.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index a6e54530e..89deec4f6 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -276,6 +276,18 @@ module Engines */ FieldsDict getProperties(); + //! Set an option value + /*! + This method is to set an option specific to a certain EngineComponent. + */ + void SetOption(in string optionName, in string value); + + //! Return an option value + /*! + This method is to get value of an option specific to a certain EngineComponent. + */ + string GetOption(in string optionName); + //! Set name of a node in a graph (for %SUPERVISOR use) /*! This method is used by the %SUPERVISOR component. It sets the names of -- 2.39.2