Home
last modified time | relevance | path

Searched refs:ChannelTab (Results 1 – 8 of 8) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/tabs/chat/
H A Dchanneltab.cpp34 ChannelTab::ChannelTab(const Widget2 *const widget, in ChannelTab() function in ChannelTab
41 ChannelTab::~ChannelTab() in ~ChannelTab()
47 void ChannelTab::handleInput(const std::string &msg) in handleInput()
54 bool ChannelTab::handleCommand(const std::string &restrict type, in handleCommand()
74 void ChannelTab::getAutoCompleteCommands(StringVect& commands) const in getAutoCompleteCommands()
H A Dchanneltab.h32 class ChannelTab final : public ChatTab
35 ChannelTab(const Widget2 *const widget,
38 A_DELETE_COPY(ChannelTab)
40 ~ChannelTab() override final;
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dchatwindow.h41 class ChannelTab; variable
311 friend class ChannelTab;
365 typedef std::map<const std::string, ChannelTab*> ChannelMap;
H A Dchatwindow.cpp1322 ChannelTab *ret = nullptr; in addChannelTab()
1330 ret = new ChannelTab(this, name); in addChannelTab()
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dtabcompleter.cpp86 _completionType = ChannelTab; in buildCompletionList()
213 case ChannelTab: in operator <()
H A Dtabcompleter.h43 ChannelTab = 0x02 enumerator
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dtabcompleter.cpp86 _completionType = ChannelTab; in buildCompletionList()
213 case ChannelTab: in operator <()
H A Dtabcompleter.h43 ChannelTab = 0x02 enumerator