HPS::HighlightEvent

class HPS::HighlightEvent : public HPS::Event

The HighlightEvent class is the event that will be triggered for each highlight or unhighlight call.

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this HighlightEvent.

Returns

A copy of this HighlightEvent.

inline HighlightEvent()

The default constructor creates an empty HighlightEvent object.

inline HighlightEvent(Event const &in_event)

This constructor converts an Event Object to a HighlightEvent object.

Parameters

in_event – The Event Object to be converted.