Searched refs:callback_save_value (Results 1 – 3 of 3) sorted by relevance
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/ |
H A D | modal_dialog.cpp | 125 const std::function<void(bool)> callback_save_value, in register_bool() argument 132 callback_save_value, in register_bool() 158 const std::function<void(const int)> callback_save_value) in register_integer() argument 161 id, mandatory, callback_load_value, callback_save_value); in register_integer() 181 const std::function<void(const std::string&)> callback_save_value, in register_text() argument 185 id, mandatory, callback_load_value, callback_save_value); in register_text()
|
H A D | modal_dialog.hpp | 231 const std::function<void(bool)> callback_save_value = nullptr, 266 const std::function<void(int)> callback_save_value = nullptr); 285 const std::function<void(const std::string&)> callback_save_value = nullptr,
|
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/auxiliary/ |
H A D | field.hpp | 280 const std::function<void(CT)>& callback_save_value) in field() argument 285 , callback_save_value_(callback_save_value) in field() 550 const std::function<void(const bool)>& callback_save_value, in field_bool() argument 554 id, mandatory, callback_load_value, callback_save_value) in field_bool() 599 callback_save_value) in field_text() 601 id, mandatory, callback_load_value, callback_save_value) in field_text()
|