The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
widget.hpp File Reference
#include "gui/core/event/dispatcher.hpp"
#include "gui/core/point.hpp"
#include "gui/widgets/event_executor.hpp"
#include "sdl/utils.hpp"
#include <boost/noncopyable.hpp>
#include <string>
Include dependency graph for widget.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gui2::twidget
 Base class for all widgets. More...
 
class  gui2::twidget::tvisible
 Visibility settings done by the user. More...
 
class  gui2::twidget::tredraw_action
 Visibility set by the engine. More...
 

Namespaces

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

Typedefs

typedef std::map< std::string,
t_string
string_map
 

Typedef Documentation

typedef std::map<std::string, t_string> string_map

Definition at line 28 of file widget.hpp.