Public Member Functions | |
override void | Dispose () |
ModelDetachedEvent () | |
The default constructor creates an empty ModelDetachedEvent object. More... | |
ModelDetachedEvent (HPS.View in_view, HPS.Model in_model) | |
ModelDetachedEvent (HPS.Event in_event) | |
This constructor converts an Event Object to a ModelDetachedEvent object. More... | |
ModelDetachedEvent (HPS.ModelDetachedEvent in_that) | |
override HPS.Event | Clone () |
Allocates and returns a copy of this ModelDetachedEvent. More... | |
![]() | |
IntPtr | GetClassID () |
Event (IntPtr in_channel) | |
A constructor for generating events from built-in or custom event ID's. More... | |
Event () | |
A constructor for generating events from built-in or custom event ID's. More... | |
Event (HPS.Event in_that) | |
virtual bool | Drop (HPS.Event in_that_event) |
This optional function is used to determine if the current event can be dropped based on the following event in the queue. More... | |
virtual IntPtr | Freshen () |
This optional function is used to determine if the current event can be dropped in favor of newer event of the same type if one is available. More... | |
IntPtr | GetChannel () |
Returns the channel ID assigned to an event. More... | |
double | GetTimeStamp () |
Returns the time an event was injected into the event queue. More... | |
bool | IsConsumable () |
Indicates whether an event will be consumed when it is handled or passed on to the next handler anyway. More... | |
delegate IntPtr | EventDelegate_0 () |
delegate bool | EventDelegate_1 (IntPtr in_that_event) |
delegate IntPtr | EventDelegate_2 () |
delegate void | DtorDelegate (IntPtr cPtr) |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
void | DtorCallback (IntPtr p) |
virtual IntPtr | GetNonDirectorClassID () |
Properties | |
HPS.View | view [get, set] |
HPS.Model | model [get, set] |
Additional Inherited Members | |
![]() | |
enum | Status { Status.InProgress = 0, Status.Completed = 1, Status.Failed = 2 } |
Event Status - returned from a notifier to give the status of the event. More... | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
|
inline |
The default constructor creates an empty ModelDetachedEvent object.
|
inline |
This constructor converts an Event Object to a ModelDetachedEvent object.
|
inlinevirtual |
Allocates and returns a copy of this ModelDetachedEvent.
Implements HPS.Event.