Salome HOME
OCC functionality moving out from the widget
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Displayer.h
index 92ed520bfb38e94d838457c8cbfbbda6d3b5d5e6..fcd280569eaefe2b4dd4cd9872905b80ab903d9c 100644 (file)
@@ -16,6 +16,8 @@ public:
   CurveCreator_Displayer(Handle_AIS_InteractiveContext theContext );
   ~CurveCreator_Displayer(void);
 
+  Handle_AIS_InteractiveContext getAISContext() { return myContext; }
+
   void display( AISObjectsList theCurveObjects, bool isUpdate );
   void erase( bool isUpdate );
   void highlight( const AISObjectsList& theObjects, bool isHL );