#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>
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") |
#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) |
Definition at line 46 of file chat_log.cpp.
Referenced by gui2::tchat_log::view::bind(), gui2::tchat_log::controller::calculate_log_line_range(), gui2::tchat_log::controller::controller(), gui2::tchat_log::controller::filter(), gui2::tchat_log::controller::handle_page_number_changed(), gui2::tchat_log::model::model(), gui2::tchat_log::controller::next_page(), gui2::tchat_log::pre_show(), gui2::tchat_log::view::pre_show(), gui2::tchat_log::controller::previous_page(), gui2::tchat_log::model::stream_log(), gui2::tchat_log::tchat_log(), and gui2::tchat_log::controller::update_view_from_model().
#define WRN_CHAT_LOG LOG_STREAM(warn, log_chat_log) |
Definition at line 47 of file chat_log.cpp.
|
static |