#include <events.h>
Inheritance diagram for ICQ2000::URLMessageEvent:
Public Methods | |
URLMessageEvent (ContactRef c, const string &msg, const string &url) | |
Construct an URLMessageEvent. More... | |
URLMessageEvent (ContactRef 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... |
|
Construct an URLMessageEvent.
|
|
Construct an URLMessageEvent. This constructor is only used by the library.
|
|
get the message.
|
|
get the type of the MessageEvent.
Implements ICQ2000::MessageEvent. |
|
get the url.
|