SRGraphComponent::HighlightWigetStyle

void SRGraphComponent::HighlightWigetStyle(SRGraphStyle * pStyle)

This virtual function is called to temporarily alter the style of the wiget during a draw cycle in response to highlighting.
Override this function to alter the highlight style in any way you like.
A copy of the data object's style member is passed by DrawWiget (unless you have overridden it) so that the changes are non destructive.

Defined in: SRGComp.cpp

Return Value

void

Parameters

pStyle

A copy of the style which will be temporarily altered