-
- Downloads
ENH: Provide PlaybackFile for recorded interaction events
Many of the Widget tests supply in-code event logs. This patch adds an additional option to vtkTesting::InteractorEventLoop. The new option, --PlaybackFile, supplies a file name for the InteractionRecorder. This allows tests to modify the playback events without changing the source code for the test. This separates changes to the playback events from changes to the test code. A couple of tests have been modified to illustrate the usage of the InteractorEventLoop. In the future, the current widget tests should be changed to use the InteractionEventLoop rather than ifdef'ed code for playing and recording. Change-Id: I6aa2afd7c161fe82646fc1df7d326ca8a3249a2f
Showing
- Interaction/Widgets/Testing/Cxx/CMakeLists.txt 5 additions, 1 deletionInteraction/Widgets/Testing/Cxx/CMakeLists.txt
- Interaction/Widgets/Testing/Cxx/TestCameraWidget.cxx 5 additions, 19 deletionsInteraction/Widgets/Testing/Cxx/TestCameraWidget.cxx
- Interaction/Widgets/Testing/Cxx/TestOrientedGlyphContour.cxx 11 additions, 6 deletionsInteraction/Widgets/Testing/Cxx/TestOrientedGlyphContour.cxx
- Interaction/Widgets/Testing/Data/Baseline/TestCaptionWidget.png.md5 1 addition, 0 deletions...n/Widgets/Testing/Data/Baseline/TestCaptionWidget.png.md5
- Interaction/Widgets/Testing/Data/Baseline/TestOrientedGlyphContour.png.md5 1 addition, 0 deletions...ts/Testing/Data/Baseline/TestOrientedGlyphContour.png.md5
- Interaction/Widgets/Testing/Data/Input/TestOrientedGlyphContourEventLog.txt.md5 1 addition, 0 deletions...sting/Data/Input/TestOrientedGlyphContourEventLog.txt.md5
- Rendering/Core/vtkInteractorEventRecorder.cxx 14 additions, 4 deletionsRendering/Core/vtkInteractorEventRecorder.cxx
- Testing/Rendering/vtkTesting.cxx 20 additions, 2 deletionsTesting/Rendering/vtkTesting.cxx
- Testing/Rendering/vtkTesting.h 31 additions, 11 deletionsTesting/Rendering/vtkTesting.h
Loading
Please register or sign in to comment