comparison Framework/Scene2DViewport/CreateLineMeasureTracker.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 ac88989817e3
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 CreateLineMeasureTracker( 40 CreateLineMeasureTracker(
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 ~CreateLineMeasureTracker(); 44 ~CreateLineMeasureTracker();
46 45