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