From: mkr Date: Fri, 20 Jan 2006 07:45:34 +0000 (+0000) Subject: Fix for bug PAL11273 : How to set the name of the container in a Factory Node. X-Git-Tag: T_Supervisor_GUI_based_on_GLViewer_start X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c41552fbfe9804aba2defa6023c4309e614bf0f7;p=modules%2Fsuperv.git Fix for bug PAL11273 : How to set the name of the container in a Factory Node. --- diff --git a/idl/SUPERV.idl b/idl/SUPERV.idl index f4502eb..ce99fb0 100644 --- a/idl/SUPERV.idl +++ b/idl/SUPERV.idl @@ -631,6 +631,11 @@ the component from the container, which will be called for execution of the calc \param aContainer Container containing the component. */ boolean SetContainer(in string aContainer ) ; +/*! Method to define if %FNode gets from a component, which is implemented in C++ or Python. + Returns True if it's a C++ component node +*/ + boolean IsCimpl() ; + } ; /*! \brief %INode class @@ -778,7 +783,8 @@ This interface includes a set of methods used for management of the graphs in %S */ SUPERV::FNode FNode( in string aComponentName , in string anInterfaceName , - in SALOME_ModuleCatalog::Service aService ) ; + in SALOME_ModuleCatalog::Service aService , + in boolean isCimpl ) ; /*! Creates an InLine Node in a Graph. */