![]() |
KVIrc 5.2.6
Developer APIs
|
Channel widget: abstraction of an IRC channel. More...
#include "kvi_settings.h"
#include "KviConsoleWindow.h"
#include "KviWindow.h"
#include "KviIrcUserDataBase.h"
#include "KviMaskEditor.h"
#include "KviPixmap.h"
#include "KviUserListView.h"
#include "KviTimeUtils.h"
#include "KviModeWidget.h"
#include <QDateTime>
#include <QList>
#include <QString>
#include <QStringList>
#include <QToolButton>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | KviChannelAction |
struct | KviChannelActivityStats |
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 |
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().