#include "gui/dialogs/chat_log.hpp"#include "gui/dialogs/helper.hpp"#include "gui/widgets/button.hpp"#include "gui/widgets/listbox.hpp"#include "gui/widgets/settings.hpp"#include "gui/widgets/window.hpp"#include "gui/widgets/slider.hpp"#include "../../foreach.hpp"#include "../../gamestatus.hpp"#include "../../log.hpp"#include "../../resources.hpp"#include "../../team.hpp"#include "../../replay.hpp"#include <vector>#include <boost/bind.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 | |
| namespace | gui2 |
A class inherited from ttext_box that displays its input as stars. | |
Defines | |
| #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 43 of file chat_log.cpp.
| #define ERR_CHAT_LOG LOG_STREAM(err, log_chat_log) |
Definition at line 46 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 44 of file chat_log.cpp.
Referenced by gui2::tchat_log::view::bind(), gui2::tchat_log::controller::controller(), gui2::tchat_log::controller::handle_page_number_changed(), gui2::tchat_log::model::model(), gui2::tchat_log::controller::next_page(), gui2::tchat_log::model::populate_chat_message_list(), gui2::tchat_log::pre_show(), gui2::tchat_log::view::pre_show(), gui2::tchat_log::controller::previous_page(), 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 45 of file chat_log.cpp.
lg::log_domain log_chat_log("chat_log") [static] |
| Generated by doxygen 1.7.1 on Wed May 23 2012 01:05:22 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |