diff OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h @ 1982:ba45e1b0812a

preparing interfaces for rectangle probe, ellipse probe and text annotations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2022 08:55:14 +0100
parents 95449b0e064a
children 20fa913272b7
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h	Mon Oct 31 08:22:31 2022 +0100
+++ b/OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h	Mon Oct 31 08:55:14 2022 +0100
@@ -42,7 +42,10 @@
       Tool_Angle,
       Tool_Circle,
       Tool_Remove,
-      Tool_PixelProbe
+      Tool_PixelProbe,
+      Tool_RectangleProbe,
+      Tool_EllipseProbe,
+      Tool_TextAnnotation
     };
 
   private: