#include <events.h>
Inheritance diagram for ICQ2000::AuthAckEvent::
Public Methods | |
AuthAckEvent (Contact *c, bool granted) | |
Constructor for the Authorisation Acknowledgement. More... | |
AuthAckEvent (Contact *c, bool granted, time_t time) | |
Constructor for the Authorisation Acknowledgement. More... | |
AuthAckEvent (Contact *c, const string &msg, bool granted) | |
Constructor for the Authorisation Acknowledgement. More... | |
AuthAckEvent (Contact *c, const string &msg, bool granted, time_t time) | |
Constructor for the Authorisation Acknowledgement. More... | |
string | getMessage () const |
get the authorisation message. More... | |
MessageType | getType () const |
get the type of the MessageEvent. More... | |
bool | isOfflineMessage () const |
get if the message was sent offline. More... | |
bool | isGranted () const |
get if the authorisation was granted. More... | |
unsigned int | getSenderUIN () const |
get the sender's uin. More... |
|
Constructor for the Authorisation Acknowledgement.
|
|
Constructor for the Authorisation Acknowledgement.
|
|
Constructor for the Authorisation Acknowledgement.
|
|
Constructor for the Authorisation Acknowledgement.
|
|
get the authorisation message.
|
|
get the sender's uin.
|
|
get the type of the MessageEvent.
Reimplemented from ICQ2000::MessageEvent. |
|
get if the authorisation was granted.
|
|
get if the message was sent offline.
|