#include "gui/widgets/helper.hpp"#include "gui/auxiliary/log.hpp"#include "gui/widgets/settings.hpp"#include "formula_string_utils.hpp"#include "SDL_ttf.h"
Go to the source code of this file.
Namespaces | |
| namespace | gui2 |
A class inherited from ttext_box that displays its input as stars. | |
Defines | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
| bool | gui2::init () |
| Initializes the gui subsystems. | |
| SDL_Rect | gui2::create_rect (const tpoint &origin, const tpoint &size) |
| Creates a rectangle. | |
| std::ostream & | gui2::operator<< (std::ostream &stream, const tpoint &point) |
| unsigned | gui2::decode_font_style (const std::string &style) |
| Converts a font style string to a font style. | |
| Uint32 | gui2::decode_color (const std::string &color) |
| Converts a color string to a color. | |
| PangoAlignment | gui2::decode_text_alignment (const std::string &alignment) |
| Converts a text alignment string to a text alignment. | |
| std::string | gui2::encode_text_alignment (const PangoAlignment alignment) |
| Converts a text alignment to its string representation. | |
| t_string | gui2::missing_widget (const std::string &id) |
| Returns a default error message if a mandatory widget is omitted. | |
| void | gui2::get_screen_size_variables (game_logic::map_formula_callable &variable) |
| Gets a formula object with the screen size. | |
| game_logic::map_formula_callable | gui2::get_screen_size_variables () |
| Gets a formula object with the screen size. | |
| tpoint | gui2::get_mouse_position () |
| Returns the current mouse position. | |
| std::string | gui2::debug_truncate (const std::string &text) |
| Returns a truncated version of the text. | |
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file helper.cpp.
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:04:58 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |