Home
last modified time | relevance | path

Searched refs:HOTKEY_WB_EXECUTE_ALL_ACTIONS (Results 1 – 5 of 5) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_command.hpp78 HOTKEY_WB_EXECUTE_ACTION, HOTKEY_WB_EXECUTE_ALL_ACTIONS, enumerator
H A Dhotkey_handler_sp.cpp272 case hotkey::HOTKEY_WB_EXECUTE_ALL_ACTIONS: in can_execute_command()
H A Dcommand_executor.cpp307 case HOTKEY_WB_EXECUTE_ALL_ACTIONS: in do_execute_command()
H A Dhotkey_command.cpp149 …{ HOTKEY_WB_EXECUTE_ALL_ACTIONS, "wbexecuteallactions", N_("whiteboard^Execute All Actions"), fals…
/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dmanager.cpp123 …st hotkey::hotkey_item& hk_execute_all = hotkey::get_hotkey(hotkey::HOTKEY_WB_EXECUTE_ALL_ACTIONS); in print_help_once()