< Home

< Table of Contents

REFERENCE MANUAL

LayoutDeletedEvent Class Reference
Inheritance diagram for LayoutDeletedEvent:
Event

Public Member Functions

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

Public Attributes

Layout layout
 

Additional Inherited Members

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

Constructor & Destructor Documentation

LayoutDeletedEvent::LayoutDeletedEvent ( )
inline

The default constructor creates an empty LayoutDeletedEvent object.

LayoutDeletedEvent::LayoutDeletedEvent ( Event const &  in_event)
inline

This constructor converts an Event Object to a LayoutDeletedEvent object.

Parameters
in_eventThe Event Object to be converted.

References Event::GetChannel().

Member Function Documentation

Event* LayoutDeletedEvent::Clone ( ) const
inlinevirtual

Allocates and returns a copy of this LayoutDeletedEvent.

Returns
A copy of this LayoutDeletedEvent.

Implements Event.


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