Public Types | |
typedef map_command_handler< console_handler > | chmap |
Public Types inherited from events::map_command_handler< console_handler > | |
typedef void(Worker::* | command_handler) () |
typedef std::map< std::string, command > | command_map |
typedef std::map< std::string, std::string > | command_alias_map |
Public Member Functions | |
console_handler (menu_handler &menu_handler) | |
Public Member Functions inherited from events::map_command_handler< console_handler > | |
map_command_handler () | |
virtual | ~map_command_handler () |
bool | empty () const |
void | dispatch (std::string cmd) |
std::vector< std::string > | get_commands_list () const |
void | command_failed (const std::string &message, bool=false) |
Protected Member Functions | |
virtual void | register_command (const std::string &cmd, chat_command_handler::command_handler h, const std::string &help="", const std::string &usage="", const std::string &flags="") |
virtual void | register_alias (const std::string &to_cmd, const std::string &cmd) |
virtual std::string | get_arg (unsigned i) const |
virtual std::string | get_cmd () const |
virtual std::string | get_data (unsigned n=1) const |
void | do_refresh () |
void | do_droid () |
void | do_terrain () |
void | do_idle () |
void | do_theme () |
void | do_control () |
void | do_controller () |
void | do_clear () |
void | do_foreground () |
void | do_layers () |
void | do_fps () |
void | do_benchmark () |
void | do_save () |
void | do_save_quit () |
void | do_quit () |
void | do_ignore_replay_errors () |
void | do_nosaves () |
void | do_next_level () |
void | do_choose_level () |
void | do_turn () |
void | do_turn_limit () |
void | do_debug () |
void | do_nodebug () |
void | do_lua () |
void | do_unsafe_lua () |
void | do_custom () |
void | do_set_alias () |
void | do_set_var () |
void | do_show_var () |
void | do_inspect () |
void | do_control_dialog () |
void | do_unit () |
void | do_discover () |
void | do_undiscover () |
void | do_create () |
Implements the (debug mode) console command that creates a unit. More... | |
void | do_fog () |
void | do_shroud () |
void | do_gold () |
void | do_event () |
void | do_toggle_draw_coordinates () |
void | do_toggle_draw_terrain_codes () |
void | do_toggle_draw_num_of_bitmaps () |
void | do_toggle_whiteboard () |
void | do_whiteboard_options () |
std::string | get_flags_description () const |
std::string | get_command_flags_description (const chmap::command &c) const |
bool | is_enabled (const chmap::command &c) const |
void | print (const std::string &title, const std::string &message) |
void | init_map () |
std::string | get_command_flags_description (const map_command_handler< chat_command_handler >::command &c) const |
Protected Member Functions inherited from events::map_command_handler< console_handler > | |
void | init_map_default () |
virtual std::string | get_command_flags_description (const command &) const |
virtual bool | is_enabled (const command &) const |
virtual void | parse_cmd (const std::string &cmd_string) |
void | command_failed_need_arg (int argn) |
void | print_usage () |
std::string | get_actual_cmd (const std::string &cmd) const |
const command * | get_command (const std::string &cmd) const |
command * | get_command (const std::string &cmd) |
void | help () |
bool | help_command (const std::string &acmd) |
Private Attributes | |
menu_handler & | menu_handler_ |
const unsigned int | team_num_ |
Private Attributes inherited from events::map_command_handler< chat_command_handler > | |
cmd_arg_parser | cap_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from events::map_command_handler< console_handler > | |
static void | set_help_on_unknown (bool value) |
static void | set_cmd_prefix (const std::string &value) |
static void | set_cmd_flag (bool value) |
static const std::vector< std::string > | get_aliases (const std::string &cmd) |
Protected Attributes inherited from events::map_command_handler< console_handler > | |
cmd_arg_parser | cap_ |
Private Types inherited from events::chat_command_handler | |
typedef map_command_handler< chat_command_handler > | map |
Private Types inherited from events::map_command_handler< chat_command_handler > | |
typedef void(Worker::* | command_handler) () |
typedef std::map< std::string, command > | command_map |
typedef std::map< std::string, std::string > | command_alias_map |
Private Member Functions inherited from events::chat_command_handler | |
chat_command_handler (chat_handler &chathandler, bool allies_only) | |
void | do_emote () |
void | do_network_send () |
void | do_network_send (const std::string &data) |
void | do_network_send_req_arg () |
void | do_whisper () |
void | do_log () |
void | do_ignore () |
void | do_friend () |
void | do_remove () |
void | do_display () |
void | do_version () |
void | do_clear_messages () |
void | do_mp_report () |
void | do_info () |
Request information about a user from the server. More... | |
std::string | get_command_flags_description (const map_command_handler< chat_command_handler >::command &c) const |
bool | is_enabled (const map_command_handler< chat_command_handler >::command &c) const |
Private Member Functions inherited from events::map_command_handler< chat_command_handler > | |
map_command_handler () | |
virtual | ~map_command_handler () |
bool | empty () const |
void | dispatch (std::string cmd) |
std::vector< std::string > | get_commands_list () const |
void | command_failed (const std::string &message, bool=false) |
void | init_map_default () |
virtual std::string | get_command_flags_description (const command &) const |
virtual bool | is_enabled (const command &) const |
virtual void | parse_cmd (const std::string &cmd_string) |
void | command_failed_need_arg (int argn) |
void | print_usage () |
std::string | get_actual_cmd (const std::string &cmd) const |
const command * | get_command (const std::string &cmd) const |
command * | get_command (const std::string &cmd) |
void | help () |
bool | help_command (const std::string &acmd) |
Static Private Member Functions inherited from events::map_command_handler< chat_command_handler > | |
static void | set_help_on_unknown (bool value) |
static void | set_cmd_prefix (const std::string &value) |
static void | set_cmd_flag (bool value) |
static const std::vector< std::string > | get_aliases (const std::string &cmd) |
Definition at line 1072 of file menu_events.cpp.
Definition at line 1076 of file menu_events.cpp.
|
inline |
Definition at line 1077 of file menu_events.cpp.
|
protected |
Definition at line 1755 of file menu_events.cpp.
References display::DEBUG_BENCHMARK.
|
protected |
Definition at line 1791 of file menu_events.cpp.
References _(), config::child_range(), id, synced_context::run_and_throw(), gui2::dialogs::simple_item_selector::selected_index(), gui2::dialogs::simple_item_selector::set_selected_index(), gui2::dialogs::modal_dialog::show(), and markup::tag().
|
protected |
Definition at line 1718 of file menu_events.cpp.
|
protected |
Definition at line 1644 of file menu_events.cpp.
References VGETTEXT.
|
protected |
Definition at line 1961 of file menu_events.cpp.
|
protected |
Definition at line 1686 of file menu_events.cpp.
References string_enums::enum_base< Definition >::get_string(), print(), and VGETTEXT.
|
protected |
Implements the (debug mode) console command that creates a unit.
Definition at line 2029 of file menu_events.cpp.
References _(), unit_type_data::find(), events::mouse_handler::get_last_hex(), play_controller::get_mouse_handler_base(), loc, events::mouse_handler::pc_, and unit_types.
|
protected |
Definition at line 1901 of file menu_events.cpp.
References prefs::get().
|
protected |
Definition at line 1857 of file menu_events.cpp.
References _(), game_config::mp_debug, print(), and game_config::set_debug().
|
protected |
Definition at line 2012 of file menu_events.cpp.
References prefs::encountered_units(), prefs::get(), i, unit_type_data::types(), and unit_types.
|
protected |
Definition at line 1454 of file menu_events.cpp.
References _(), prefs::get(), prefs::login(), print(), and VGETTEXT.
|
protected |
Definition at line 2062 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 2047 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 1723 of file menu_events.cpp.
References display::DEBUG_FOREGROUND.
|
protected |
Definition at line 1750 of file menu_events.cpp.
References prefs::get(), and prefs::set_show_fps().
|
protected |
Definition at line 2057 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 1586 of file menu_events.cpp.
References VGETTEXT.
|
protected |
Definition at line 1776 of file menu_events.cpp.
References game_config::ignore_replay_errors.
|
protected |
Definition at line 1954 of file menu_events.cpp.
References vconfig::empty_vconfig(), and resources::game_events.
|
protected |
Definition at line 1729 of file menu_events.cpp.
References events::mouse_handler::get_last_hex(), play_controller::get_mouse_handler_base(), loc, and events::mouse_handler::pc_.
|
protected |
Definition at line 1875 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 1786 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 1867 of file menu_events.cpp.
References _(), game_config::debug, print(), and game_config::set_debug().
|
protected |
Definition at line 1781 of file menu_events.cpp.
References game_config::disable_autosave.
|
protected |
Definition at line 1771 of file menu_events.cpp.
References throw_quit_game_exception().
|
protected |
Definition at line 1445 of file menu_events.cpp.
References image::flush_cache(), and sound::flush_cache().
|
protected |
Definition at line 1760 of file menu_events.cpp.
|
protected |
Definition at line 1765 of file menu_events.cpp.
|
protected |
Definition at line 1906 of file menu_events.cpp.
References prefs::add_alias(), data, utils::find(), prefs::get(), print(), and prefs::write_preferences().
|
protected |
Definition at line 1931 of file menu_events.cpp.
References _(), data, utils::find(), and synced_context::run_and_throw().
|
protected |
Definition at line 1949 of file menu_events.cpp.
References gui2::show_transient_message().
|
protected |
Definition at line 2052 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 1567 of file menu_events.cpp.
References events::mouse_handler::get_last_hex(), play_controller::get_mouse_handler_base(), loc, events::mouse_handler::pc_, synced_context::run_and_throw(), map_location::wml_x(), and map_location::wml_y().
|
protected |
Definition at line 1624 of file menu_events.cpp.
References prefs::get(), and prefs::show_theme_dialog().
|
protected |
Definition at line 2067 of file menu_events.cpp.
References display::DEBUG_COORDINATES.
|
protected |
Definition at line 2078 of file menu_events.cpp.
References display::DEBUG_NUM_BITMAPS.
|
protected |
Definition at line 2072 of file menu_events.cpp.
References display::DEBUG_TERRAIN_CODES.
|
protected |
Definition at line 2084 of file menu_events.cpp.
|
protected |
Definition at line 1839 of file menu_events.cpp.
References data, synced_context::run_and_throw(), and tod_manager::turn().
|
protected |
Definition at line 1851 of file menu_events.cpp.
References synced_context::run_and_throw().
|
protected |
Definition at line 2019 of file menu_events.cpp.
References _(), gui2::CANCEL, prefs::encountered_units(), prefs::get(), gui2::show_message(), and gui2::dialogs::message::yes_no_buttons.
|
protected |
Definition at line 1966 of file menu_events.cpp.
References events::commands_disabled, data, string_enums::enum_base< Definition >::get_enum(), i, loc, synced_context::run_and_throw(), utils::split(), utils::STRIP_SPACES, VGETTEXT, map_location::wml_x(), and map_location::wml_y().
|
protected |
Definition at line 1884 of file menu_events.cpp.
References _(), gui2::OK, gui2::dialogs::message::ok_cancel_buttons, print(), and gui2::show_message().
|
protected |
Definition at line 2097 of file menu_events.cpp.
|
inlineprotectedvirtual |
Reimplemented from events::map_command_handler< console_handler >.
Definition at line 1106 of file menu_events.cpp.
References i.
|
inlineprotectedvirtual |
Reimplemented from events::map_command_handler< console_handler >.
Definition at line 1111 of file menu_events.cpp.
|
inlineprotected |
Definition at line 1181 of file menu_events.cpp.
|
inlineprotected |
Definition at line 54 of file chat_command_handler.hpp.
|
inlineprotectedvirtual |
Reimplemented from events::map_command_handler< console_handler >.
Definition at line 1116 of file menu_events.cpp.
References n.
|
inlineprotectedvirtual |
Reimplemented from events::chat_command_handler.
Definition at line 1175 of file menu_events.cpp.
References _().
|
inlineprotectedvirtual |
Reimplemented from events::chat_command_handler.
Definition at line 1204 of file menu_events.cpp.
References _(), and prefs::get().
|
inlineprotected |
Definition at line 1191 of file menu_events.cpp.
References c, game_config::debug, synced_context::get_synced_state(), mp::logged_in_as_moderator(), and synced_context::UNSYNCED.
|
inlineprotectedvirtual |
Reimplemented from events::chat_command_handler.
Definition at line 1199 of file menu_events.cpp.
|
inlineprotectedvirtual |
Reimplemented from events::map_command_handler< console_handler >.
Definition at line 1101 of file menu_events.cpp.
|
inlineprotectedvirtual |
Reimplemented from events::map_command_handler< console_handler >.
Definition at line 1092 of file menu_events.cpp.
References h.
|
private |
Definition at line 1318 of file menu_events.cpp.
|
private |
Definition at line 1319 of file menu_events.cpp.