#include <hps.h>
|
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 |
|
The StandAloneWindowEvent class is the event that is generated by a Standalone window.
◆ Action
Enumeration of various actions StandAloneWindowEvent.
Enumerator |
---|
Unknown | The StandAloneWindow has recieved a unknown message.
|
Close | The StandAloneWindow has recieved a close.
|
◆ StandAloneWindowEvent() [1/3]
HPS::StandAloneWindowEvent::StandAloneWindowEvent |
( |
| ) |
|
|
inline |
◆ StandAloneWindowEvent() [2/3]
HPS::StandAloneWindowEvent::StandAloneWindowEvent |
( |
Action |
in_action | ) |
|
|
inline |
◆ StandAloneWindowEvent() [3/3]
HPS::StandAloneWindowEvent::StandAloneWindowEvent |
( |
Event const & |
in_event | ) |
|
|
inline |
◆ Clone()
Event* HPS::StandAloneWindowEvent::Clone |
( |
| ) |
const |
|
inlinevirtual |
◆ Equals()
Check if the source object is equivalent to this object.
- Parameters
-
in_event | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
◆ operator!=()
Check if the source object is not equivalent to this object.
- Parameters
-
in_event | The source object to compare to this object. |
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator==()
Check if the source object is equivalent to this object.
- Parameters
-
in_event | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: