HPS::ComponentIsolatedEvent Class Reference
#include <sprk.h>
Inheritance diagram for HPS::ComponentIsolatedEvent:

Public Member Functions | |
Event * | Clone () const override |
ComponentIsolatedEvent () | |
ComponentIsolatedEvent (HPS::ComponentPath const &in_path, HPS::Canvas const &in_canvas, size_t in_layer=0) | |
ComponentIsolatedEvent (Event const &in_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 | |
HPS::Canvas | canvas |
size_t | layer |
ComponentPath | path |
Additional Inherited Members | |
![]() | |
enum | Status : uint32_t { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
Detailed Description
The ComponentIsolatedEvent class is the event that will be triggered for each Isolate call.
Constructor & Destructor Documentation
◆ ComponentIsolatedEvent() [1/2]
|
inline |
The default constructor creates an empty ComponentIsolatedEvent object.
◆ ComponentIsolatedEvent() [2/2]
|
inline |
This constructor converts an Event Object to a ComponentIsolatedEvent object.
Member Function Documentation
◆ Clone()
|
inlineoverridevirtual |
Allocates and returns a copy of this ComponentIsolatedEvent.
- Returns
- A copy of this ComponentIsolatedEvent.
Implements HPS::Event.
The documentation for this class was generated from the following file:
- include/sprk.h