Public Member Functions | |
Event * | Clone () const |
MarkupInsertedEvent () | |
MarkupInsertedEvent (HPS::Key const &in_markup_key, HPS::View const &in_view) | |
MarkupInsertedEvent (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 | |
Key | markup_key |
View | view |
Additional Inherited Members | |
![]() | |
enum | Status { 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 |
|
inline |
The default constructor creates an empty MarkupInsertedEvent object.
|
inline |
This constructor converts an Event Object to a MarkupInsertedEvent object.
|
inlinevirtual |
Allocates and returns a copy of this MarkupInsertedEvent.
Implements HPS::Event.