#include "gui/widgets/viewport.hpp"
#include "gui/core/log.hpp"
#include "config.hpp"
#include "utils/const_clone.hpp"
Go to the source code of this file.
Classes | |
struct | gui2::tviewport_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 "tviewport [" + id() + "] " + __func__ |
#define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file viewport.cpp.
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 24 of file viewport.cpp.
#define LOG_SCOPE_HEADER "tviewport [" + id() + "] " + __func__ |
Definition at line 23 of file viewport.cpp.