Salome HOME
Implementation of XTPLUGIN as a GEOM plugin (added files)
authormpa <mpa@opencascade.com>
Thu, 4 Sep 2014 11:57:51 +0000 (15:57 +0400)
committermpa <mpa@opencascade.com>
Thu, 4 Sep 2014 11:57:51 +0000 (15:57 +0400)
commita4339dc4bc7eeed81b98f7b61e33f08e4e53a364
treeeb6bdeb9cb8e180289ab6e98eaa24292f9b550d5
parentb063d8f21b18b5b58f421eb6ccc956efcb68724a
Implementation of XTPLUGIN as a GEOM plugin (added files)
42 files changed:
doc/CMakeLists.txt [new file with mode: 0755]
doc/salome/CMakeLists.txt [new file with mode: 0755]
doc/salome/examples/CMakeLists.txt [new file with mode: 0644]
doc/salome/examples/XTPlugindemo.py [new file with mode: 0644]
doc/salome/gui/CMakeLists.txt [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/CMakeLists.txt [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/doxyfile.in [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/doxyfile_py.in [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/images/head.png [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/images/import_xt.png [new file with mode: 0644]
doc/salome/gui/XTPLUGIN/images/reopen_xt.png [new file with mode: 0644]
doc/salome/gui/XTPLUGIN/input/index.doc [new file with mode: 0644]
doc/salome/gui/XTPLUGIN/input/xtplugin_import_page.doc [new file with mode: 0644]
doc/salome/gui/XTPLUGIN/input/xtplugin_python_interface_page.doc [new file with mode: 0644]
doc/salome/gui/XTPLUGIN/static/footer.html [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/static/header.html.in [new file with mode: 0755]
doc/salome/gui/XTPLUGIN/static/header_py.html.in [new file with mode: 0644]
doc/salome/gui/XTPLUGIN/static/salome_extra.css [new file with mode: 0644]
idl/CMakeLists.txt [new file with mode: 0755]
idl/XTPlugin_Gen.idl [new file with mode: 0644]
resources/SalomeApp.xml [new file with mode: 0644]
resources/XTPlugin.xml [new file with mode: 0644]
src/XTPluginBuilder.py [new file with mode: 0644]
src/XTPluginEngine.cxx [new file with mode: 0644]
src/XTPluginGUI.cxx [new file with mode: 0644]
src/XTPluginGUI.h [new file with mode: 0644]
src/XTPlugin_IECallBack.cxx [new file with mode: 0755]
src/XTPlugin_IECallBack.hxx [new file with mode: 0644]
src/XTPlugin_IImport.hxx [new file with mode: 0644]
src/XTPlugin_IOperations.cxx [new file with mode: 0644]
src/XTPlugin_IOperations.hxx [new file with mode: 0644]
src/XTPlugin_ImportDlg.cxx [new file with mode: 0644]
src/XTPlugin_ImportDlg.h [new file with mode: 0644]
src/XTPlugin_ImportDriver.hxx [new file with mode: 0644]
src/XTPlugin_OperationsCreator.cc [new file with mode: 0644]
src/XTPlugin_OperationsCreator.hh [new file with mode: 0755]
src/XTPlugin_Operations_i.cc [new file with mode: 0644]
src/XTPlugin_Operations_i.hh [new file with mode: 0644]
src/__init__.py [new file with mode: 0644]
src/resources/XTPlugin_msg_en.ts [new file with mode: 0644]
src/resources/XTPlugin_msg_fr.ts [new file with mode: 0644]
src/resources/XTPlugin_msg_ja.ts [new file with mode: 0644]