Salome HOME
Porting of object highlighting
[modules/shaper.git] / src / ModuleBase / ModuleBase_ResultPrs.h
index 040056639fc26df6eab0ae4f5bd5b67c25f81e7a..fe988d3b69573572667707310b9033cf66c5ff5b 100644 (file)
@@ -80,8 +80,9 @@ public:
   //! Method which hilight an owner belonging to
   //! this selectable object  ( for fast presentation draw )
   Standard_EXPORT virtual void HilightOwnerWithColor(
-    const Handle(PrsMgr_PresentationManager3d)& thePM,
-    const Quantity_NameOfColor theColor, const Handle(SelectMgr_EntityOwner)& theOwner);
+                                        const Handle(PrsMgr_PresentationManager3d)& thePM,
+                                        const Handle(Graphic3d_HighlightStyle)& theStyle,
+                                        const Handle(SelectMgr_EntityOwner)& theOwner);
 
   /// Returns result object
   Standard_EXPORT ResultPtr getResult() const { return myResult; }