#include <Event.h>
Inheritance diagram for CEvent:

Public Member Functions | |
| CEvent () | |
| CEvent. | |
| virtual | ~CEvent () |
| ~CEvent | |
| virtual void | SetEventType (uint32) |
| SetEventType. | |
| void | SetEventBody (int8 *ptr, uint32 size, bool bCopy=true) |
| SetEventBody. | |
| uint32 | GetEventType () const |
| GetEventType. | |
| uint32 | GetEventBodySize () const |
| GetEventBodySize. | |
| int8 * | GetEventBody () const |
| GetEventBody. | |
Description: Base class for all the event messages.
Limitations: NONE
|
|
CEvent. Description: Class constructor Limitations: NONE |
|
|
~CEvent Description: Class deconstructor Limitations: NONE |
|
|
GetEventBody. Description: Returns a copy of the data contained in this event.
|
|
|
GetEventBodySize. Description: Returns the size of the body contained in this event.
|
|
|
GetEventType. Description: Returns the type of this event.
|
|
||||||||||||||||
|
SetEventBody. Description: Copys size bytes from ptr into this event object.
|
|
|
SetEventType. Description: Sets the type of this event.
|