comparison Framework/Radiography/RadiographyLayer.h @ 1066:b537002f83a9 broker

removing broker from deprecated classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 15:39:39 +0200
parents 580dd82e13f5
children d7e06542304c
comparison
equal deleted inserted replaced
1065:9d42f89b8c3c 1066:b537002f83a9
246 246
247 void DrawBorders(CairoContext& context, 247 void DrawBorders(CairoContext& context,
248 double zoom); 248 double zoom);
249 249
250 public: 250 public:
251 RadiographyLayer(MessageBroker& broker, const RadiographyScene& scene); 251 RadiographyLayer(const RadiographyScene& scene);
252 252
253 virtual ~RadiographyLayer() 253 virtual ~RadiographyLayer()
254 { 254 {
255 } 255 }
256 256