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