comparison Framework/Scene2DViewport/LineMeasureTool.h @ 1023:701f36c28193

merge
author Alain Mazy <alain@mazy.be>
date Thu, 03 Oct 2019 14:38:06 +0200
parents ac88989817e3
children e713f1a99861 2d8ab34c8c91
comparison
equal deleted inserted replaced
1022:1e80a925323a 1023:701f36c28193
51 virtual void Highlight(ScenePoint2D p) ORTHANC_OVERRIDE; 51 virtual void Highlight(ScenePoint2D p) ORTHANC_OVERRIDE;
52 virtual void ResetHighlightState() ORTHANC_OVERRIDE; 52 virtual void ResetHighlightState() ORTHANC_OVERRIDE;
53 virtual boost::shared_ptr<IFlexiblePointerTracker> CreateEditionTracker(const PointerEvent& e) ORTHANC_OVERRIDE; 53 virtual boost::shared_ptr<IFlexiblePointerTracker> CreateEditionTracker(const PointerEvent& e) ORTHANC_OVERRIDE;
54 virtual boost::shared_ptr<MeasureToolMemento> GetMemento() const ORTHANC_OVERRIDE; 54 virtual boost::shared_ptr<MeasureToolMemento> GetMemento() const ORTHANC_OVERRIDE;
55 virtual void SetMemento(boost::shared_ptr<MeasureToolMemento>) ORTHANC_OVERRIDE; 55 virtual void SetMemento(boost::shared_ptr<MeasureToolMemento>) ORTHANC_OVERRIDE;
56 virtual std::string GetDescription() ORTHANC_OVERRIDE;
56 57
57 enum LineHighlightArea 58 enum LineHighlightArea
58 { 59 {
59 LineHighlightArea_None, 60 LineHighlightArea_None,
60 LineHighlightArea_Start, 61 LineHighlightArea_Start,