comparison OrthancStone/Sources/Scene2DViewport/ViewportController.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents a6f339d8e4c2
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
85 public: 85 public:
86 ORTHANC_STONE_DEFINE_ORIGIN_MESSAGE(__FILE__, __LINE__, \ 86 ORTHANC_STONE_DEFINE_ORIGIN_MESSAGE(__FILE__, __LINE__, \
87 SceneTransformChanged, \ 87 SceneTransformChanged, \
88 ViewportController); 88 ViewportController);
89 89
90 ViewportController(boost::shared_ptr<IViewport> viewport); 90 explicit ViewportController(boost::shared_ptr<IViewport> viewport);
91 91
92 ~ViewportController(); 92 ~ViewportController();
93 93
94 /** 94 /**
95 This method returns the list of measure tools containing the supplied point 95 This method returns the list of measure tools containing the supplied point