This is the complete list of members for gui2::dialogs::surrender_quit, including all inherited members.
get_retval() const | gui2::dialogs::modal_dialog | inline |
get_window() const | gui2::dialogs::modal_dialog | inline |
modal_dialog() | gui2::dialogs::modal_dialog | |
register_bool(const std::string &id, const bool mandatory, const std::function< bool()> callback_load_value=nullptr, const std::function< void(bool)> callback_save_value=nullptr, const std::function< void(widget &)> callback_change=nullptr, const bool initial_fire=false) | gui2::dialogs::modal_dialog | protected |
register_bool(const std::string &id, const bool mandatory, bool &linked_variable, const std::function< void(widget &)> callback_change=nullptr, const bool initial_fire=false) | gui2::dialogs::modal_dialog | protected |
register_field(Args &&... args) | gui2::dialogs::modal_dialog | protected |
register_image(const std::string &id, const bool mandatory, const std::string &filename) | gui2::dialogs::modal_dialog | inlineprotected |
register_integer(const std::string &id, const bool mandatory, const std::function< int()> callback_load_value=nullptr, const std::function< void(int)> callback_save_value=nullptr) | gui2::dialogs::modal_dialog | protected |
register_integer(const std::string &id, const bool mandatory, int &linked_variable) | gui2::dialogs::modal_dialog | protected |
register_label(const std::string &id, const bool mandatory, const std::string &text, const bool use_markup=false) | gui2::dialogs::modal_dialog | protected |
register_text(const std::string &id, const bool mandatory, const std::function< std::string()> callback_load_value=nullptr, const std::function< void(const std::string &)> callback_save_value=nullptr, const bool capture_focus=false) | gui2::dialogs::modal_dialog | protected |
register_text(const std::string &id, const bool mandatory, std::string &linked_variable, const bool capture_focus=false) | gui2::dialogs::modal_dialog | protected |
set_allow_plugin_skip(const bool allow_plugin_skip) | gui2::dialogs::modal_dialog | inline |
set_always_save_fields(const bool always_save_fields) | gui2::dialogs::modal_dialog | inline |
set_restore(const bool restore) | gui2::dialogs::modal_dialog | inline |
set_retval(int retval) | gui2::dialogs::modal_dialog | |
set_show_even_without_video(const bool show_even_without_video) | gui2::dialogs::modal_dialog | inline |
show(const unsigned auto_close_time=0) | gui2::dialogs::modal_dialog | |
surrender_quit() | gui2::dialogs::surrender_quit | |
window_ | gui2::dialogs::modal_dialog | protected |
window_id() const override | gui2::dialogs::surrender_quit | privatevirtual |
~modal_dialog() | gui2::dialogs::modal_dialog | virtual |