Home
last modified time | relevance | path

Searched defs:callback_load_value (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dmodal_dialog.cpp124 const std::function<bool()> callback_load_value, in register_bool()
157 const std::function<int()> callback_load_value, in register_integer()
180 const std::function<std::string()> callback_load_value, in register_text()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/auxiliary/
H A Dfield.hpp279 const std::function<T()>& callback_load_value, in field()
549 const std::function<bool()>& callback_load_value, in field_bool()
597 const std::function<std::string()>& callback_load_value, in field_text()