#include "show_dialog.hpp"#include "draw.hpp"#include "draw_manager.hpp"#include "picture.hpp"#include "gettext.hpp"#include "gui/core/event/handler.hpp"#include "log.hpp"#include "font/sdl_ttf_compat.hpp"#include "font/standard_colors.hpp"#include "sdl/rect.hpp"#include "sdl/input.hpp"#include "video.hpp"Go to the source code of this file.
Namespaces | |
| gui | |
| General purpose widgets. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | ERR_DP LOG_STREAM(err, log_display) |
| #define | WRN_DP LOG_STREAM(warn, log_display) |
| #define | DBG_DP LOG_STREAM(debug, log_display) |
| #define | ERR_G LOG_STREAM(err, lg::general) |
Functions | |
| bool | gui::in_dialog () |
Variables | |
| static lg::log_domain | log_display ("display") |
| const int | gui::ButtonHPadding = 10 |
| const int | gui::ButtonVPadding = 10 |
| #define DBG_DP LOG_STREAM(debug, log_display) |
Definition at line 35 of file show_dialog.cpp.
| #define ERR_DP LOG_STREAM(err, log_display) |
Definition at line 33 of file show_dialog.cpp.
| #define ERR_G LOG_STREAM(err, lg::general) |
Definition at line 36 of file show_dialog.cpp.
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file show_dialog.cpp.
| #define WRN_DP LOG_STREAM(warn, log_display) |
Definition at line 34 of file show_dialog.cpp.
|
static |