Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

ICQ2000::AuthReqEvent Class Reference

An Authorisation Request. More...

#include <events.h>

Inheritance diagram for ICQ2000::AuthReqEvent::

ICQ2000::MessageEvent ICQ2000::Event List of all members.

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...


Detailed Description

An Authorisation Request.


Constructor & Destructor Documentation

ICQ2000::AuthReqEvent::AuthReqEvent Contact *    c,
const string &    msg
 

Constructor for the Authorisation Request.

Parameters:
c  the contact
msg  authorisation message

ICQ2000::AuthReqEvent::AuthReqEvent Contact *    c,
const string &    nick,
const string &    firstname,
const string &    lastname,
const string &    email,
const string &    msg
 

Constructor for the Authorisation Request.

Parameters:
c  the contact
msg  authorisation message

ICQ2000::AuthReqEvent::AuthReqEvent Contact *    c,
const string &    nick,
const string &    firstname,
const string &    lastname,
const string &    email,
const string &    msg,
time_t    t
 

Constructor for the Authorisation Request.

Parameters:
c  the contact
msg  authorisation message


Member Function Documentation

string ICQ2000::AuthReqEvent::getEmail   const
 

get the email address.

Returns:
the email address

string ICQ2000::AuthReqEvent::getFirstName   const
 

get the first name.

Returns:
the first name

string ICQ2000::AuthReqEvent::getLastName   const
 

get the last name.

Returns:
the last name

string ICQ2000::AuthReqEvent::getMessage   const
 

get the authorisation message.

Returns:
authorisation message

string ICQ2000::AuthReqEvent::getNick   const
 

get the nickname.

Returns:
the nickname

unsigned int ICQ2000::AuthReqEvent::getSenderUIN   const
 

get the sender's uin.

Returns:
the sender's uin

MessageEvent::MessageType ICQ2000::AuthReqEvent::getType   const [virtual]
 

get the type of the MessageEvent.

Returns:
the type of the message

Reimplemented from ICQ2000::MessageEvent.

bool ICQ2000::AuthReqEvent::isOfflineMessage   const
 

get if this was an offline message.

Returns:
if this was an offline message


The documentation for this class was generated from the following files:
Generated on Tue Jan 15 12:24:36 2002 for libicq2000 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001