comparison Framework/Scene2DViewport/MeasureTools.h @ 751:712ff6ff3c19

- undo redo now works fine for both measure tool creation commands - added LayerHolder to streamline layer index management - added overloads for ORTHANC_ASSERT with no string message (some heavy preprocessor wizardry in there) - fixing wasm BasicScene is *not* finished.
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 May 2019 11:55:52 +0200
parents 28b9e3a54200
children 92c400a09f1b
comparison
equal deleted inserted replaced
750:284f37dc1c66 751:712ff6ff3c19
91 ViewportControllerWPtr controllerW_; 91 ViewportControllerWPtr controllerW_;
92 bool enabled_; 92 bool enabled_;
93 }; 93 };
94 } 94 }
95 95
96
97 extern void TrackerSample_SetInfoDisplayMessage( 96 extern void TrackerSample_SetInfoDisplayMessage(
98 std::string key, std::string value); 97 std::string key, std::string value);