#include "gui/dialogs/title_screen.hpp"#include "game_config.hpp"#include "game_preferences.hpp"#include "gettext.hpp"#include "log.hpp"#include "gui/auxiliary/find_widget.hpp"#include "gui/core/timer.hpp"#include "gui/core/tips.hpp"#include "gui/dialogs/debug_clock.hpp"#include "gui/dialogs/game_version.hpp"#include "gui/dialogs/language_selection.hpp"#include "gui/dialogs/lua_interpreter.hpp"#include "gui/widgets/button.hpp"#include "gui/widgets/image.hpp"#include "gui/widgets/label.hpp"#include "gui/widgets/multi_page.hpp"#include "gui/widgets/settings.hpp"#include "gui/widgets/window.hpp"#include "video.hpp"#include "utils/functional.hpp"#include <algorithm>
Go to the source code of this file.
Namespaces | |
| gui2 | |
| A class inherited from ttext_box that displays its input as stars. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | ERR_CF LOG_STREAM(err, log_config) |
| #define | WRN_CF LOG_STREAM(warn, log_config) |
| #define | ERR_GEN LOG_STREAM(err, log_general) |
Functions | |
| static bool | gui2::hotkey (twindow &window, const ttitle_screen::tresult result) |
| static bool | gui2::fullscreen (CVideo &video) |
| static bool | gui2::launch_lua_console (twindow &window) |
Variables | |
| static lg::log_domain | log_config ("config") |
| static lg::log_domain | log_general ("general") |
| bool | gui2::show_debug_clock_button = false |
| Do we wish to show the button for the debug clock. More... | |
| #define ERR_CF LOG_STREAM(err, log_config) |
Definition at line 47 of file title_screen.cpp.
Referenced by gui2::ttitle_screen::pre_show().
| #define ERR_GEN LOG_STREAM(err, log_general) |
Definition at line 51 of file title_screen.cpp.
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file title_screen.cpp.
| #define WRN_CF LOG_STREAM(warn, log_config) |
Definition at line 48 of file title_screen.cpp.
Referenced by gui2::ttitle_screen::pre_show().
|
static |
|
static |
1.8.8