comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.cpp @ 1812:db341679dc9f

ViewerViewport::StoneAnnotationsRegistry
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 May 2021 12:32:11 +0200
parents 79a5838739a6
children 385c268e8b56
comparison
equal deleted inserted replaced
1811:fdc6a8089eb9 1812:db341679dc9f
1349 assert(*it != NULL); 1349 assert(*it != NULL);
1350 delete *it; 1350 delete *it;
1351 } 1351 }
1352 1352
1353 annotations_.clear(); 1353 annotations_.clear();
1354
1355 ClearHover();
1354 } 1356 }
1355 1357
1356 1358
1357 void AnnotationsSceneLayer::AddSegmentAnnotation(const ScenePoint2D& p1, 1359 void AnnotationsSceneLayer::AddSegmentAnnotation(const ScenePoint2D& p1,
1358 const ScenePoint2D& p2) 1360 const ScenePoint2D& p2)