comparison OrthancStone/Sources/Scene2D/TextSceneLayer.h @ 1796:20a0aba0ede5

creation of AnnotationsOverlay
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 May 2021 18:59:45 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1795:39673d351ef2 1796:20a0aba0ede5
92 return Type_Text; 92 return Type_Text;
93 } 93 }
94 94
95 virtual void GetBoundingBox(Extent2D& target) const ORTHANC_OVERRIDE 95 virtual void GetBoundingBox(Extent2D& target) const ORTHANC_OVERRIDE
96 { 96 {
97 target.Clear(); 97 target.Clear(); // Not implemented
98 } 98 }
99 99
100 virtual uint64_t GetRevision() const ORTHANC_OVERRIDE 100 virtual uint64_t GetRevision() const ORTHANC_OVERRIDE
101 { 101 {
102 return revision_; 102 return revision_;