]> SALOME platform Git repositories - modules/paravis.git/commit
Salome HOME
Prepare move of the view part to GUI.
authorabn <adrien.bruneton@cea.fr>
Wed, 3 Sep 2014 14:12:49 +0000 (16:12 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 3 Sep 2014 14:12:49 +0000 (16:12 +0200)
commit37f29369fb9b048ee4673cd8da4a3b9025156ca6
treed6a54d3a04621d14930d54929b38a29471c20f14
parent479f44942f0011a5143a20353a576beaf1859e75
Prepare move of the view part to GUI.
22 files changed:
CMakeLists.txt
src/PVGUI/CMakeLists.txt
src/PVGUI/PVGUI_Module.cxx
src/PVGUI/PVGUI_Module.h
src/PVGUI/PVGUI_OutputWindowAdapter.cxx [deleted file]
src/PVGUI/PVGUI_OutputWindowAdapter.h [deleted file]
src/PVGUI/PVGUI_ViewManager.cxx [deleted file]
src/PVGUI/PVGUI_ViewManager.h [deleted file]
src/PVGUI/PVGUI_ViewModel.cxx [deleted file]
src/PVGUI/PVGUI_ViewModel.h [deleted file]
src/PVGUI/PVGUI_ViewWindow.cxx [deleted file]
src/PVGUI/PVGUI_ViewWindow.h [deleted file]
src/PVGUI/view/CMakeLists.txt [new file with mode: 0644]
src/PVGUI/view/PVGUI_OutputWindowAdapter.cxx [new file with mode: 0644]
src/PVGUI/view/PVGUI_OutputWindowAdapter.h [new file with mode: 0644]
src/PVGUI/view/PVGUI_ViewManager.cxx [new file with mode: 0644]
src/PVGUI/view/PVGUI_ViewManager.h [new file with mode: 0644]
src/PVGUI/view/PVGUI_ViewModel.cxx [new file with mode: 0644]
src/PVGUI/view/PVGUI_ViewModel.h [new file with mode: 0644]
src/PVGUI/view/PVGUI_ViewWindow.cxx [new file with mode: 0644]
src/PVGUI/view/PVGUI_ViewWindow.h [new file with mode: 0644]
src/Plugins/MEDReader/IO/vtkMEDReader.cxx