#include "gui/dialogs/chat_log.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/preferences.hpp"
#include "log.hpp"
#include "replay.hpp"
#include "gettext.hpp"
#include <functional>
#include "utils/iterable_pair.hpp"
#include <vector>
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") |
#define DBG_CHAT_LOG LOG_STREAM(debug, log_chat_log) |
Definition at line 40 of file chat_log.cpp.
#define ERR_CHAT_LOG LOG_STREAM(err, log_chat_log) |
Definition at line 43 of file chat_log.cpp.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file chat_log.cpp.
#define LOG_CHAT_LOG LOG_STREAM(info, log_chat_log) |
Definition at line 41 of file chat_log.cpp.
#define WRN_CHAT_LOG LOG_STREAM(warn, log_chat_log) |
Definition at line 42 of file chat_log.cpp.
|
static |