| attach_to_window(window &window) | gui2::field_base | inline |
| callback_change_ | gui2::field_bool | private |
| callback_load_value_ | gui2::field< bool, selectable_item > | private |
| callback_save_value_ | gui2::field< bool, selectable_item > | private |
| detach_from_window() | gui2::field_base | inline |
| field(const std::string &id, const bool mandatory, const std::function< bool()> &callback_load_value, const std::function< void(CT)> &callback_save_value) | gui2::field< bool, selectable_item > | inline |
| field(const std::string &id, const bool mandatory, bool &linked_variable) | gui2::field< bool, selectable_item > | inline |
| field(const std::string &id, const bool mandatory, const bool &value) | gui2::field< bool, selectable_item > | inline |
| field_base(const std::string &id, const bool mandatory) | gui2::field_base | inline |
| field_bool(const std::string &id, const bool mandatory, const std::function< bool()> &callback_load_value, const std::function< void(const bool)> &callback_save_value, const std::function< void(widget &)> &callback_change, const bool initial_fire) | gui2::field_bool | inline |
| field_bool(const std::string &id, const bool mandatory, bool &linked_variable, const std::function< void(widget &)> &callback_change, const bool initial_fire) | gui2::field_bool | inline |
| finalize_generic() | gui2::field< bool, selectable_item > | inlineprivatevirtual |
| finalize_specialized() | gui2::field_base | inlineprivatevirtual |
| get_widget() | gui2::field_base | inline |
| get_widget() const | gui2::field_base | inline |
| get_widget_value() | gui2::field< bool, selectable_item > | inline |
| id() const | gui2::field_base | inline |
| id_ | gui2::field_base | private |
| init_generic() | gui2::field< bool, selectable_item > | inlineprivatevirtual |
| init_specialized() | gui2::field_bool | inlineprivatevirtual |
| initial_fire_ | gui2::field_bool | private |
| is_mandatory() const | gui2::field_base | inline |
| link_ | gui2::field< bool, selectable_item > | private |
| mandatory_ | gui2::field_base | private |
| restore() | gui2::field< bool, selectable_item > | inlineprivate |
| save(const bool must_be_active) | gui2::field< bool, selectable_item > | inlineprivate |
| set_cache_value(CT value) | gui2::field< bool, selectable_item > | inline |
| set_widget_value(CT value) | gui2::field< bool, selectable_item > | inline |
| validate_widget() | gui2::field< bool, selectable_item > | inlineprivate |
| value_ | gui2::field< bool, selectable_item > | private |
| widget_ | gui2::field_base | private |
| widget_finalize() | gui2::field_base | inline |
| widget_init() | gui2::field_base | inline |
| widget_restore() | gui2::field< bool, selectable_item > | inlinevirtual |
| widget_save() | gui2::field< bool, selectable_item > | inlinevirtual |
| widget_set_enabled(const bool enable, const bool sync) | gui2::field_base | inline |
| ~field_base() | gui2::field_base | inlinevirtual |