#include "gui/widgets/slider.hpp"
#include "formatter.hpp"
#include "gettext.hpp"
#include "gui/core/log.hpp"
#include "gui/core/register_widget.hpp"
#include "gui/widgets/settings.hpp"
#include "gui/widgets/window.hpp"
#include "sdl/rect.hpp"
#include "sound.hpp"
#include "utils/math.hpp"
#include "wml_exception.hpp"
#include <functional>
#include <numeric>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
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 16 of file slider.cpp.
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 36 of file slider.cpp.
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
Definition at line 35 of file slider.cpp.