#include "color.hpp"
#include "gui/core/event/dispatcher.hpp"
#include "gui/widgets/event_executor.hpp"
#include "gui/widgets/helper.hpp"
#include "scripting/lua_ptr.hpp"
#include "sdl/point.hpp"
#include "sdl/rect.hpp"
#include "wml_exception.hpp"
#include <string>
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 > |