Screen with logo and loading status info during program-startup. More...
#include "cursor.hpp"#include "gui/dialogs/loadscreen.hpp"#include "gui/widgets/window.hpp"#include "gui/widgets/settings.hpp"#include "gui/core/timer.hpp"#include "gui/auxiliary/find_widget.hpp"#include "video.hpp"#include "gettext.hpp"#include "log.hpp"#include "preferences.hpp"#include "utils/functional.hpp"#include <boost/thread.hpp>
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_LS LOG_STREAM(err, log_loadscreen) |
| #define | WRN_LS LOG_STREAM(warn, log_loadscreen) |
| #define | LOG_LS LOG_STREAM(info, log_loadscreen) |
| #define | DBG_LS LOG_STREAM(debug, log_loadscreen) |
Variables | |
| static lg::log_domain | log_loadscreen ("loadscreen") |
| static const std::map < std::string, std::string > | stages |
Screen with logo and loading status info during program-startup.
Definition in file loadscreen.cpp.
| #define DBG_LS LOG_STREAM(debug, log_loadscreen) |
Definition at line 40 of file loadscreen.cpp.
| #define ERR_LS LOG_STREAM(err, log_loadscreen) |
Definition at line 37 of file loadscreen.cpp.
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 19 of file loadscreen.cpp.
| #define LOG_LS LOG_STREAM(info, log_loadscreen) |
Definition at line 39 of file loadscreen.cpp.
| #define WRN_LS LOG_STREAM(warn, log_loadscreen) |
Definition at line 38 of file loadscreen.cpp.
Referenced by gui2::tloadscreen::timer_callback().
|
static |
|
static |
Definition at line 42 of file loadscreen.cpp.
1.8.8