X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_LandCoverMapPrs.h;h=dabe4526c0989af7cd63e034256eac0793e50f16;hb=343c9561e2046ef5cab4368dbac8c30e829b6b56;hp=0e9888a1b8ee6ffb7c91a58f0c544478f4bd67a6;hpb=e423cfd15575a1feb27386b5516bd0c83bed5fe9;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.h b/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.h index 0e9888a1..dabe4526 100644 --- a/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.h +++ b/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.h @@ -47,11 +47,16 @@ public: const Handle(Prs3d_Presentation)& thePresentation, const Standard_Integer theMode ); + virtual void HilightSelected( const Handle(PrsMgr_PresentationManager3d)& thePresentationManager, + const SelectMgr_SequenceOfOwner& theOwners ); + Quantity_Color GetColor( const QString& theStricklerType ) const; -protected: void UpdateColors(); +protected: + void SetHilightAttributes( const Quantity_Color& theEdgesColor ); + private: Handle(HYDROData_LandCoverMap) myLCMap; Handle(Aspect_ColorScale) myColorScale;