The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Member Functions | List of all members
hotkey::command_executor Class Referenceabstract

#include <command_executor.hpp>

Inheritance diagram for hotkey::command_executor:
Inheritance graph

Public Member Functions

virtual void cycle_units ()
 
virtual void cycle_back_units ()
 
virtual void end_turn ()
 
virtual void goto_leader ()
 
virtual void unit_hold_position ()
 
virtual void end_unit_turn ()
 
virtual void undo ()
 
virtual void redo ()
 
virtual void terrain_description ()
 
virtual void unit_description ()
 
virtual void rename_unit ()
 
virtual void save_game ()
 
virtual void save_replay ()
 
virtual void save_map ()
 
virtual void load_game ()
 
virtual void toggle_ellipses ()
 
virtual void toggle_grid ()
 
virtual void status_table ()
 
virtual void recall ()
 
virtual void recruit ()
 
virtual void repeat_recruit ()
 
virtual void speak ()
 
virtual void whisper ()
 
virtual void shout ()
 
virtual void create_unit ()
 
virtual void change_side ()
 
virtual void kill_unit ()
 
virtual void preferences ()
 
virtual void objectives ()
 
virtual void unit_list ()
 
virtual void show_statistics ()
 
virtual void stop_network ()
 
virtual void start_network ()
 
virtual void label_terrain (bool)
 
virtual void clear_labels ()
 
virtual void label_settings ()
 
virtual void show_enemy_moves (bool)
 
virtual void toggle_shroud_updates ()
 
virtual void update_shroud_now ()
 
virtual void continue_move ()
 
virtual void search ()
 
virtual void show_help ()
 
virtual void show_chat_log ()
 
virtual void user_command ()
 
virtual void custom_command ()
 
virtual void ai_formula ()
 
virtual void clear_messages ()
 
virtual void change_language ()
 
virtual void play_replay ()
 
virtual void reset_replay ()
 
virtual void stop_replay ()
 
virtual void replay_next_turn ()
 
virtual void replay_next_side ()
 
virtual void replay_next_move ()
 
virtual void replay_show_everything ()
 
virtual void replay_show_each ()
 
virtual void replay_show_team1 ()
 
virtual void replay_skip_animation ()
 
virtual void replay_exit ()
 
virtual void whiteboard_toggle ()
 
virtual void whiteboard_execute_action ()
 
virtual void whiteboard_execute_all_actions ()
 
virtual void whiteboard_delete_action ()
 
virtual void whiteboard_bump_up_action ()
 
virtual void whiteboard_bump_down_action ()
 
virtual void whiteboard_suppose_dead ()
 
virtual void select_hex ()
 
virtual void deselect_hex ()
 
virtual void move_action ()
 
virtual void select_and_action ()
 
virtual void left_mouse_click ()
 
virtual void right_mouse_click ()
 
virtual void toggle_accelerated_speed ()
 
virtual void scroll_up (bool)
 
virtual void scroll_down (bool)
 
virtual void scroll_left (bool)
 
virtual void scroll_right (bool)
 
virtual void lua_console ()
 
virtual void zoom_in ()
 
virtual void zoom_out ()
 
virtual void zoom_default ()
 
virtual void map_screenshot ()
 
virtual void set_button_state ()
 
virtual void recalculate_minimap ()
 
virtual CVideoget_video ()=0
 
virtual std::string get_action_image (hotkey::HOTKEY_COMMAND, int) const
 
virtual ACTION_STATE get_action_state (hotkey::HOTKEY_COMMAND, int) const
 
std::string get_menu_image (display &disp, const std::string &command, int index=-1) const
 
std::vector< std::stringget_menu_images (display &, const std::vector< std::string > &items_arg)
 
virtual void show_menu (const std::vector< std::string > &items_arg, int xloc, int yloc, bool context_menu, display &gui)
 
void execute_action (const std::vector< std::string > &items_arg, int xloc, int yloc, bool context_menu, display &gui)
 
virtual bool can_execute_command (const hotkey_command &command, int index=-1) const =0
 
virtual bool execute_command (const hotkey_command &command, int index=-1, bool press=true)
 

Protected Member Functions

virtual ~command_executor ()
 

Detailed Description

Definition at line 31 of file command_executor.hpp.

Constructor & Destructor Documentation

virtual hotkey::command_executor::~command_executor ( )
inlineprotectedvirtual

Definition at line 35 of file command_executor.hpp.

Member Function Documentation

virtual void hotkey::command_executor::ai_formula ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 83 of file command_executor.hpp.

Referenced by execute_command().

virtual bool hotkey::command_executor::can_execute_command ( const hotkey_command command,
int  index = -1 
) const
pure virtual
virtual void hotkey::command_executor::change_language ( )
inlinevirtual

Definition at line 85 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::change_side ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 63 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::clear_labels ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 72 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::clear_messages ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 84 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::continue_move ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 77 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::create_unit ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 62 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::custom_command ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 82 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::cycle_back_units ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 39 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::cycle_units ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 38 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::deselect_hex ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 105 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::end_turn ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 40 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::end_unit_turn ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 43 of file command_executor.hpp.

Referenced by execute_command().

void hotkey::command_executor::execute_action ( const std::vector< std::string > &  items_arg,
int  xloc,
int  yloc,
bool  context_menu,
display gui 
)
bool hotkey::command_executor::execute_command ( const hotkey_command command,
int  index = -1,
bool  press = true 
)
virtual

Reimplemented in play_controller::hotkey_handler, and editor::editor_controller.

Definition at line 75 of file command_executor.cpp.

References ai_formula(), change_language(), change_side(), clear_labels(), clear_messages(), continue_move(), create_unit(), custom_command(), cycle_back_units(), cycle_units(), deselect_hex(), end_turn(), end_unit_turn(), goto_leader(), hotkey::HOTKEY_ACCELERATED, hotkey::HOTKEY_AI_FORMULA, hotkey::HOTKEY_BEST_ENEMY_MOVES, hotkey::HOTKEY_CHANGE_SIDE, hotkey::HOTKEY_CHAT_LOG, hotkey::HOTKEY_CLEAR_LABELS, hotkey::HOTKEY_CLEAR_MSG, hotkey::HOTKEY_CONTINUE_MOVE, hotkey::HOTKEY_CREATE_UNIT, hotkey::HOTKEY_CUSTOM_CMD, hotkey::HOTKEY_CYCLE_BACK_UNITS, hotkey::HOTKEY_CYCLE_UNITS, hotkey::HOTKEY_DELAY_SHROUD, hotkey::HOTKEY_DESELECT_HEX, hotkey::HOTKEY_END_UNIT_TURN, hotkey::HOTKEY_ENDTURN, hotkey::HOTKEY_HELP, hotkey::HOTKEY_KILL_UNIT, hotkey::HOTKEY_LABEL_SETTINGS, hotkey::HOTKEY_LABEL_TEAM_TERRAIN, hotkey::HOTKEY_LABEL_TERRAIN, hotkey::HOTKEY_LANGUAGE, hotkey::HOTKEY_LEADER, hotkey::HOTKEY_LOAD_GAME, hotkey::HOTKEY_MAP_SCREENSHOT, hotkey::HOTKEY_MOVE_ACTION, hotkey::HOTKEY_OBJECTIVES, hotkey::HOTKEY_PREFERENCES, hotkey::HOTKEY_QUIT_GAME, hotkey::HOTKEY_QUIT_TO_DESKTOP, hotkey::HOTKEY_RECALL, hotkey::HOTKEY_RECRUIT, hotkey::HOTKEY_REDO, hotkey::HOTKEY_RENAME_UNIT, hotkey::HOTKEY_REPEAT_RECRUIT, hotkey::HOTKEY_REPLAY_EXIT, hotkey::HOTKEY_REPLAY_NEXT_MOVE, hotkey::HOTKEY_REPLAY_NEXT_SIDE, hotkey::HOTKEY_REPLAY_NEXT_TURN, hotkey::HOTKEY_REPLAY_PLAY, hotkey::HOTKEY_REPLAY_RESET, hotkey::HOTKEY_REPLAY_SHOW_EACH, hotkey::HOTKEY_REPLAY_SHOW_EVERYTHING, hotkey::HOTKEY_REPLAY_SHOW_TEAM1, hotkey::HOTKEY_REPLAY_SKIP_ANIMATION, hotkey::HOTKEY_REPLAY_STOP, hotkey::HOTKEY_SAVE_GAME, hotkey::HOTKEY_SAVE_MAP, hotkey::HOTKEY_SAVE_REPLAY, hotkey::HOTKEY_SCROLL_DOWN, hotkey::HOTKEY_SCROLL_LEFT, hotkey::HOTKEY_SCROLL_RIGHT, hotkey::HOTKEY_SCROLL_UP, hotkey::HOTKEY_SEARCH, hotkey::HOTKEY_SELECT_AND_ACTION, hotkey::HOTKEY_SELECT_HEX, hotkey::HOTKEY_SHOW_ENEMY_MOVES, hotkey::HOTKEY_SPEAK, hotkey::HOTKEY_SPEAK_ALL, hotkey::HOTKEY_SPEAK_ALLY, hotkey::HOTKEY_START_NETWORK, hotkey::HOTKEY_STATISTICS, hotkey::HOTKEY_STATUS_TABLE, hotkey::HOTKEY_STOP_NETWORK, hotkey::HOTKEY_TERRAIN_DESCRIPTION, hotkey::HOTKEY_TOGGLE_ELLIPSES, hotkey::HOTKEY_TOGGLE_GRID, hotkey::HOTKEY_UNDO, hotkey::HOTKEY_UNIT_DESCRIPTION, hotkey::HOTKEY_UNIT_HOLD_POSITION, hotkey::HOTKEY_UNIT_LIST, hotkey::HOTKEY_UPDATE_SHROUD, hotkey::HOTKEY_USER_CMD, hotkey::HOTKEY_WB_BUMP_DOWN_ACTION, hotkey::HOTKEY_WB_BUMP_UP_ACTION, hotkey::HOTKEY_WB_DELETE_ACTION, hotkey::HOTKEY_WB_EXECUTE_ACTION, hotkey::HOTKEY_WB_EXECUTE_ALL_ACTIONS, hotkey::HOTKEY_WB_SUPPOSE_DEAD, hotkey::HOTKEY_WB_TOGGLE, hotkey::HOTKEY_ZOOM_DEFAULT, hotkey::HOTKEY_ZOOM_IN, hotkey::HOTKEY_ZOOM_OUT, hotkey::hotkey_command::id, kill_unit(), label_settings(), label_terrain(), load_game(), hotkey::LUA_CONSOLE, lua_console(), map_screenshot(), move_action(), objectives(), play_replay(), preferences(), quit_confirmation::quit_to_desktop(), quit_confirmation::quit_to_title(), recall(), recruit(), redo(), rename_unit(), repeat_recruit(), replay_exit(), replay_next_move(), replay_next_side(), replay_next_turn(), replay_show_each(), replay_show_everything(), replay_show_team1(), replay_skip_animation(), reset_replay(), save_game(), save_map(), save_replay(), scroll_down(), scroll_left(), scroll_right(), scroll_up(), search(), select_and_action(), select_hex(), shout(), show_chat_log(), show_enemy_moves(), show_help(), show_statistics(), speak(), start_network(), status_table(), stop_network(), stop_replay(), terrain_description(), toggle_accelerated_speed(), toggle_ellipses(), toggle_grid(), toggle_shroud_updates(), undo(), unit_description(), unit_hold_position(), unit_list(), update_shroud_now(), user_command(), whisper(), whiteboard_bump_down_action(), whiteboard_bump_up_action(), whiteboard_delete_action(), whiteboard_execute_action(), whiteboard_execute_all_actions(), whiteboard_suppose_dead(), whiteboard_toggle(), zoom_default(), zoom_in(), and zoom_out().

Referenced by editor::editor_controller::execute_command(), and hotkey::execute_command().

virtual std::string hotkey::command_executor::get_action_image ( hotkey::HOTKEY_COMMAND  ,
int   
) const
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 127 of file command_executor.hpp.

Referenced by get_menu_image().

virtual ACTION_STATE hotkey::command_executor::get_action_state ( hotkey::HOTKEY_COMMAND  ,
int   
) const
inlinevirtual
std::string hotkey::command_executor::get_menu_image ( display disp,
const std::string command,
int  index = -1 
) const
std::vector< std::string > hotkey::command_executor::get_menu_images ( display disp,
const std::vector< std::string > &  items_arg 
)
virtual CVideo& hotkey::command_executor::get_video ( )
pure virtual
virtual void hotkey::command_executor::goto_leader ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 41 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::kill_unit ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 64 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::label_settings ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 73 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::label_terrain ( bool  )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 71 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::left_mouse_click ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 108 of file command_executor.hpp.

virtual void hotkey::command_executor::load_game ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 52 of file command_executor.hpp.

Referenced by execute_command().

void hotkey::command_executor::lua_console ( )
virtual
virtual void hotkey::command_executor::map_screenshot ( )
inlinevirtual

Reimplemented in hotkey::command_executor_default.

Definition at line 119 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::move_action ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 106 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::objectives ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 66 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::play_replay ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 86 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::preferences ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 65 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::recalculate_minimap ( )
inlinevirtual

Reimplemented in hotkey::command_executor_default.

Definition at line 122 of file command_executor.hpp.

Referenced by hotkey::execute_command().

virtual void hotkey::command_executor::recall ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 56 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::recruit ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 57 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::redo ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 45 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::rename_unit ( )
inlinevirtual

Reimplemented in editor::editor_controller, and playsingle_controller::hotkey_handler.

Definition at line 48 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::repeat_recruit ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 58 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_exit ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 96 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_next_move ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 91 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_next_side ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 90 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_next_turn ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 89 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_show_each ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 93 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_show_everything ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 92 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_show_team1 ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 94 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::replay_skip_animation ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 95 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::reset_replay ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 87 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::right_mouse_click ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 109 of file command_executor.hpp.

virtual void hotkey::command_executor::save_game ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 49 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::save_map ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler, and editor::editor_controller.

Definition at line 51 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::save_replay ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 50 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::scroll_down ( bool  )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 112 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::scroll_left ( bool  )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 113 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::scroll_right ( bool  )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 114 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::scroll_up ( bool  )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 111 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::search ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 78 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::select_and_action ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 107 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::select_hex ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 104 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::set_button_state ( )
inlinevirtual
virtual void hotkey::command_executor::shout ( )
inlinevirtual

Reimplemented in playmp_controller::hotkey_handler.

Definition at line 61 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::show_chat_log ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 80 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::show_enemy_moves ( bool  )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 74 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::show_help ( )
inlinevirtual
void hotkey::command_executor::show_menu ( const std::vector< std::string > &  items_arg,
int  xloc,
int  yloc,
bool  context_menu,
display gui 
)
virtual
virtual void hotkey::command_executor::show_statistics ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 68 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::speak ( )
inlinevirtual

Reimplemented in playmp_controller::hotkey_handler.

Definition at line 59 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::start_network ( )
inlinevirtual

Reimplemented in playmp_controller::hotkey_handler.

Definition at line 70 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::status_table ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 55 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::stop_network ( )
inlinevirtual

Reimplemented in playmp_controller::hotkey_handler.

Definition at line 69 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::stop_replay ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 88 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::terrain_description ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 46 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::toggle_accelerated_speed ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 110 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::toggle_ellipses ( )
inlinevirtual

Reimplemented in play_controller::hotkey_handler.

Definition at line 53 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::toggle_grid ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 54 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::toggle_shroud_updates ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 75 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::undo ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 44 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::unit_description ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 47 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::unit_hold_position ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 42 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::unit_list ( )
inlinevirtual

Reimplemented in editor::editor_controller, and play_controller::hotkey_handler.

Definition at line 67 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::update_shroud_now ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 76 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::user_command ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 81 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whisper ( )
inlinevirtual

Reimplemented in playmp_controller::hotkey_handler.

Definition at line 60 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_bump_down_action ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 102 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_bump_up_action ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 101 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_delete_action ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 100 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_execute_action ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 98 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_execute_all_actions ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 99 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_suppose_dead ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 103 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::whiteboard_toggle ( )
inlinevirtual

Reimplemented in playsingle_controller::hotkey_handler.

Definition at line 97 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::zoom_default ( )
inlinevirtual

Reimplemented in hotkey::command_executor_default.

Definition at line 118 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::zoom_in ( )
inlinevirtual

Reimplemented in hotkey::command_executor_default.

Definition at line 116 of file command_executor.hpp.

Referenced by execute_command().

virtual void hotkey::command_executor::zoom_out ( )
inlinevirtual

Reimplemented in hotkey::command_executor_default.

Definition at line 117 of file command_executor.hpp.

Referenced by execute_command().


The documentation for this class was generated from the following files: