comparison Framework/Scene2DViewport/CreateLineMeasureCommand.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
25 { 25 {
26 class CreateLineMeasureCommand : public CreateMeasureCommand 26 class CreateLineMeasureCommand : public CreateMeasureCommand
27 { 27 {
28 public: 28 public:
29 CreateLineMeasureCommand( 29 CreateLineMeasureCommand(
30 MessageBroker& broker,
31 boost::weak_ptr<ViewportController> controllerW, 30 boost::weak_ptr<ViewportController> controllerW,
32 ScenePoint2D point); 31 ScenePoint2D point);
33 32
34 // the starting position is set in the ctor 33 // the starting position is set in the ctor
35 void SetEnd(ScenePoint2D scenePos); 34 void SetEnd(ScenePoint2D scenePos);