The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on
More...
|
override void | Dispose () |
|
| ImportStatusEvent () |
| The default constructor creates a ImportStatusEvent. More...
|
|
| ImportStatusEvent (string in_message) |
|
| ImportStatusEvent (HPS.Event in_event) |
| This constructor converts an EventObject to an ImportStatusEvent object. More...
|
|
| ImportStatusEvent (HPS.ImportStatusEvent in_that) |
|
override HPS.Event | Clone () |
| Allocates and returns a copy of this ImportStatusEvent. 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) |
|
|
override void | deleteCptr () |
|
void | DtorCallback (IntPtr p) |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
string | import_status_message [get, set] |
|
The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on
HPS.ImportStatusEvent.ImportStatusEvent |
( |
| ) |
|
|
inline |
HPS.ImportStatusEvent.ImportStatusEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to an ImportStatusEvent object.
- Parameters
-
in_event | The <ref refid="class_h_p_s_1_1_event" kindref="compound">Event</ref><ref refid="class_h_p_s_1_1_object" kindref="compound">Object</ref> to be converted. |
override HPS.Event HPS.ImportStatusEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ImportStatusEvent.cs