comparison Applications/Samples/Common/RtViewerView.h @ 1573:32e0c007789d

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 18:28:34 +0200
parents 6e0da8370270
children 4c9e68291467
comparison
equal deleted inserted replaced
1572:1b3039384972 1573:32e0c007789d
106 { 106 {
107 return ctLayer_; 107 return ctLayer_;
108 } 108 }
109 109
110 private: 110 private:
111 void SetInfoDisplayMessage(std::string key, std::string value); 111 void SetInfoDisplayMessage(const std::string& key,
112 const std::string& value);
112 boost::shared_ptr<RtViewerApp> GetApp(); 113 boost::shared_ptr<RtViewerApp> GetApp();
113 boost::shared_ptr<IViewport> CreateViewport(const std::string& canvasId); 114 boost::shared_ptr<IViewport> CreateViewport(const std::string& canvasId);
114 void DisplayInfoText(); 115 void DisplayInfoText();
115 void HideInfoText(); 116 void HideInfoText();
116 void DisplayFloatingCtrlInfoText(const PointerEvent& e); 117 void DisplayFloatingCtrlInfoText(const PointerEvent& e);