|
|
* 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:
| nick | The nickname of the user on the channel. |
| userHost | The user@host information of the user. |
| const QString getNick () |
Get the user's nickname.
Returns: The nickname of the channel user.
| void setNick (const QString value) |
Change the user's nickname.
Parameters:
| value | The new nickname for the user. |
| const QString getUserHost () |
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:
| value | The new user@host for the user. |
| const bool getOped () |
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:
| value | The op status of the user. |
| const bool getVoiced () |
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. |