ManaPlus
|
Functions | |
void | processClanInfo (Net::MessageIn &msg) |
void | processClanOnlineCount (Net::MessageIn &msg) |
void | processClanLeave (Net::MessageIn &msg) |
void | processClanChat (Net::MessageIn &msg) |
void | createTab () |
void EAthena::ClanRecv::createTab | ( | ) |
Definition at line 123 of file clanrecv.cpp.
References chatWindow, clanTab, config, Configuration::getBoolValue(), and ChatTab::loadFromLogFile().
void EAthena::ClanRecv::processClanChat | ( | Net::MessageIn & | msg | ) |
Definition at line 94 of file clanrecv.cpp.
References ChatMsgType::BY_SERVER, ChatTab::chatLog(), clanTab, IgnoreRecord_false, Actions::msg(), reportAlways, Catch::trim(), and TryRemoveColors_true.
void EAthena::ClanRecv::processClanInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 47 of file clanrecv.cpp.
References LocalClan::allyClans, LocalClan::antagonistClans, clanWindow, Ea::PartyRecv::createTab(), ClanDb::get(), LocalClan::id, Actions::info(), localClan, LocalClan::mapName, LocalClan::masterName, Actions::msg(), LocalClan::name, reportAlways, LocalClan::stats, and ClanWindow::updateClan().
void EAthena::ClanRecv::processClanLeave | ( | Net::MessageIn & | msg | ) |
Definition at line 87 of file clanrecv.cpp.
References clanTab, clanWindow, LocalClan::clear(), delete2, localClan, and ClanWindow::resetClan().
void EAthena::ClanRecv::processClanOnlineCount | ( | Net::MessageIn & | msg | ) |
Definition at line 80 of file clanrecv.cpp.
References clanWindow, localClan, Actions::msg(), LocalClan::onlineMembers, LocalClan::totalMembers, and ClanWindow::updateClanMembers().