comparison Framework/Radiography/RadiographyTextLayer.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 77e0eb83ff63
children bdc6837d5917
comparison
equal deleted inserted replaced
1065:9d42f89b8c3c 1066:b537002f83a9
32 private: 32 private:
33 std::string text_; 33 std::string text_;
34 std::string fontName_; 34 std::string fontName_;
35 35
36 public: 36 public:
37 RadiographyTextLayer(MessageBroker& broker, const RadiographyScene& scene) : 37 RadiographyTextLayer(const RadiographyScene& scene) :
38 RadiographyAlphaLayer(broker, scene) 38 RadiographyAlphaLayer(scene)
39 { 39 {
40 } 40 }
41 41
42 void LoadText(const Orthanc::Font& font, 42 void LoadText(const Orthanc::Font& font,
43 const std::string& utf8); 43 const std::string& utf8);