Salome HOME
#662: updated hilight/select presentations for land covers
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_LandCoverMapPrs.h
index 0e9888a1b8ee6ffb7c91a58f0c544478f4bd67a6..e1acc832233537f8a33a1df5da74bd7c4492cc9e 100644 (file)
@@ -47,10 +47,14 @@ 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();
+  void SetHilightAttributes( const Quantity_Color& theEdgesColor );
 
 private:
   Handle(HYDROData_LandCoverMap)   myLCMap;