Public Member Functions | Public Attributes | List of all members
HPS::LayoutDetachedEvent Class Reference
Inheritance diagram for HPS::LayoutDetachedEvent:
HPS::Event

Public Member Functions

 LayoutDetachedEvent ()
 
 LayoutDetachedEvent (Canvas const &in_canvas, Layout const &in_layout)
 
 LayoutDetachedEvent (Event const &in_event)
 
EventClone () const
 
- Public Member Functions inherited from HPS::Event
 Event (intptr_t in_channel=0)
 
intptr_t GetClassID () const
 
virtual bool Drop (Event const *in_that_event) const
 
virtual intptr_t Freshen () const
 
intptr_t GetChannel () const
 
Time GetTimeStamp () const
 
bool IsConsumable () const
 

Public Attributes

Canvas canvas
 
Layout layout
 

Additional Inherited Members

- Public Types inherited from HPS::Event
enum  Status { Status::InProgress, Status::Completed, Status::Failed }
 
- Static Public Member Functions inherited from HPS::Event
static void * operator new (size_t in_size)
 
static void operator delete (void *in_ptr, size_t in_size) throw ()
 
- Protected Attributes inherited from HPS::Event
intptr_t channel
 
bool consumable
 

Constructor & Destructor Documentation

HPS::LayoutDetachedEvent::LayoutDetachedEvent ( )
inline

The default constructor creates an empty LayoutDetachedEvent object.

HPS::LayoutDetachedEvent::LayoutDetachedEvent ( Event const &  in_event)
inline

This constructor converts an Event Object to a LayoutDetachedEvent object.

Parameters
in_eventThe Event Object to be converted.

Member Function Documentation

Event* HPS::LayoutDetachedEvent::Clone ( ) const
inlinevirtual

Allocates and returns a copy of this LayoutDetachedEvent.

Returns
A copy of this LayoutDetachedEvent.

Implements HPS::Event.


The documentation for this class was generated from the following file: