]> SALOME platform Git repositories - modules/superv.git/commit
Salome HOME
Inconsistencies between GUI and TUI in SUPERVISOR:
authormkr <mkr@opencascade.com>
Tue, 14 Dec 2004 13:40:57 +0000 (13:40 +0000)
committermkr <mkr@opencascade.com>
Tue, 14 Dec 2004 13:40:57 +0000 (13:40 +0000)
commit597cd196e42922569e04044f3db41c56ac2ec5e2
treef3c05f9ad405c3fd073fe8db0993160e1c3bb8cc
parentb0aec01ef798146c5f609909b930a5f0829d0279
Inconsistencies between GUI and TUI in SUPERVISOR:
1) add the possibility to create of an InLine node without a
   Python function defined (empty, no code);
2) add the possibility to define Python functions in EndLoop and EndSwith
   nodes and to create Loop and Switch nodes with empty functions;
3) add the possibilyty to define a function without a body - in this case,
   if a function with the same name was already defined in another node,
   it's code (body) will be used (executed).
src/SUPERVGUI/SUPERVGUI_CanvasNode.cxx
src/SUPERVGUI/SUPERVGUI_Service.cxx