The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Macros | Variables
chat_log.cpp File Reference
#include "gui/dialogs/chat_log.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/widgets/button.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/widgets/window.hpp"
#include "gui/widgets/scroll_label.hpp"
#include "gui/widgets/slider.hpp"
#include "font/pango/escape.hpp"
#include "desktop/clipboard.hpp"
#include "serialization/unicode.hpp"
#include "preferences/game.hpp"
#include "log.hpp"
#include "replay.hpp"
#include "gettext.hpp"
#include <functional>
#include "utils/iterable_pair.hpp"
#include <vector>
Include dependency graph for chat_log.cpp:

Go to the source code of this file.

Classes

class  gui2::dialogs::chat_log::model
 
class  gui2::dialogs::chat_log::controller
 
class  gui2::dialogs::chat_log::view
 

Namespaces

 gui2
 Generic file dialog.
 
 gui2::dialogs
 

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

◆ DBG_CHAT_LOG

#define DBG_CHAT_LOG   LOG_STREAM(debug, log_chat_log)

Definition at line 41 of file chat_log.cpp.

◆ ERR_CHAT_LOG

#define ERR_CHAT_LOG   LOG_STREAM(err, log_chat_log)

Definition at line 44 of file chat_log.cpp.

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-lib"

Definition at line 16 of file chat_log.cpp.

◆ LOG_CHAT_LOG

#define LOG_CHAT_LOG   LOG_STREAM(info, log_chat_log)

Definition at line 42 of file chat_log.cpp.

◆ WRN_CHAT_LOG

#define WRN_CHAT_LOG   LOG_STREAM(warn, log_chat_log)

Definition at line 43 of file chat_log.cpp.

Variable Documentation

◆ log_chat_log

lg::log_domain log_chat_log("chat_log") ( "chat_log"  )
static