HPS.ComponentHighlightEvent

class HPS.ComponentHighlightEvent : public HPS.Event

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

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this ComponentHighlightEvent.

Return

A copy of this ComponentHighlightEvent.

ComponentHighlightEvent ()

The default constructor creates an empty ComponentHighlightEvent object.

ComponentHighlightEvent (HPS.Event in_event)

This constructor converts an Event Object to a ComponentHighlightEvent object.

Param in_event

The Event Object to be converted.