Salome HOME
Merge branch 'BR_LAND_COVER_MAP' into BR_quadtree
[modules/hydro.git] / src / HYDRO_tests / TestViewer.h
index d33885b0ce00d0d5d2d6cca9edd5c8bb9d8eb9b8..9030f33b80e0ee44d3f2c6921ba4d0056ebd2559 100644 (file)
@@ -24,6 +24,7 @@ class OCCViewer_ViewWindow;
 class TopoDS_Shape;
 class QString;
 class QColor;
+class Handle_AIS_InteractiveContext;
 class Handle_AIS_InteractiveObject;
 class Handle_Aspect_ColorScale;
 
@@ -33,6 +34,7 @@ public:
   static OCCViewer_ViewManager* viewManager();
   static OCCViewer_Viewer* viewer();
   static OCCViewer_ViewWindow* viewWindow();
+  static Handle_AIS_InteractiveContext context();
 
   static void eraseAll( bool isUpdate );
   static void show( const Handle_AIS_InteractiveObject& theObject,