The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Macros | Variables
chat_log.cpp File Reference
#include "gui/dialogs/chat_log.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/dialogs/helper.hpp"
#include "gui/widgets/button.hpp"
#include "gui/widgets/listbox.hpp"
#include "gui/widgets/settings.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/widgets/window.hpp"
#include "gui/widgets/slider.hpp"
#include "desktop/clipboard.hpp"
#include "serialization/unicode.hpp"
#include "game_preferences.hpp"
#include "log.hpp"
#include "resources.hpp"
#include "replay.hpp"
#include "gettext.hpp"
#include <vector>
#include "utils/functional.hpp"
#include <boost/shared_ptr.hpp>
Include dependency graph for chat_log.cpp:

Go to the source code of this file.

Classes

class  gui2::tchat_log::model
 
class  gui2::tchat_log::controller
 
class  gui2::tchat_log::view
 

Namespaces

 gui2
 A class inherited from ttext_box that displays its input as stars.
 

Macros

#define GETTEXT_DOMAIN   "wesnoth-lib"
 
#define DBG_CHAT_LOG   LOG_STREAM(debug, log_chat_log)
 
#define LOG_CHAT_LOG   LOG_STREAM(info, log_chat_log)
 
#define WRN_CHAT_LOG   LOG_STREAM(warn, log_chat_log)
 
#define ERR_CHAT_LOG   LOG_STREAM(err, log_chat_log)
 

Variables

static lg::log_domain log_chat_log ("chat_log")
 

Macro Definition Documentation

#define DBG_CHAT_LOG   LOG_STREAM(debug, log_chat_log)

Definition at line 45 of file chat_log.cpp.

#define ERR_CHAT_LOG   LOG_STREAM(err, log_chat_log)

Definition at line 48 of file chat_log.cpp.

#define GETTEXT_DOMAIN   "wesnoth-lib"

Definition at line 15 of file chat_log.cpp.

#define LOG_CHAT_LOG   LOG_STREAM(info, log_chat_log)
#define WRN_CHAT_LOG   LOG_STREAM(warn, log_chat_log)

Definition at line 47 of file chat_log.cpp.

Variable Documentation

lg::log_domain log_chat_log("chat_log")
static