#include <events.h>
Inheritance diagram for ICQ2000::URLMessageEvent::
Public Methods | |
URLMessageEvent (Contact *c, const string &msg, const string &url) | |
Construct an URLMessageEvent. More... | |
URLMessageEvent (Contact *c, const string &msg, const string &url, time_t t) | |
Construct an URLMessageEvent. More... | |
string | getMessage () const |
get the message. More... | |
string | getURL () const |
get the url. More... | |
MessageType | getType () const |
get the type of the MessageEvent. More... | |
unsigned int | getSenderUIN () const |
get the uin of the sender. More... | |
bool | isOfflineMessage () const |
get if the message was an offline message. More... |
|
Construct an URLMessageEvent.
|
|
Construct an URLMessageEvent. This constructor is only used by the library.
|
|
get the message.
|
|
get the uin of the sender. This is really miss-named, if you were sending the message, this would be the UIN of the recipient.
|
|
get the type of the MessageEvent.
Reimplemented from ICQ2000::MessageEvent. |
|
get the url.
|
|
get if the message was an offline message.
|