#include <immsevent.h>

Public Member Functions | |
| virtual | ~_IMMSEvent () |
| virtual void | setHeading (string heading)=0 |
| virtual string | getHeading ()=0 |
| virtual string | getData (string key)=0 |
| virtual void | setData (string key, string value)=0 |
| virtual void | clear ()=0 |
| virtual void | send ()=0 |
Definition at line 40 of file immsevent.h.
| virtual _IMMSEvent::~_IMMSEvent | ( | ) | [inline, virtual] |
Definition at line 42 of file immsevent.h.
| virtual void _IMMSEvent::setHeading | ( | string | heading | ) | [pure virtual] |
Implemented in MMSEvent.
| virtual string _IMMSEvent::getHeading | ( | ) | [pure virtual] |
Implemented in MMSEvent.
| virtual string _IMMSEvent::getData | ( | string | key | ) | [pure virtual] |
Implemented in MMSEvent.
| virtual void _IMMSEvent::setData | ( | string | key, | |
| string | value | |||
| ) | [pure virtual] |
Implemented in MMSEvent.
| virtual void _IMMSEvent::clear | ( | ) | [pure virtual] |
Implemented in MMSEvent.
| virtual void _IMMSEvent::send | ( | ) | [pure virtual] |
Implemented in MMSEvent.