X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Displayer.h;h=ad762b7fa7210143031eb0819b66f32ef68b5125;hb=c363fc5c3541669e07cf4d991cc1e94253147ac1;hp=fba268bc88093df90595d25722865cca6b74523e;hpb=1c7e2cd6a209334f05f76aaf952881636ba0969c;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Displayer.h b/src/HYDROCurveCreator/CurveCreator_Displayer.h index fba268bc..ad762b7f 100644 --- a/src/HYDROCurveCreator/CurveCreator_Displayer.h +++ b/src/HYDROCurveCreator/CurveCreator_Displayer.h @@ -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 );