More...
|
override HPS.Event | Clone () |
| Allocates and returns a copy of this UpdateCompletedEvent. More...
|
|
override void | Dispose () |
|
| UpdateCompletedEvent () |
| The default constructor creates a UpdateCompletedEvent. More...
|
|
| UpdateCompletedEvent (double in_update_time, HPS.Window.UpdateStatus in_update_status) |
| The constructor creates a UpdateCompletedEvent. More...
|
|
| UpdateCompletedEvent (HPS.Event in_event) |
| This constructor converts an EventObject to an UpdateCompletedEvent object. More...
|
|
| UpdateCompletedEvent (HPS.UpdateCompletedEvent in_that) |
|
delegate IntPtr | UpdateCompletedEventDelegate_0 (IntPtr cPtr) |
|
delegate bool | UpdateCompletedEventDelegate_1 (IntPtr cPtr, IntPtr in_that_event) |
|
delegate IntPtr | UpdateCompletedEventDelegate_2 (IntPtr cPtr) |
|
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...
|
|
delegate void | DtorDelegate (IntPtr cPtr) |
|
| 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) |
|
delegate IntPtr | EventDelegate_0 (IntPtr cPtr) |
|
delegate bool | EventDelegate_1 (IntPtr cPtr, IntPtr in_that_event) |
|
delegate IntPtr | EventDelegate_2 (IntPtr cPtr) |
|
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...
|
|
IntPtr | GetClassID () |
|
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...
|
|
|
override void | deleteCptr () |
|
override bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
override IntPtr | GetNonDirectorClassID () |
|
override bool | IsUserDerived () |
|
|
enum | Status : uint { Status.InProgress = 0x00000000,
Status.Completed = 0x00000001,
Status.Failed = 0x00000002
} |
| Event Status - returned from a notifier to give the status of the event. More...
|
|
static void | DtorCallback (IntPtr p) |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
static Dictionary< IntPtr, Event > | cachedObjects = new Dictionary<IntPtr, Event>() |
|
static ReaderWriterLockSlim | mapLock = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion) |
|
The UpdateCompletedEvent class is the event that is generated when an update is completed
HPS.UpdateCompletedEvent.UpdateCompletedEvent |
( |
| ) |
|
|
inline |
HPS.UpdateCompletedEvent.UpdateCompletedEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to an UpdateCompletedEvent object.
- Parameters
-
in_event | The EventObject to be converted. |
override HPS.Event HPS.UpdateCompletedEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.UpdateCompletedEvent.cs