]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for bug PAL11273 : How to set the name of the container in a Factory Node. SUPERVGUI_based_on_GLViewer T_Supervisor_GUI_based_on_GLViewer_start
authormkr <mkr@opencascade.com>
Fri, 20 Jan 2006 07:45:34 +0000 (07:45 +0000)
committermkr <mkr@opencascade.com>
Fri, 20 Jan 2006 07:45:34 +0000 (07:45 +0000)
idl/SUPERV.idl

index f4502eb5b069f6dfcbb04c33a607cb633c368059..ce99fb0fa9f8c09101e9cd8f2a78f36a60b02b17 100644 (file)
@@ -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.
     */