]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
CCAR: add plugins to GEOM module
authorcaremoli <caremoli>
Mon, 29 Mar 2010 07:21:31 +0000 (07:21 +0000)
committercaremoli <caremoli>
Mon, 29 Mar 2010 07:21:31 +0000 (07:21 +0000)
commita048f4b706b62e9f3c9f96177526e794f2b6624a
tree725173532e4f1aaf81c1c13a2a43d6392b66a3b7
parent016401dbb2b1f04e83ee32e1431261fb4848d003
CCAR: add plugins to GEOM module
1- GUI plugin manager located in GEOMGUI (see beginning of geom_pluginsmanager.py for explanantions)
2- commands plugin manager located in GEOM_SWIG (see end of geompyDC.py for explanations)
3- 2 new methods for GEOM_Object (GetDescription, SetDescription) to manage Python dump for
macro commands defined in Python
idl/GEOM_Gen.idl
src/GEOM/GEOM_Object.cxx
src/GEOM/GEOM_Object.hxx
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/Makefile.am
src/GEOMGUI/geom_pluginsmanager.py [new file with mode: 0644]
src/GEOM_I/GEOM_Object_i.cc
src/GEOM_I/GEOM_Object_i.hh
src/GEOM_SWIG/Makefile.am
src/GEOM_SWIG/geom_plugins.py [new file with mode: 0644]
src/GEOM_SWIG/geompyDC.py