#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 <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 | |
typedef std::map< std::string, t_string > | string_map |
using | gui2::iteration::walker_ptr = std::unique_ptr< class walker_base > |
typedef std::map<std::string, t_string> string_map |
Definition at line 26 of file widget.hpp.