The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Variables
textbox.cpp File Reference
#include "global.hpp"
#include "widgets/textbox.hpp"
#include "desktop/clipboard.hpp"
#include "log.hpp"
#include "sdl/alpha.hpp"
#include "sdl/rect.hpp"
#include "serialization/string_utils.hpp"
#include "video.hpp"
Include dependency graph for textbox.cpp:

Go to the source code of this file.

Namespaces

 gui
 General purpose widgets.
 

Macros

#define GETTEXT_DOMAIN   "wesnoth-lib"
 
#define WRN_DP   LOG_STREAM(warn, log_display)
 
#define DBG_G   LOG_STREAM(debug, lg::general())
 

Variables

static lg::log_domain log_display ("display")
 

Macro Definition Documentation

#define DBG_G   LOG_STREAM(debug, lg::general())

Definition at line 29 of file textbox.cpp.

Referenced by gui::textbox::handle_text_input().

#define GETTEXT_DOMAIN   "wesnoth-lib"

Definition at line 15 of file textbox.cpp.

#define WRN_DP   LOG_STREAM(warn, log_display)

Variable Documentation

lg::log_domain log_display("display")
static