KVIrc
4.9.2
DeveloperAPIs
|
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 |
Channel widget: abstraction of an IRC channel.
#define KVI_CHANNEL_ACTION_HISTORY_MAX_COUNT 40 |
#define KVI_CHANNEL_ACTION_HISTORY_MAX_TIMESPAN 600 |
#define KVI_CHANNEL_AVERAGE_USERS 101 |
Referenced by KviChannelWindow::KviChannelWindow().
typedef struct _KviMaskEntry KviMaskEntry |