#include "gui/widgets/slider.hpp"
#include "formatter.hpp"
#include "gui/core/log.hpp"
#include "gui/widgets/window.hpp"
#include "gui/core/register_widget.hpp"
#include "gui/widgets/settings.hpp"
#include "sound.hpp"
#include "gettext.hpp"
#include "wml_exception.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. | |
gui2::implementation | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
#define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
Functions | |
static t_string | gui2::default_value_label_generator (const std::vector< t_string > &value_labels, int item_position, int max) |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file slider.cpp.
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 31 of file slider.cpp.
Referenced by gui2::tslider::calculate_best_size(), gui2::tslider::handle_key_decrease(), gui2::tslider::handle_key_increase(), gui2::tslider::signal_handler_left_button_up(), and gui2::tslider::signal_handler_sdl_key_down().
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
Definition at line 30 of file slider.cpp.
Referenced by gui2::tslider::calculate_best_size().