Salome HOME
OCC functionality moving out from the widget
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Displayer.h
index 6bfc8d08e3399d8a6f9a59f622faf041728c4d4d..92ed520bfb38e94d838457c8cbfbbda6d3b5d5e6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef CURVECREATOR_AIS_CURVE_H
-#define CURVECREATOR_AIS_CURVE_H
+#ifndef CURVECREATOR_DISPLAYER_H
+#define CURVECREATOR_DISPLAYER_H
 
 #include "CurveCreator_Macro.hxx"
 
@@ -20,6 +20,9 @@ public:
   void erase( bool isUpdate );
   void highlight( const AISObjectsList& theObjects, bool isHL );
 
+  void displayAIS( Handle_AIS_InteractiveObject theObject, bool isUpdate );
+  void redisplayAIS( Handle_AIS_InteractiveObject theObject, bool isUpdate );
+
 protected:
   Quantity_Color getActiveColor( bool isHL );