#include "gui/widgets/pane.hpp"#include "gui/auxiliary/find_widget.hpp"#include "gui/core/log.hpp"#include "gui/widgets/grid.hpp"#include "gui/widgets/window.hpp"#include "utils/const_clone.hpp"#include "gui/core/event/message.hpp"#include "gettext.hpp"#include "utils/functional.hpp"
Go to the source code of this file.
Classes | |
| struct | gui2::tpane_implementation |
| Helper to implement private functions without modifying the header. More... | |
Namespaces | |
| gui2 | |
| A class inherited from ttext_box that displays its input as stars. | |
| gui2::implementation | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | LOG_SCOPE_HEADER "tpane [" + id() + "] " + __func__ |
| #define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
| #define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 30 of file pane.cpp.
Referenced by gui2::tpane::impl_draw_children(), gui2::tpane::layout_initialise(), gui2::tpane::place(), and gui2::tpane::signal_handler_request_placement().
1.8.8