]> SALOME platform Git repositories - tools/yacsgen.git/commit
Salome HOME
CCAR: complete development (issue YACSDEV 21001) that provides
authorcaremoli <caremoli>
Fri, 15 Oct 2010 10:02:17 +0000 (10:02 +0000)
committercaremoli <caremoli>
Fri, 15 Oct 2010 10:02:17 +0000 (10:02 +0000)
commit499f8f22d221fb30f04875f0308d1f0b8d125d19
tree8b992e166a7c89ec8aa04d05b572b88405663ae7
parentbe1ed45e1b3a751aeaa6e0cbf4a93fa97d930246
CCAR: complete development (issue YACSDEV 21001) that provides
means to add a documentation, a GUI to a module and to add or redefine
methods of a component.
With these modifications, it is now possible to generate a complete
module such as PYHELLO and HELLO.
15 files changed:
Examples/cppgui1/components.py
Examples/cppgui1/cppcomposGUI.cxx
Examples/cppgui1/cppcomposGUI.h
Examples/cppgui1/myinterface.idl [new file with mode: 0644]
Examples/pygui1/components.py
Examples/pygui1/myinterface.idl [new file with mode: 0644]
Examples/pygui1/pycomposGUI.py
module_generator/aster_tmpl.py
module_generator/cata_tmpl.py
module_generator/cpp_tmpl.py
module_generator/cppcompo.py
module_generator/gener.py
module_generator/gui_tmpl.py
module_generator/pycompo.py
module_generator/pyth_tmpl.py