ManaPlus
|
#include "gui/widgets/tabs/chat/chattab.h"
#include "chatlogger.h"
#include "configuration.h"
#include "settings.h"
#include "soundmanager.h"
#include "being/localplayer.h"
#include "const/sound.h"
#include "gui/chatlog.h"
#include "gui/windowmanager.h"
#include "gui/windows/chatwindow.h"
#include "gui/windows/helpwindow.h"
#include "gui/widgets/scrollarea.h"
#include "gui/widgets/itemlinkhandler.h"
#include "gui/widgets/tabbedarea.h"
#include "input/inputmanager.h"
#include "net/chathandler.h"
#include "net/net.h"
#include "utils/chatutils.h"
#include "utils/delete2.h"
#include "utils/gettext.h"
#include <sstream>
#include "debug.h"
Go to the source code of this file.
Variables | |
ChatTab * | localChatTab = 0 |
ChatTab * | debugChatTab = 0 |
static const unsigned int | MAX_WORD_SIZE = 50 |
ChatTab* debugChatTab = 0 |
Definition at line 63 of file chattab.cpp.
Referenced by ChatWindow::addGlobalMessage(), ChatWindow::battleChatLog(), NotifyManager::chatLog(), ChatTab::chatLog(), createGuiWindows(), WindowManager::createWindows(), ChatWindow::debugMessage(), WindowManager::deleteWindows(), destroyGuiWindows(), and ActorManager::printBeingsToChat().
ChatTab* localChatTab = 0 |
Definition at line 62 of file chattab.cpp.
Referenced by SocialGuildTab::action(), SocialPartyTab::action(), SocialWindow::action(), TradeWindow::action(), ChatWindow::addGlobalMessage(), ChatWindow::addWhisper(), Game::adjustPerfomance(), LocalPlayer::afkRespond(), ChatWindow::chatInput(), ChatTab::chatLog(), TradeWindow::checkItem(), createGuiWindows(), StatusEffect::deliverMessage(), destroyGuiWindows(), ChatWindow::displayAwayLog(), ChatWindow::localChatInput(), NotifyManager::notify(), LocalPlayer::pickedUp(), EAthena::ChatRecv::processChatRoomAddMember(), EAthena::ChatRecv::processChatTalkieBox(), TmwAthena::ChatRecv::processGmChat(), Ea::ChatRecv::processIgnoreAllResponse(), Ea::ChatRecv::processMVPEffect(), EAthena::ChatRecv::processScriptMessage(), TmwAthena::ChatRecv::processScriptMessage(), EAthena::ChatRecv::processServiceMessageColor(), EAthena::ChatRecv::processWhisperContinue(), TmwAthena::ChatRecv::processWhisperContinue(), ChatWindow::resortChatLog(), Game::saveScreenshot(), SocialWindow::showGuildInvite(), and SocialWindow::showPartyInvite().
|
static |
Definition at line 65 of file chattab.cpp.
Referenced by ChatTab::addRow().