AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
DS_Event Class Reference

#include <ds_event.h>

Public Member Functions

 DS_Event ()
 
virtual ~DS_Event ()
 
void SetType (long type, long subType)
 
long GetType () const
 
long GetSubType () const
 
ds_string GetValue (const ds_string &key) const
 
void SetValue (const ds_string &key, const ds_string &value)
 

Constructor & Destructor Documentation

INTERNAL DS_Event::DS_Event ( )
DS_Event::~DS_Event ( )
virtual

Member Function Documentation

long DS_Event::GetSubType ( ) const

Method returns subtype of event

Returns
subtype of event

Here is the caller graph for this function:

long DS_Event::GetType ( ) const

Method returns type of event

Returns
type of event

Here is the caller graph for this function:

ds_string DS_Event::GetValue ( const ds_string key) const

Method returns value

Parameters
keyvalue acording to this key is returned
Note
when key is not found empty string is returned
Returns
value of key is returned

Here is the caller graph for this function:

void DS_Event::SetType ( long  type,
long  subType 
)

Method sets type and subtype of event

Parameters
typesets as type of event
subTypesets a subType of event

Here is the caller graph for this function:

void DS_Event::SetValue ( const ds_string key,
const ds_string value 
)

Method sets value to map under key

Parameters
keyindex to be used in map
valuedata to be stored

The documentation for this class was generated from the following files: