#include <events.h>
Inheritance diagram for ICQ2000::AuthReqEvent::
Public Methods | |
AuthReqEvent (Contact *c, const string &msg) | |
Constructor for the Authorisation Request. More... | |
AuthReqEvent (Contact *c, const string &nick, const string &firstname, const string &lastname, const string &email, const string &msg) | |
Constructor for the Authorisation Request. More... | |
AuthReqEvent (Contact *c, const string &nick, const string &firstname, const string &lastname, const string &email, const string &msg, time_t time) | |
Constructor for the Authorisation Request. More... | |
string | getMessage () const |
get the authorisation message. More... | |
string | getNick () const |
get the nickname. More... | |
string | getFirstName () const |
get the first name. More... | |
string | getLastName () const |
get the last name. More... | |
string | getEmail () const |
get the email address. More... | |
MessageType | getType () const |
get the type of the MessageEvent. More... | |
bool | isOfflineMessage () const |
get if this was an offline message. More... | |
unsigned int | getSenderUIN () const |
get the sender's uin. More... |
|
Constructor for the Authorisation Request.
|
|
Constructor for the Authorisation Request.
|
|
Constructor for the Authorisation Request.
|
|
get the email address.
|
|
get the first name.
|
|
get the last name.
|
|
get the authorisation message.
|
|
get the nickname.
|
|
get the sender's uin.
|
|
get the type of the MessageEvent.
Reimplemented from ICQ2000::MessageEvent. |
|
get if this was an offline message.
|