The HEventListener class is the base class for all event types.
More...
#include <HEventListener.h>
The HEventListener class is the base class for all event types.
By subclassing from HEventListener any object can register itself with the event manager and receive events from arbitrary senders.
HEventListener::HEventListener |
( |
| ) |
|
|
inline |
void HEventListener::ConvertToManager |
( |
| ) |
|
|
inline |
Converts a listener object to a manager object.
- Returns
- A pointer to Event Listener Manager Object.
int HEventListener::GetRequestedPriority |
( |
| ) |
|
|
inline |
- Returns
- The requested priority level which can be #HLISTENER_PRIORITY_NORMAL, #HLISTENER_PRIORITY_HIGH or #HLISTENER_PRIORITY_LOW.
void HEventListener::SetRequestedPriority |
( |
int |
v | ) |
|
|
inline |
Use this method to indicate the priority in which you like to receive an event. A high priority means that you would like to receive this event before any other listener.
- Returns
- The requested priority level which can be #HLISTENER_PRIORITY_NORMAL, #HLISTENER_PRIORITY_HIGH or #HLISTENER_PRIORITY_LOW.
A pointer to the event listener manager.
int HEventListener::m_RequestedPriority |
|
protected |
The priority in which this event listener would like to receive notice of events. The possible values are #HLISTENER_PRIORITY_NORMAL, #HLISTENER_PRIORITY_HIGH or #HLISTENER_PRIORITY_LOW.
The documentation for this class was generated from the following file: