The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
helper.hpp File Reference
#include "gui/widgets/scrollbar_container.hpp"
#include <string>
#include <vector>
Include dependency graph for helper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gui2
 A class inherited from ttext_box that displays its input as stars.
 
 gui2::implementation
 

Functions

unsigned gui2::implementation::get_v_align (const std::string &v_align)
 Returns the vertical alignment. More...
 
unsigned gui2::implementation::get_h_align (const std::string &h_align)
 Returns the horizontal alignment. More...
 
unsigned gui2::implementation::get_border (const std::vector< std::string > &borders)
 Returns the border flags. More...
 
unsigned gui2::implementation::read_flags (const config &cfg)
 Returns the placement/resize flags. More...
 
tscrollbar_container::tscrollbar_mode gui2::implementation::get_scrollbar_mode (const std::string &scrollbar_mode)
 Returns the scrollbar mode flags. More...
 
int gui2::implementation::get_retval (const std::string &retval_id, const int retval, const std::string &id)
 Returns the return value for a widget. More...