#include <map_command_handler.hpp>
Classes | |
struct | command |
Public Types | |
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 | |
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 | |
void | init_map_default () |
virtual void | init_map ()=0 |
virtual void | print (const std::string &title, const std::string &message)=0 |
virtual std::string | get_flags_description () const |
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) |
virtual std::string | get_arg (unsigned argn) const |
virtual std::string | get_data (unsigned argn=1) const |
virtual std::string | get_cmd () const |
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) |
virtual void | register_command (const std::string &cmd, 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) |
Static Protected Member Functions | |
static void | set_help_on_unknown (bool value) |
static void | set_cmd_prefix (const std::string &value) |
static const std::vector< std::string > | get_aliases (const std::string &cmd) |
Protected Attributes | |
cmd_arg_parser | cap_ |
Static Private Attributes | |
static command_map | command_map_ {} |
static command_alias_map | command_alias_map_ {} |
static bool | help_on_unknown_ = true |
static bool | show_unavailable_ = false |
static std::string | cmd_prefix_ {} |
Definition at line 122 of file map_command_handler.hpp.
typedef std::map<std::string, std::string> events::map_command_handler< Worker >::command_alias_map |
Definition at line 148 of file map_command_handler.hpp.
typedef void(Worker::* events::map_command_handler< Worker >::command_handler) () |
Definition at line 125 of file map_command_handler.hpp.
typedef std::map<std::string, command> events::map_command_handler< Worker >::command_map |
Definition at line 147 of file map_command_handler.hpp.
|
inline |
Definition at line 150 of file map_command_handler.hpp.
|
inlinevirtual |
Definition at line 154 of file map_command_handler.hpp.
|
inline |
Definition at line 238 of file map_command_handler.hpp.
|
inlineprotected |
Definition at line 292 of file map_command_handler.hpp.
|
inline |
Definition at line 161 of file map_command_handler.hpp.
Referenced by events::menu_handler::do_command(), and events::menu_handler::get_commands_list().
|
inline |
Definition at line 156 of file map_command_handler.hpp.
|
inlineprotected |
Definition at line 303 of file map_command_handler.hpp.
|
inlinestaticprotected |
Definition at line 410 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Reimplemented in events::console_handler.
Definition at line 279 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Reimplemented in events::console_handler.
Definition at line 288 of file map_command_handler.hpp.
|
inlineprotected |
Definition at line 308 of file map_command_handler.hpp.
|
inlineprotected |
Definition at line 313 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Definition at line 264 of file map_command_handler.hpp.
|
inline |
Definition at line 229 of file map_command_handler.hpp.
Referenced by events::menu_handler::get_commands_list().
|
inlineprotectedvirtual |
Reimplemented in events::console_handler.
Definition at line 284 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Reimplemented in events::console_handler, and events::chat_command_handler.
Definition at line 259 of file map_command_handler.hpp.
|
inlineprotected |
Definition at line 318 of file map_command_handler.hpp.
|
inlineprotected |
Definition at line 348 of file map_command_handler.hpp.
|
protectedpure virtual |
Implemented in events::console_handler, and events::chat_command_handler.
|
inlineprotected |
Definition at line 243 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Definition at line 270 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Definition at line 274 of file map_command_handler.hpp.
|
protectedpure virtual |
Implemented in events::console_handler, and events::chat_command_handler.
|
inlineprotected |
Definition at line 298 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Reimplemented in events::console_handler.
Definition at line 403 of file map_command_handler.hpp.
|
inlineprotectedvirtual |
Reimplemented in events::console_handler.
Definition at line 391 of file map_command_handler.hpp.
|
inlinestaticprotected |
Definition at line 387 of file map_command_handler.hpp.
|
inlinestaticprotected |
Definition at line 382 of file map_command_handler.hpp.
|
protected |
Definition at line 379 of file map_command_handler.hpp.
|
inlinestaticprivate |
Definition at line 426 of file map_command_handler.hpp.
|
inlinestaticprivate |
Definition at line 423 of file map_command_handler.hpp.
|
inlinestaticprivate |
Definition at line 422 of file map_command_handler.hpp.
|
inlinestaticprivate |
Definition at line 424 of file map_command_handler.hpp.
|
inlinestaticprivate |
Definition at line 425 of file map_command_handler.hpp.