Salome HOME
Added standalone Qt application demonstrating ParaView key API elements.
authorabn <adrien.bruneton@cea.fr>
Mon, 22 Jun 2015 14:47:43 +0000 (16:47 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 22 Jun 2015 14:47:43 +0000 (16:47 +0200)
commitf8cb44217aaa1fbc41d06e788ffeebf725c62c65
tree1a95f8434a706c0924d74ebc82a323fb2e1050f4
parent18b00890d8adac9955a1564fda38698523a6fd83
Added standalone Qt application demonstrating ParaView key API elements.

Built with SALOME_BUILD_TESTS=ON, then take a look at the README.txt file.
18 files changed:
test/CMakeLists.txt
test/standalone/CMakeLists.txt [new file with mode: 0644]
test/standalone/src/CMakeLists.txt [new file with mode: 0644]
test/standalone/src/PLMainWindow.cxx [new file with mode: 0644]
test/standalone/src/PLMainWindow.hxx [new file with mode: 0644]
test/standalone/src/PLViewTab.cxx [new file with mode: 0644]
test/standalone/src/PLViewTab.hxx [new file with mode: 0644]
test/standalone/src/PVViewer_Behaviors.cxx [new file with mode: 0644]
test/standalone/src/PVViewer_Behaviors.h [new file with mode: 0644]
test/standalone/src/PVViewer_Core.cxx [new file with mode: 0644]
test/standalone/src/PVViewer_Core.h [new file with mode: 0644]
test/standalone/src/PVViewer_GUIElements.cxx [new file with mode: 0644]
test/standalone/src/PVViewer_GUIElements.h [new file with mode: 0644]
test/standalone/src/README.txt [new file with mode: 0644]
test/standalone/src/main.cpp [new file with mode: 0644]
test/standalone/src/ui/light_para.ui [new file with mode: 0644]
test/standalone/src/ui/view_tab.ui [new file with mode: 0644]
test/standalone/src/xml/ParaViewReaders.xml [new file with mode: 0644]