csCommandEventHelper Class Reference
[Event handling]
Helper class to conveniently deal with command events.
More...
#include <csutil/event.h>
Static Public Member Functions | |
| static uint | GetCode (const iEvent *event) |
| Retrieve command code. | |
| static bool | GetEventData (const iEvent *event, csCommandEventData &data) |
| Retrieve event data. | |
| static intptr_t | GetInfo (const iEvent *event) |
| Retrieve command info. | |
| static csEvent * | NewEvent (csTicks, csEventID name, bool Broadcast, intptr_t info=0) |
| Create a new "command" event. | |
Detailed Description
Helper class to conveniently deal with command events.Note that "command" is a vestigial event type; this class will probably go away before long.
Definition at line 275 of file event.h.
Member Function Documentation
| static bool csCommandEventHelper::GetEventData | ( | const iEvent * | event, | |
| csCommandEventData & | data | |||
| ) | [static] |
Retrieve event data.
Retrieve command info.
| static csEvent* csCommandEventHelper::NewEvent | ( | csTicks | , | |
| csEventID | name, | |||
| bool | Broadcast, | |||
| intptr_t | info = 0 | |||
| ) | [static] |
Create a new "command" event.
The documentation for this class was generated from the following file:
- csutil/event.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
