#include <hps.h>
|
static void * | operator new (size_t in_size) |
|
static void | operator delete (void *in_ptr, size_t in_size) throw () |
|
intptr_t | channel |
|
bool | consumable |
|
The StandAloneWindowEvent class is the event that is generated by a Standalone window.
Enumeration of various actions StandAloneWindowEvent.
Enumerator |
---|
Unknown |
The StandAloneWindow has recieved a unknown message.
|
Close |
The StandAloneWindow has recieved a close.
|
HPS::StandAloneWindowEvent::StandAloneWindowEvent |
( |
| ) |
|
|
inline |
HPS::StandAloneWindowEvent::StandAloneWindowEvent |
( |
Action |
in_action | ) |
|
|
inline |
HPS::StandAloneWindowEvent::StandAloneWindowEvent |
( |
Event const & |
in_event | ) |
|
|
inline |
Event* HPS::StandAloneWindowEvent::Clone |
( |
| ) |
const |
|
inlinevirtual |
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.
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.
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: