The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs | Functions
widget_definition.hpp File Reference
#include "config.hpp"
#include "font_options.hpp"
#include "gui/core/canvas.hpp"
Include dependency graph for widget_definition.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gui2::tstate_definition
 Contains the state info for a resolution. More...
 
struct  gui2::tresolution_definition_
 Base class of a resolution, contains the common keys for a resolution. More...
 
struct  gui2::tcontrol_definition
 

Namespaces

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

Typedefs

typedef boost::intrusive_ptr
< tresolution_definition_ > 
gui2::tresolution_definition_ptr
 
typedef boost::intrusive_ptr
< const
tresolution_definition_ > 
gui2::tresolution_definition_const_ptr
 
typedef boost::intrusive_ptr
< tcontrol_definition > 
gui2::tcontrol_definition_ptr
 

Functions

template<class T >
const T & gui2::cast (tresolution_definition_const_ptr ptr)
 Casts a tresolution_definition_const_ptr to another type. More...