The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
field.hpp File Reference

Implements some helper classes to ease adding fields to a dialog and hide the synchronization needed. More...

#include "gui/auxiliary/find_widget.hpp"
#include "gui/auxiliary/field-fwd.hpp"
#include "gui/widgets/styled_widget.hpp"
#include "gui/widgets/selectable_item.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/widgets/window.hpp"
Include dependency graph for field.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gui2::field_base
 Abstract base class for the fields. More...
 
class  gui2::field< T, W, CT >
 Template class to implement the generic field implementation. More...
 
class  gui2::field_bool
 Specialized field class for boolean. More...
 
class  gui2::field_text
 Specialized field class for text. More...
 
class  gui2::field_label
 Specialized field class for a styled_widget, used for labels and images. More...
 

Namespaces

 gui2
 Generic file dialog.
 

Detailed Description

Implements some helper classes to ease adding fields to a dialog and hide the synchronization needed.

Since some templates are used all is stored in the header.

Definition in file field.hpp.