diff Framework/Radiography/RadiographyWidget.h @ 492:64d90190a08c am-touch-events

template GetLayer
author Alain Mazy <alain@mazy.be>
date Wed, 20 Feb 2019 20:57:43 +0100
parents a750f11892ec
children 4f2416d519b4
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyWidget.h	Tue Feb 19 11:40:14 2019 +0100
+++ b/Framework/Radiography/RadiographyWidget.h	Wed Feb 20 20:57:43 2019 +0100
@@ -27,6 +27,8 @@
 
 namespace OrthancStone
 {
+  class RadiographyMaskLayer;
+
   class RadiographyWidget :
     public WorldSceneWidget,
     public IObserver
@@ -76,6 +78,8 @@
 
     void Select(size_t layer);
 
+    bool SelectMaskLayer(size_t index = 0);
+
     bool LookupSelectedLayer(size_t& layer);
 
     void OnGeometryChanged(const RadiographyScene::GeometryChangedMessage& message);