#include <events.h>
Inheritance diagram for ICQ2000::ICQMessageEvent:
Public Methods | |
ICQMessageEvent (ContactRef c) | |
Constructor for a ICQMessageEvent. | |
bool | isUrgent () const |
get whether the message was sent marked as urgent | |
void | setUrgent (bool b) |
set whether the message shall be marked as urgent | |
bool | isToContactList () const |
get whether the message was sent 'to contact list' | |
void | setToContactList (bool b) |
set whether the message shall be marked as urgent | |
bool | isOfflineMessage () const |
get if this was an offline message | |
void | setOfflineMessage (bool b) |
set whether this was an offline message | |
unsigned int | getSenderUIN () const |
get the uin of the sender. | |
std::string | getAwayMessage () const |
get the away message | |
void | setAwayMessage (const std::string &msg) |
virtual ICQMessageEvent * | copy () const=0 |
|
Constructor for a ICQMessageEvent.
|
|
get the away 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.
Reimplemented in ICQ2000::UserAddEvent. |
|
get if this was an offline message
|
|
get whether the message was sent 'to contact list'
|
|
get whether the message was sent marked as urgent
|
|
set whether the message shall be marked as urgent
|