#include "gui/widgets/stacked_widget.hpp"#include "gui/core/register_widget.hpp"#include "gui/widgets/widget_helpers.hpp"#include "gui/widgets/generator.hpp"#include "gettext.hpp"#include "utils/const_clone.hpp"#include "wml_exception.hpp"#include <functional>Go to the source code of this file.
Classes | |
| struct | gui2::stacked_widget_implementation |
Namespaces | |
| gui2 | |
| Generic file dialog. | |
| gui2::implementation | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | ERR_WML LOG_STREAM(err, log_wml) |
Variables | |
| static lg::log_domain | log_wml ("wml") |
| #define ERR_WML LOG_STREAM(err, log_wml) |
Definition at line 30 of file stacked_widget.cpp.
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file stacked_widget.cpp.
|
static |