The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Typedefs
widget.hpp File Reference
#include "color.hpp"
#include "gui/core/event/dispatcher.hpp"
#include "gui/widgets/event_executor.hpp"
#include "scripting/lua_ptr.hpp"
#include "sdl/point.hpp"
#include "sdl/rect.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::widget
 Base class for all widgets. More...
 

Namespaces

 gui2
 Generic file dialog.
 
 gui2::iteration
 

Typedefs

using gui2::widget_item = std::map< std::string, t_string >
 
using gui2::widget_data = std::map< std::string, widget_item >
 
using gui2::iteration::walker_ptr = std::unique_ptr< class walker_base >