]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR: add a CORBA object PyScriptNode that can be created in a container
authorcaremoli <caremoli>
Tue, 25 Jan 2011 17:52:00 +0000 (17:52 +0000)
committercaremoli <caremoli>
Tue, 25 Jan 2011 17:52:00 +0000 (17:52 +0000)
commitf595ec9d0ec24162bbdb62dc98e12e300bcb2926
tree134d42a30345728d47d2267d9fbcf06a40ea4d3d
parente45d5aee405e8caa5e5a8aaa8e1f9993c98cc171
CCAR: add a CORBA object PyScriptNode that can be created in a container
and is able to execute python script code in the process of the container.
Creation : operation createPyScriptNode of Container interface
Execution : operation execute of PyScriptNode interface
idl/SALOME_Component.idl
idl/SALOME_PyNode.idl
src/Container/Container_i.cxx
src/Container/SALOME_Container.py
src/Container/SALOME_Container_i.hxx
src/Container/SALOME_PyNode.py
src/KERNEL_PY/salome_pynode.py