LayoutDetachedEvent

class HPS::LayoutDetachedEvent : public HPS::Event

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this LayoutDetachedEvent.

Returns

A copy of this LayoutDetachedEvent.

inline LayoutDetachedEvent()

The default constructor creates an empty LayoutDetachedEvent object.

inline LayoutDetachedEvent(Canvas const &in_canvas, Layout const &in_layout)
inline LayoutDetachedEvent(Event const &in_event)

This constructor converts an Event Object to a LayoutDetachedEvent object.

Parameters

in_event – The Event Object to be converted.

~LayoutDetachedEvent()

Public Members

Canvas canvas
Layout layout