Salome HOME
refs #682, #684 - #686: create icons for land cover map operations.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_LandCoverMapPrs.h
index 0e9888a1b8ee6ffb7c91a58f0c544478f4bd67a6..dabe4526c0989af7cd63e034256eac0793e50f16 100644 (file)
@@ -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;