Salome HOME
[MEDCalc] Remove sibling presentations in REPLACE view mode
[modules/med.git] / idl / MEDPresentationManager.idl
index 86bc0b21f99399260891c2462eea05107f1d44d7..c3e100225381634171c8dcb7ca63d8ba505220bf 100644 (file)
@@ -140,9 +140,11 @@ module MEDCALC
     void updatePointSprite(in long presId, in PointSpriteParameters params);
 
     boolean removePresentation(in long presId);
-    
+
     // Helper functions to keep GUI sync
     boolean activateView(in long presentationId);
+
+    MEDPresentationViewMode getPresentationViewMode(in long presId);
   };
 
 };