Quassel IRC
Pre-Release
|
#include </tmp/quassel/src/qtui/channellistdlg.h>
Public Member Functions | |
ChannelListDlg (QWidget *parent=0) | |
void | setNetwork (NetworkId netId) |
Protected Slots | |
void | requestSearch () |
void | receiveChannelList (const NetworkId &netId, const QStringList &channelFilters, const QList< IrcListHelper::ChannelDescription > &channelList) |
void | reportFinishedList () |
void | joinChannel (const QModelIndex &) |
Private Slots | |
void | toggleMode () |
void | showError (const QString &error) |
Private Member Functions | |
void | showFilterLine (bool show) |
void | showErrors (bool show) |
void | enableQuery (bool enable) |
void | setAdvancedMode (bool advanced) |
Private Attributes | |
Ui::ChannelListDlg | ui |
bool | _listFinished |
NetworkId | _netId |
IrcListModel | _ircListModel |
QSortFilterProxyModel | _sortFilter |
QSpacerItem * | _simpleModeSpacer |
bool | _advancedMode |
Definition at line 34 of file channellistdlg.h.
ChannelListDlg | ( | QWidget * | parent = 0 | ) |
Definition at line 31 of file channellistdlg.cpp.
References _ircListModel, _sortFilter, enableQuery(), Client::ircListHelper(), joinChannel(), receiveChannelList(), reportFinishedList(), requestSearch(), setAdvancedMode(), showError(), showErrors(), showFilterLine(), toggleMode(), and ui.
void setNetwork | ( | NetworkId | netId | ) |
Definition at line 76 of file channellistdlg.cpp.
References _ircListModel, _netId, IrcListModel::setChannelList(), and showFilterLine().
Referenced by MainWin::showChannelList().
|
protectedslot |
Definition at line 87 of file channellistdlg.cpp.
References _listFinished, _netId, enableQuery(), Client::ircListHelper(), ClientIrcListHelper::requestChannelList(), showErrors(), and ui.
Referenced by ChannelListDlg().
|
protectedslot |
Definition at line 98 of file channellistdlg.cpp.
References _ircListModel, _listFinished, _netId, enableQuery(), IrcListModel::setChannelList(), and showFilterLine().
Referenced by ChannelListDlg().
|
protectedslot |
Definition at line 161 of file channellistdlg.cpp.
References _listFinished.
Referenced by ChannelListDlg().
|
protectedslot |
Definition at line 175 of file channellistdlg.cpp.
References _netId, BufferInfo::fakeStatusBuffer(), Client::instance(), and Client::userInput().
Referenced by ChannelListDlg().
|
inlineprivateslot |
Definition at line 50 of file channellistdlg.h.
References _advancedMode, and setAdvancedMode().
Referenced by ChannelListDlg().
|
privateslot |
Definition at line 167 of file channellistdlg.cpp.
References showErrors(), and ui.
Referenced by ChannelListDlg().
|
private |
Definition at line 110 of file channellistdlg.cpp.
References ui.
Referenced by ChannelListDlg(), receiveChannelList(), and setNetwork().
|
private |
Definition at line 151 of file channellistdlg.cpp.
References ui.
Referenced by ChannelListDlg(), requestSearch(), and showError().
|
private |
Definition at line 118 of file channellistdlg.cpp.
References ui.
Referenced by ChannelListDlg(), receiveChannelList(), and requestSearch().
|
private |
Definition at line 125 of file channellistdlg.cpp.
References _advancedMode, _simpleModeSpacer, and ui.
Referenced by ChannelListDlg(), and toggleMode().
|
private |
Definition at line 59 of file channellistdlg.h.
Referenced by ChannelListDlg(), enableQuery(), requestSearch(), setAdvancedMode(), showError(), showErrors(), and showFilterLine().
|
private |
Definition at line 61 of file channellistdlg.h.
Referenced by receiveChannelList(), reportFinishedList(), and requestSearch().
|
private |
Definition at line 62 of file channellistdlg.h.
Referenced by joinChannel(), receiveChannelList(), requestSearch(), and setNetwork().
|
private |
Definition at line 63 of file channellistdlg.h.
Referenced by ChannelListDlg(), receiveChannelList(), and setNetwork().
|
private |
Definition at line 64 of file channellistdlg.h.
Referenced by ChannelListDlg().
|
private |
Definition at line 65 of file channellistdlg.h.
Referenced by setAdvancedMode().
|
private |
Definition at line 66 of file channellistdlg.h.
Referenced by setAdvancedMode(), and toggleMode().