#include "gui/widgets/generator_private.hpp"#include "gui/widgets/window.hpp"#include "wml_exception.hpp"
Go to the source code of this file.
Namespaces | |
| gui2 | |
| A class inherited from ttext_box that displays its input as stars. | |
| gui2::policy | |
| Contains the policies for the tgenerator class. | |
| gui2::policy::minimum_selection | |
| Contains the policy for the minimum 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. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | GENERATE_PLACEMENT |
| #define | GENERATE_SELECT |
| #define | GENERATE_MAXIMUM |
| #define | GENERATE_BODY |
| #define GENERATE_BODY |
Definition at line 792 of file generator.cpp.
Referenced by gui2::tgenerator_::build().
| #define GENERATE_MAXIMUM |
Definition at line 779 of file generator.cpp.
| #define GENERATE_PLACEMENT |
Definition at line 732 of file generator.cpp.
| #define GENERATE_SELECT |
Definition at line 766 of file generator.cpp.
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file generator.cpp.
1.8.8