Salome HOME
Example of a c++ component with engine from Salome tutorial V6_2_0
authorjfa <jfa@opencascade.com>
Thu, 10 Mar 2011 10:15:45 +0000 (10:15 +0000)
committerjfa <jfa@opencascade.com>
Thu, 10 Mar 2011 10:15:45 +0000 (10:15 +0000)
commiteb01381266af8198deef28bb16eae577fdcfc488
treef93b0030321b83559c8d80e798afffca9069e160
Example of a c++ component with engine from Salome tutorial
53 files changed:
ATOMSOLV_version.h.in [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0755]
LICENCE [new file with mode: 0755]
Makefile.am [new file with mode: 0755]
NEWS [new file with mode: 0644]
README [new file with mode: 0755]
adm_local/Makefile.am [new file with mode: 0644]
adm_local/unix/Makefile.am [new file with mode: 0644]
adm_local/unix/config_files/Makefile.am [new file with mode: 0644]
adm_local/unix/config_files/check_ATOMSOLV.m4 [new file with mode: 0755]
adm_local/unix/make_common_starter.am [new file with mode: 0644]
bin/Makefile.am [new file with mode: 0755]
bin/VERSION.in [new file with mode: 0755]
bin/myrunSalome.py [new file with mode: 0755]
bin/runAppli.in [new file with mode: 0755]
build_configure [new file with mode: 0755]
clean_configure [new file with mode: 0755]
configure.ac [new file with mode: 0755]
idl/ATOMSOLV.idl [new file with mode: 0644]
idl/Makefile.am [new file with mode: 0644]
resources/ATOMSOLV.png [new file with mode: 0644]
resources/ATOMSOLVCatalog.xml [new file with mode: 0644]
resources/ExecATOMSOLV.png [new file with mode: 0644]
resources/Makefile.am [new file with mode: 0644]
resources/SalomeApp.xml [new file with mode: 0644]
resources/atom.png [new file with mode: 0644]
resources/display.png [new file with mode: 0644]
resources/erase.png [new file with mode: 0644]
resources/import.xpm [new file with mode: 0644]
resources/molecule.png [new file with mode: 0644]
resources/run.png [new file with mode: 0644]
src/ATOMSOLV/ATOMSOLV.cxx [new file with mode: 0755]
src/ATOMSOLV/ATOMSOLV.hxx [new file with mode: 0644]
src/ATOMSOLV/Makefile.am [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI.cxx [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI.h [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_DataModel.cxx [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_DataModel.h [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_DataObject.cxx [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_DataObject.h [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_Displayer.cxx [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_Displayer.h [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_Selection.cxx [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_Selection.h [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_TransparencyDlg.cxx [new file with mode: 0644]
src/ATOMSOLVGUI/ATOMSOLVGUI_TransparencyDlg.h [new file with mode: 0644]
src/ATOMSOLVGUI/Makefile.am [new file with mode: 0644]
src/ATOMSOLVGUI/resources/ATOMSOLV_icons.ts [new file with mode: 0644]
src/ATOMSOLVGUI/resources/ATOMSOLV_msg_en.ts [new file with mode: 0644]
src/Makefile.am [new file with mode: 0755]