#include <ds_event.h>
| INTERNAL DS_Event::DS_Event |
( |
| ) |
|
| long DS_Event::GetSubType |
( |
| ) |
const |
Method returns subtype of event
- Returns
- subtype of event
| long DS_Event::GetType |
( |
| ) |
const |
Method returns type of event
- Returns
- type of event
Method returns value
- Parameters
-
| key | value acording to this key is returned |
- Note
- when key is not found empty string is returned
- Returns
- value of key is returned
| void DS_Event::SetType |
( |
long |
type, |
|
|
long |
subType |
|
) |
| |
Method sets type and subtype of event
- Parameters
-
| type | sets as type of event |
| subType | sets a subType of event |
Method sets value to map under key
- Parameters
-
| key | index to be used in map |
| value | data to be stored |
The documentation for this class was generated from the following files: