Screen with logo and loading status info during program-startup. More...
#include "gui/dialogs/loading_screen.hpp"
#include "cursor.hpp"
#include "draw_manager.hpp"
#include "gettext.hpp"
#include "gui/widgets/drawing.hpp"
#include "gui/widgets/label.hpp"
#include "gui/widgets/window.hpp"
#include "log.hpp"
#include "video.hpp"
#include <chrono>
#include <functional>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::dialogs | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | LOG_LS LOG_STREAM(info, log_loadscreen) |
#define | ERR_LS LOG_STREAM(err, log_loadscreen) |
#define | WRN_LS LOG_STREAM(warn, log_loadscreen) |
#define | DBG_DP LOG_STREAM(debug, log_display) |
Variables | |
static lg::log_domain | log_loadscreen ("loadscreen") |
static lg::log_domain | log_display ("display") |
static const std::map< loading_stage, std::string > | stage_names |
Screen with logo and loading status info during program-startup.
Definition in file loading_screen.cpp.
#define DBG_DP LOG_STREAM(debug, log_display) |
Definition at line 42 of file loading_screen.cpp.
#define ERR_LS LOG_STREAM(err, log_loadscreen) |
Definition at line 38 of file loading_screen.cpp.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 20 of file loading_screen.cpp.
#define LOG_LS LOG_STREAM(info, log_loadscreen) |
Definition at line 37 of file loading_screen.cpp.
#define WRN_LS LOG_STREAM(warn, log_loadscreen) |
Definition at line 39 of file loading_screen.cpp.
|
static |
|
static |
|
static |
Definition at line 44 of file loading_screen.cpp.
Referenced by gui2::dialogs::loading_screen::loading_screen().