#include <events.h>
Inheritance diagram for ICQ2000::SMSMessageEvent::
Public Methods | |
SMSMessageEvent (Contact *c, const string &msg, bool rcpt) | |
Construct an SMSMessageEvent. More... | |
SMSMessageEvent (Contact *c, const string &msg, const string &source, const string &senders_network, const string &time) | |
Construct an SMSMessageEvent. More... | |
string | getMessage () const |
get the message. More... | |
MessageType | getType () const |
get the type of the MessageEvent. More... | |
string | getSource () const |
get the source. More... | |
string | getSender () const |
get the sender (mobile no). More... | |
string | getSenders_network () const |
get the senders network. More... | |
bool | getRcpt () const |
get if a receipt was requested. More... |
|
Construct an SMSMessageEvent.
|
|
Construct an SMSMessageEvent.
|
|
get the message.
|
|
get if a receipt was requested.
|
|
get the sender (mobile no).
|
|
get the senders network.
|
|
get the source.
|
|
get the type of the MessageEvent.
Reimplemented from ICQ2000::MessageEvent. |