]> SALOME platform Git repositories - modules/paravis.git/commit - src/PVGUI/PVGUI_Module.cxx
Salome HOME
Renamed the viewer part into PVViewer_*
authorabn <adrien.bruneton@cea.fr>
Wed, 17 Sep 2014 07:31:12 +0000 (09:31 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 17 Sep 2014 07:31:12 +0000 (09:31 +0200)
commit91746ab5545e0d924f7b0a5d6f0850e91f35daf6
treea47b1a348669633643026dd392521ba13900257d
parent6fef21f4e3db722755bb715722605d327a61e75e
Renamed the viewer part into PVViewer_*
22 files changed:
src/PVGUI/PVGUI_Module.cxx
src/PVGUI/view/CMakeLists.txt
src/PVGUI/view/PVGUI_Behaviors.cxx [deleted file]
src/PVGUI/view/PVGUI_Behaviors.h [deleted file]
src/PVGUI/view/PVGUI_LogWindowAdapter.cxx [deleted file]
src/PVGUI/view/PVGUI_LogWindowAdapter.h [deleted file]
src/PVGUI/view/PVGUI_ViewManager.cxx [deleted file]
src/PVGUI/view/PVGUI_ViewManager.h [deleted file]
src/PVGUI/view/PVGUI_ViewModel.cxx [deleted file]
src/PVGUI/view/PVGUI_ViewModel.h [deleted file]
src/PVGUI/view/PVGUI_ViewWindow.cxx [deleted file]
src/PVGUI/view/PVGUI_ViewWindow.h [deleted file]
src/PVGUI/view/PVViewer_Behaviors.cxx [new file with mode: 0644]
src/PVGUI/view/PVViewer_Behaviors.h [new file with mode: 0644]
src/PVGUI/view/PVViewer_LogWindowAdapter.cxx [new file with mode: 0644]
src/PVGUI/view/PVViewer_LogWindowAdapter.h [new file with mode: 0644]
src/PVGUI/view/PVViewer_ViewManager.cxx [new file with mode: 0644]
src/PVGUI/view/PVViewer_ViewManager.h [new file with mode: 0644]
src/PVGUI/view/PVViewer_ViewModel.cxx [new file with mode: 0644]
src/PVGUI/view/PVViewer_ViewModel.h [new file with mode: 0644]
src/PVGUI/view/PVViewer_ViewWindow.cxx [new file with mode: 0644]
src/PVGUI/view/PVViewer_ViewWindow.h [new file with mode: 0644]