Searched refs:callback_load_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 | 124 const std::function<bool()> callback_load_value, in register_bool() argument 131 callback_load_value, in register_bool() 157 const std::function<int()> callback_load_value, in register_integer() argument 161 id, mandatory, callback_load_value, callback_save_value); in register_integer() 180 const std::function<std::string()> callback_load_value, in register_text() argument 185 id, mandatory, callback_load_value, callback_save_value); in register_text()
|
H A D | modal_dialog.hpp | 230 const std::function<bool()> callback_load_value = nullptr, 265 const std::function<int()> callback_load_value = nullptr, 284 const std::function<std::string()> callback_load_value = nullptr,
|
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/auxiliary/ |
H A D | field.hpp | 279 const std::function<T()>& callback_load_value, in field() argument 284 , callback_load_value_(callback_load_value) in field() 549 const std::function<bool()>& callback_load_value, in field_bool() argument 554 id, mandatory, callback_load_value, callback_save_value) in field_bool() 597 const std::function<std::string()>& callback_load_value, in field_text() argument 601 id, mandatory, callback_load_value, callback_save_value) in field_text()
|