This is the complete list of members for yaze::app::editor::CommandManager, including all inherited members.
Command typedef | yaze::app::editor::CommandManager | |
commands_ | yaze::app::editor::CommandManager | private |
ExecuteCommand(const std::string &shortcut) | yaze::app::editor::CommandManager | inline |
LoadKeybindings(const std::string &filepath) | yaze::app::editor::CommandManager | |
RegisterCommand(const std::string &shortcut, Command command, char mnemonic, const std::string &name, const std::string &desc) | yaze::app::editor::CommandManager | inline |
RegisterPrefix(const std::string &group_name, const char prefix, const std::string &name, const std::string &desc) | yaze::app::editor::CommandManager | inline |
RegisterSubcommand(const std::string &group_name, const std::string &shortcut, const char mnemonic, const std::string &name, const std::string &desc, Command command) | yaze::app::editor::CommandManager | inline |
SaveKeybindings(const std::string &filepath) | yaze::app::editor::CommandManager | |
ShowWhichKey() | yaze::app::editor::CommandManager |