KVIrc  4.9.2
DeveloperAPIs
Classes | Macros | Typedefs
KviChannelWindow.h File Reference

Channel widget: abstraction of an IRC channel. More...

#include "kvi_settings.h"
#include "KviConsoleWindow.h"
#include "KviWindow.h"
#include "KviCString.h"
#include "KviIrcUserDataBase.h"
#include "KviPixmap.h"
#include "KviUserListView.h"
#include "KviTimeUtils.h"
#include "KviModeWidget.h"
#include "KviPointerHashTable.h"
#include <QList>
#include <QDateTime>
#include <QStringList>
#include <QToolButton>

Go to the source code of this file.

Classes

struct  _KviChannelAction
 A struct which holds the channel actions. More...
 
struct  _KviChannelActivityStats
 A struct which holds the activity stats. More...
 
class  KviChannelWindow
 The class which manages a channel. More...
 

Macros

#define KVI_CHANNEL_ACTION_HISTORY_MAX_COUNT   40
 
#define KVI_CHANNEL_ACTION_HISTORY_MAX_TIMESPAN   600
 
#define KVI_CHANNEL_AVERAGE_USERS   101
 

Typedefs

typedef struct _KviChannelAction KviChannelAction
 
typedef struct
_KviChannelActivityStats 
KviChannelActivityStats
 
typedef struct _KviMaskEntry KviMaskEntry
 

Detailed Description

Channel widget: abstraction of an IRC channel.

Author
Szymon Stefanek

Macro Definition Documentation

#define KVI_CHANNEL_ACTION_HISTORY_MAX_COUNT   40
#define KVI_CHANNEL_ACTION_HISTORY_MAX_TIMESPAN   600
#define KVI_CHANNEL_AVERAGE_USERS   101

Typedef Documentation

typedef struct _KviMaskEntry KviMaskEntry