class ChanUser

* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. More...

Definition#include <Channel.h>
InheritsQObject [private]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************

explicit ChanUser (const QString& nick, const QString& userHost = "")

Construct a new ChanUser object with the specified nick and userhost.

Parameters:
nickThe nickname of the user on the channel.
userHostThe user@host information of the user.

const QString getNick ()
[const]

Get the user's nickname.

Returns: The nickname of the channel user.

void setNick (const QString value)

Change the user's nickname.

Parameters:
valueThe new nickname for the user.

const QString getUserHost ()
[const]

Get the user's user@host.

Returns: The user@host of the channel user.

void setUserHost (const QString value)

Change the user's user@host information.

Parameters:
valueThe new user@host for the user.

const bool getOped ()
[const]

Determine if the user is oped on the channel.

Returns: true if the user is oped, false otherwise.

void setOped (const bool value)

Change the op status of the user on the channel. Set to true to indicate the user is oped, false if he/she is deoped.

Parameters:
valueThe op status of the user.

const bool getVoiced ()
[const]

Determine if the user is voiced on the channel.

Returns: true if the user is voiced, false otherwise.


Generated by: nightsky@centauri on Sat Jan 15 23:06:10 2000, using kdoc 2.0a30.