comparison Framework/Scene2DViewport/MeasureTool.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 e713f1a99861
children af4b9cba905f
comparison
equal deleted inserted replaced
1059:e713f1a99861 1060:e146743f6cdc
109 A description of the measuring tool, useful in debug logs 109 A description of the measuring tool, useful in debug logs
110 */ 110 */
111 virtual std::string GetDescription() = 0; 111 virtual std::string GetDescription() = 0;
112 112
113 protected: 113 protected:
114 MeasureTool(MessageBroker& broker, boost::weak_ptr<ViewportController> controllerW); 114 MeasureTool(boost::weak_ptr<ViewportController> controllerW);
115 115
116 /** 116 /**
117 The measuring tool may exist in a standalone fashion, without any available 117 The measuring tool may exist in a standalone fashion, without any available
118 scene (because the controller is dead or dying). This call allows to check 118 scene (because the controller is dead or dying). This call allows to check
119 before accessing the scene. 119 before accessing the scene.