CaptureActivationEvent

class HPS::CaptureActivationEvent : public HPS::Event

Public Functions

inline CaptureActivationEvent()

The default constructor creates an empty CaptureActivationEvent object.

inline CaptureActivationEvent(Capture in_capture, View in_view)
inline CaptureActivationEvent(Event const &in_event)

This constructor converts an Event Object to a CaptureActivationEvent object.

Parameters

in_event – The Event Object to be converted.

inline virtual Event *Clone() const

Allocates and returns a copy of this CaptureActivationEvent.

Returns

A copy of this CaptureActivationEvent.

~CaptureActivationEvent()

Public Members

Capture capture
View view