client/chat_channel.h File Reference

#include "member.h"

Go to the source code of this file.

Classes

class  chat_channel
 Information on a chat channel. More...

Enumerations

enum  chat_status {
  Status_leader, Status_moderator, Status_member, Status_muted,
  Status_ignored, Status_none
}
 Status of a member in the chat. More...

Variables

chat_channel current_channel
 The current select channel.
std::list< chat_channelchat_channels
 List of possible channels.


Enumeration Type Documentation

enum chat_status

Status of a member in the chat.

Enumerator:
Status_leader 
Status_moderator 
Status_member 
Status_muted 
Status_ignored 
Status_none 


Variable Documentation

std::list<chat_channel> chat_channels

List of possible channels.

chat_channel current_channel

The current select channel.



Generated on Tue Jan 1 17:30:01 2008 for client/chat_channel.h File Reference by  doxygen   Visit the project page on SourceForge.net Logo