comparison Framework/Scene2DViewport/AngleMeasureTool.h @ 1029:0f100d0b9caf

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2019 21:58:30 +0200
parents ac88989817e3
children e713f1a99861 2d8ab34c8c91
comparison
equal deleted inserted replaced
1028:6d5382fa45e1 1029:0f100d0b9caf
52 virtual void Highlight(ScenePoint2D p) ORTHANC_OVERRIDE; 52 virtual void Highlight(ScenePoint2D p) ORTHANC_OVERRIDE;
53 virtual void ResetHighlightState() ORTHANC_OVERRIDE; 53 virtual void ResetHighlightState() ORTHANC_OVERRIDE;
54 virtual boost::shared_ptr<IFlexiblePointerTracker> CreateEditionTracker(const PointerEvent& e) ORTHANC_OVERRIDE; 54 virtual boost::shared_ptr<IFlexiblePointerTracker> CreateEditionTracker(const PointerEvent& e) ORTHANC_OVERRIDE;
55 virtual boost::shared_ptr<MeasureToolMemento> GetMemento() const ORTHANC_OVERRIDE; 55 virtual boost::shared_ptr<MeasureToolMemento> GetMemento() const ORTHANC_OVERRIDE;
56 virtual void SetMemento(boost::shared_ptr<MeasureToolMemento>) ORTHANC_OVERRIDE; 56 virtual void SetMemento(boost::shared_ptr<MeasureToolMemento>) ORTHANC_OVERRIDE;
57 virtual std::string GetDescription() ORTHANC_OVERRIDE;
57 58
58 enum AngleHighlightArea 59 enum AngleHighlightArea
59 { 60 {
60 AngleHighlightArea_None, 61 AngleHighlightArea_None,
61 AngleHighlightArea_Side1End, 62 AngleHighlightArea_Side1End,