#include "gui/widgets/generator.hpp"#include "gui/auxiliary/iterator/walker.hpp"#include "gui/widgets/grid.hpp"#include "gui/widgets/selectable_item.hpp"#include "gui/widgets/toggle_button.hpp"#include "gui/widgets/toggle_panel.hpp"#include "gui/widgets/window.hpp"#include "wml_exception.hpp"#include <cassert>Go to the source code of this file.
Namespaces | |
| gui2 | |
| Generic file dialog. | |
| gui2::policy | |
| Contains the policies for the generator class. | |
| gui2::policy::minimum_selection | |
| Contains the policy for the minimum number of selected items. | |
| gui2::policy::maximum_selection | |
| Contains the policy for the maximum number of selected items. | |
| gui2::policy::placement | |
| Controls how new items are placed. | |
| gui2::policy::select_action | |
| Contains the policy for which action to take when an item is selected or deselected. | |