comparison Framework/Scene2DViewport/CreateAngleMeasureCommand.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
26 class CreateAngleMeasureCommand : public CreateMeasureCommand 26 class CreateAngleMeasureCommand : public CreateMeasureCommand
27 { 27 {
28 public: 28 public:
29 /** Ctor sets end of side 1*/ 29 /** Ctor sets end of side 1*/
30 CreateAngleMeasureCommand( 30 CreateAngleMeasureCommand(
31 MessageBroker& broker,
32 boost::weak_ptr<ViewportController> controllerW, 31 boost::weak_ptr<ViewportController> controllerW,
33 ScenePoint2D point); 32 ScenePoint2D point);
34 33
35 /** This method sets center*/ 34 /** This method sets center*/
36 void SetCenter(ScenePoint2D scenePos); 35 void SetCenter(ScenePoint2D scenePos);