Salome HOME
Bug #183: regression: polyline - unnecessary table in Additition mode.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Displayer.h
index fba268bc88093df90595d25722865cca6b74523e..ad762b7fa7210143031eb0819b66f32ef68b5125 100644 (file)
@@ -16,15 +16,9 @@ public:
   CurveCreator_Displayer(Handle_AIS_InteractiveContext theContext );
   ~CurveCreator_Displayer(void);
 
-  //TODO: remove
-  Handle_AIS_InteractiveContext getAISContext() { return myContext; }
-
-  void display( AISObjectsList theCurveObjects, bool isUpdate );
-  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 );
+  void display( const Handle_AIS_InteractiveObject& theObject, bool isUpdate );
+  void eraseAll( bool isUpdate );
+  //void highlight( const AISObjectsList& theObjects, bool isHL );
 
 protected:
   Quantity_Color getActiveColor( bool isHL );