comparison Framework/Scene2DViewport/CreateAngleMeasureTracker.h @ 1060:e146743f6cdc broker

removing file MessageBroker.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Oct 2019 17:20:41 +0200
parents e42b491f1fb2
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1059:e713f1a99861 1060:e146743f6cdc
36 creation and modification. 36 creation and modification.
37 In turn, a container for these commands to store the actual measuring 37 In turn, a container for these commands to store the actual measuring
38 must be supplied, too 38 must be supplied, too
39 */ 39 */
40 CreateAngleMeasureTracker( 40 CreateAngleMeasureTracker(
41 MessageBroker& broker,
42 boost::weak_ptr<ViewportController> controllerW, 41 boost::weak_ptr<ViewportController> controllerW,
43 const PointerEvent& e); 42 const PointerEvent& e);
44 43
45 ~CreateAngleMeasureTracker(); 44 ~CreateAngleMeasureTracker();
46 45