Salome HOME
Has functionality from SalomeApp without dependency from CORBA
authornds <nds@opencascade.com>
Thu, 3 Nov 2005 07:23:45 +0000 (07:23 +0000)
committernds <nds@opencascade.com>
Thu, 3 Nov 2005 07:23:45 +0000 (07:23 +0000)
commit642cc0c19c61be7fde4b0574db044d6551d139e9
tree66265ae9e5e5ab9ca1515c9cdf6e9e35324690df
parent28124bc2dd22481a5a915b2b96b835ef5323a6f6
Has functionality from SalomeApp without dependency from CORBA
66 files changed:
src/LightApp/LightApp.h [new file with mode: 0644]
src/LightApp/LightApp_AboutDlg.cxx [new file with mode: 0644]
src/LightApp/LightApp_AboutDlg.h [new file with mode: 0644]
src/LightApp/LightApp_Application.cxx [new file with mode: 0644]
src/LightApp/LightApp_Application.h [new file with mode: 0644]
src/LightApp/LightApp_DataModel.cxx [new file with mode: 0644]
src/LightApp/LightApp_DataModel.h [new file with mode: 0644]
src/LightApp/LightApp_DataObject.cxx [new file with mode: 0644]
src/LightApp/LightApp_DataObject.h [new file with mode: 0644]
src/LightApp/LightApp_DataOwner.cxx [new file with mode: 0644]
src/LightApp/LightApp_DataOwner.h [new file with mode: 0644]
src/LightApp/LightApp_DataSubOwner.cxx [new file with mode: 0644]
src/LightApp/LightApp_DataSubOwner.h [new file with mode: 0644]
src/LightApp/LightApp_Dialog.cxx [new file with mode: 0644]
src/LightApp/LightApp_Dialog.h [new file with mode: 0644]
src/LightApp/LightApp_Displayer.cxx [new file with mode: 0644]
src/LightApp/LightApp_Displayer.h [new file with mode: 0644]
src/LightApp/LightApp_Driver.cxx [new file with mode: 0644]
src/LightApp/LightApp_Driver.h [new file with mode: 0644]
src/LightApp/LightApp_GLSelector.cxx [new file with mode: 0644]
src/LightApp/LightApp_GLSelector.h [new file with mode: 0644]
src/LightApp/LightApp_Module.cxx [new file with mode: 0644]
src/LightApp/LightApp_Module.h [new file with mode: 0644]
src/LightApp/LightApp_ModuleDlg.cxx [new file with mode: 0644]
src/LightApp/LightApp_ModuleDlg.h [new file with mode: 0644]
src/LightApp/LightApp_NameDlg.cxx [new file with mode: 0644]
src/LightApp/LightApp_NameDlg.h [new file with mode: 0644]
src/LightApp/LightApp_OBFilter.cxx [new file with mode: 0644]
src/LightApp/LightApp_OBFilter.h [new file with mode: 0644]
src/LightApp/LightApp_OBSelector.cxx [new file with mode: 0644]
src/LightApp/LightApp_OBSelector.h [new file with mode: 0644]
src/LightApp/LightApp_OCCSelector.cxx [new file with mode: 0644]
src/LightApp/LightApp_OCCSelector.h [new file with mode: 0644]
src/LightApp/LightApp_Operation.cxx [new file with mode: 0755]
src/LightApp/LightApp_Operation.h [new file with mode: 0755]
src/LightApp/LightApp_Preferences.cxx [new file with mode: 0644]
src/LightApp/LightApp_Preferences.h [new file with mode: 0644]
src/LightApp/LightApp_PreferencesDlg.cxx [new file with mode: 0644]
src/LightApp/LightApp_PreferencesDlg.h [new file with mode: 0644]
src/LightApp/LightApp_RootObject.h [new file with mode: 0644]
src/LightApp/LightApp_Selection.cxx [new file with mode: 0644]
src/LightApp/LightApp_Selection.h [new file with mode: 0644]
src/LightApp/LightApp_SelectionMgr.cxx [new file with mode: 0644]
src/LightApp/LightApp_SelectionMgr.h [new file with mode: 0644]
src/LightApp/LightApp_ShowHideOp.cxx [new file with mode: 0644]
src/LightApp/LightApp_ShowHideOp.h [new file with mode: 0644]
src/LightApp/LightApp_Study.cxx [new file with mode: 0644]
src/LightApp/LightApp_Study.h [new file with mode: 0644]
src/LightApp/LightApp_SwitchOp.cxx [new file with mode: 0755]
src/LightApp/LightApp_SwitchOp.h [new file with mode: 0755]
src/LightApp/LightApp_UpdateFlags.h [new file with mode: 0755]
src/LightApp/LightApp_VTKSelector.cxx [new file with mode: 0644]
src/LightApp/LightApp_VTKSelector.h [new file with mode: 0644]
src/LightApp/LightApp_WidgetContainer.cxx [new file with mode: 0644]
src/LightApp/LightApp_WidgetContainer.h [new file with mode: 0644]
src/LightApp/Makefile.in [new file with mode: 0755]
src/LightApp/resources/LightApp.ini [new file with mode: 0755]
src/LightApp/resources/LightApp.xml [new file with mode: 0644]
src/LightApp/resources/LightApp_images.po [new file with mode: 0644]
src/LightApp/resources/LightApp_msg_en.po [new file with mode: 0644]
src/LightApp/resources/icon_about.png [new file with mode: 0755]
src/LightApp/resources/icon_applogo.png [new file with mode: 0755]
src/LightApp/resources/icon_default.png [new file with mode: 0644]
src/LightApp/resources/icon_module.png [new file with mode: 0644]
src/LightApp/resources/icon_module_big.png [new file with mode: 0755]
src/LightApp/resources/icon_select.png [new file with mode: 0644]