#include "gui/widgets/container_base.hpp"
#include "gui/auxiliary/iterator/walker_container.hpp"
#include "gui/core/log.hpp"
#include "gui/widgets/window.hpp"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | LOG_SCOPE_HEADER "tcontainer(" + get_control_type() + ") [" + id() + "] " + __func__ |
#define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file container_base.cpp.
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 28 of file container_base.cpp.
#define LOG_SCOPE_HEADER "tcontainer(" + get_control_type() + ") [" + id() + "] " + __func__ |
Definition at line 26 of file container_base.cpp.