#include <events.h>
Inheritance diagram for ICQ2000::URLMessageEvent:
Public Methods | |
URLMessageEvent (ContactRef c, const std::string &msg, const std::string &url) | |
Construct an URLMessageEvent. | |
URLMessageEvent (ContactRef c, const std::string &msg, const std::string &url, time_t t) | |
Construct an URLMessageEvent. | |
std::string | getMessage () const |
get the message | |
std::string | getURL () const |
get the url | |
MessageType | getType () const |
get the type of the MessageEvent | |
ICQMessageEvent * | copy () const |
|
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
|