Implements some helper classes to ease adding fields to a dialog and hide the synchronization needed. More...
#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"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. | |
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.