ManaPlus
Namespaces | Functions | Variables
chat.cpp File Reference

(986a3bf)

#include "actions/chat.h"
#include "configuration.h"
#include "actions/actiondef.h"
#include "being/localplayer.h"
#include "gui/sdlinput.h"
#include "gui/windows/chatwindow.h"
#include "listeners/inputactionreplaylistener.h"
#include "net/charserverhandler.h"
#include "net/chathandler.h"
#include "net/clanhandler.h"
#include "net/guildhandler.h"
#include "net/net.h"
#include "net/partyhandler.h"
#include "net/tmwa/guildmanager.h"
#include "resources/iteminfo.h"
#include "resources/db/itemdb.h"
#include "utils/booleanoptions.h"
#include "utils/chatutils.h"
#include "utils/parameters.h"
#include "utils/translation/podict.h"
#include "debug.h"

Go to the source code of this file.

Namespaces

 Actions
 

Functions

static void Actions::outString (ChatTab *const tab, const std::string &str, const std::string &def)
 
bool Actions::toggleChat (InputEvent &event)
 
bool Actions::prevChatTab (InputEvent &event)
 
bool Actions::nextChatTab (InputEvent &event)
 
bool Actions::closeChatTab (InputEvent &event)
 
bool Actions::closeAllChatTabs (InputEvent &event)
 
bool Actions::ignoreAllWhispers (InputEvent &event)
 
bool Actions::scrollChatUp (InputEvent &event)
 
bool Actions::scrollChatDown (InputEvent &event)
 
static bool Actions::splitWhisper (const std::string &args, std::string &recvnick, std::string &message)
 
bool Actions::msg (InputEvent &event)
 
bool Actions::msgText (InputEvent &event)
 
bool Actions::msg2 (InputEvent &event)
 
bool Actions::query (InputEvent &event)
 
bool Actions::clearChatTab (InputEvent &event)
 
bool Actions::createParty (InputEvent &event)
 
bool Actions::createGuild (InputEvent &event)
 
bool Actions::party (InputEvent &event)
 
bool Actions::guild (InputEvent &event)
 
bool Actions::me (InputEvent &event)
 
bool Actions::toggle (InputEvent &event)
 
bool Actions::kickParty (InputEvent &event)
 
bool Actions::kickGuild (InputEvent &event)
 
bool Actions::addText (InputEvent &event)
 
bool Actions::clearChat (InputEvent &event)
 
bool Actions::chatGeneralTab (InputEvent &event)
 
bool Actions::chatDebugTab (InputEvent &event)
 
bool Actions::chatBattleTab (InputEvent &event)
 
bool Actions::chatTradeTab (InputEvent &event)
 
bool Actions::chatLangTab (InputEvent &event)
 
bool Actions::chatGmTab (InputEvent &event)
 
bool Actions::chatPartyTab (InputEvent &event)
 
bool Actions::chatGuildTab (InputEvent &event)
 
bool Actions::hat (InputEvent &event)
 
bool Actions::chatClipboard (InputEvent &event)
 
bool Actions::guildNotice (InputEvent &event)
 
bool Actions::translate (InputEvent &event)
 
bool Actions::sendGuiKey (InputEvent &event)
 
bool Actions::sendMouseKey (InputEvent &event)
 
bool Actions::sendChars (InputEvent &event)
 

Variables

const int DEFAULT_CHAT_WINDOW_SCROLL = 7
 

Variable Documentation

◆ DEFAULT_CHAT_WINDOW_SCROLL

const int DEFAULT_CHAT_WINDOW_SCROLL = 7

Definition at line 59 of file chat.cpp.