#include "gui/widgets/text.hpp"
#include "desktop/clipboard.hpp"
#include "gui/core/log.hpp"
#include "serialization/string_utils.hpp"
#include "serialization/unicode.hpp"
#include "utils/functional.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
#define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 27 of file text.cpp.
Referenced by gui2::ttext_::signal_handler_lose_keyboard_focus(), gui2::ttext_::signal_handler_middle_button_click(), gui2::ttext_::signal_handler_receive_keyboard_focus(), and gui2::ttext_::signal_handler_sdl_key_down().
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
Definition at line 26 of file text.cpp.
Referenced by gui2::ttext_::handle_key_backspace(), gui2::ttext_::handle_key_default(), gui2::ttext_::handle_key_delete(), gui2::ttext_::handle_key_end(), gui2::ttext_::handle_key_home(), gui2::ttext_::handle_key_left_arrow(), and gui2::ttext_::handle_key_right_arrow().