Public Member Functions | |
command (command_handler h, const std::string help="", const std::string &usage="", const std::string flags="") | |
bool | has_flag (const char f) const |
command & | add_flag (const char f) |
Public Attributes | |
command_handler | handler |
std::string | help |
std::string | usage |
std::string | flags |
Definition at line 1923 of file menu_events.cpp.
events::map_command_handler< Worker >::command::command | ( | command_handler | h, | |
const std::string | help = "" , |
|||
const std::string & | usage = "" , |
|||
const std::string | flags = "" | |||
) | [inline, explicit] |
Definition at line 1929 of file menu_events.cpp.
bool events::map_command_handler< Worker >::command::has_flag | ( | const char | f | ) | const [inline] |
Definition at line 1934 of file menu_events.cpp.
Referenced by events::console_handler::get_command_flags_description(), and events::console_handler::is_enabled().
command& events::map_command_handler< Worker >::command::add_flag | ( | const char | f | ) | [inline] |
Definition at line 1938 of file menu_events.cpp.
command_handler events::map_command_handler< Worker >::command::handler |
Definition at line 1925 of file menu_events.cpp.
std::string events::map_command_handler< Worker >::command::help |
Definition at line 1926 of file menu_events.cpp.
std::string events::map_command_handler< Worker >::command::usage |
Definition at line 1927 of file menu_events.cpp.
std::string events::map_command_handler< Worker >::command::flags |
Definition at line 1928 of file menu_events.cpp.
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |