Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Properties |
List of all members
HPS.StandAloneWindowEvent Class Reference
Inheritance diagram for HPS.StandAloneWindowEvent:

Public Types | |
enum | Action : uint { Action.Unknown = 0x00000000, Action.Close = 0x00000001, FocusIn = 0x00000002, FocusOut = 0x00000003 } |
![]() | |
enum | Status : uint { Status.InProgress = 0x00000000, Status.Completed = 0x00000001, Status.Failed = 0x00000002 } |
Public Member Functions | |
override HPS.Event | Clone () |
override void | Dispose () |
override bool | Equals (System.Object obj) |
virtual bool | Equals (HPS.StandAloneWindowEvent in_that) |
override int | GetHashCode () |
StandAloneWindowEvent () | |
StandAloneWindowEvent (HPS.StandAloneWindowEvent.Action in_action) | |
StandAloneWindowEvent (HPS.Event in_event) | |
StandAloneWindowEvent (HPS.StandAloneWindowEvent in_that) | |
![]() | |
virtual bool | Drop (HPS.Event in_that_event) |
delegate void | DtorDelegate (IntPtr cPtr) |
Event (IntPtr in_channel) | |
Event () | |
Event (HPS.Event in_that) | |
virtual IntPtr | Freshen () |
IntPtr | GetChannel () |
IntPtr | GetClassID () |
double | GetTimeStamp () |
bool | IsConsumable () |
Static Public Member Functions | |
static bool | operator!= (HPS.StandAloneWindowEvent a, HPS.StandAloneWindowEvent b) |
static bool | operator== (HPS.StandAloneWindowEvent a, HPS.StandAloneWindowEvent b) |
Properties | |
HPS.StandAloneWindowEvent.Action | action [get, set] |
Additional Inherited Members | |
![]() | |
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) |
Detailed Description
The StandAloneWindowEvent class is the event that is generated by a Standalone window.
Member Enumeration Documentation
◆ Action
|
strong |
Enumeration of various actions StandAloneWindowEvent.
Enumerator | |
---|---|
Unknown | The StandAloneWindow has recieved a unknown message. |
Close | The StandAloneWindow has recieved a close. |
Constructor & Destructor Documentation
◆ StandAloneWindowEvent() [1/3]
|
inline |
The default constructor creates an StandAloneWindowEvent object with an empty message and code of 0.
◆ StandAloneWindowEvent() [2/3]
|
inline |
This constructor creates a StandAloneWindowEvent object for a given action.
- Parameters
-
in_action Action of this StandAloneWindowEvent.
◆ StandAloneWindowEvent() [3/3]
|
inline |
This constructor converts an EventObject to a StandAloneWindowEvent object.
- Parameters
-
in_event The EventObject to be converted.
Member Function Documentation
◆ Clone()
|
inlinevirtual |
Allocates and returns a copy of this ErrorEvent.
- Returns
- A copy of this ErrorEvent.
Implements HPS.Event.
◆ Equals()
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.StandAloneWindowEvent.cs