#include <ds_event.h>
◆ DS_Event()
| INTERNAL DS_Event::DS_Event |
( |
| ) |
|
◆ ~DS_Event()
◆ GetSubType()
| long DS_Event::GetSubType |
( |
| ) |
const |
Method returns subtype of event
- Returns
- subtype of event
◆ GetType()
| long DS_Event::GetType |
( |
| ) |
const |
Method returns type of event
- Returns
- type of event
◆ GetValue()
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
◆ SetType()
| 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 |
◆ SetValue()
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: