#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>
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 std::map<std::string, t_string> string_map |
Definition at line 28 of file widget.hpp.