| Command typedef | yaze::editor::CommandManager | |
| CommandManager()=default | yaze::editor::CommandManager | |
| commands_ | yaze::editor::CommandManager | private |
| current_prefix_ | yaze::editor::CommandManager | private |
| ExecuteCommand(const std::string &shortcut) | yaze::editor::CommandManager | inline |
| GetCurrentPrefix() const | yaze::editor::CommandManager | inline |
| HandleWhichKeyInput() | yaze::editor::CommandManager | |
| IsWhichKeyActive() const | yaze::editor::CommandManager | inline |
| LoadKeybindings(const std::string &filepath) | yaze::editor::CommandManager | |
| RegisterCommand(const std::string &shortcut, Command command, char mnemonic, const std::string &name, const std::string &desc) | yaze::editor::CommandManager | inline |
| RegisterPrefix(const std::string &group_name, const char prefix, const std::string &name, const std::string &desc) | yaze::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::editor::CommandManager | inline |
| SaveKeybindings(const std::string &filepath) | yaze::editor::CommandManager | |
| ShowWhichKey() | yaze::editor::CommandManager | |
| ShowWhichKeyHierarchical() | yaze::editor::CommandManager | |
| whichkey_active_ | yaze::editor::CommandManager | private |
| whichkey_timer_ | yaze::editor::CommandManager | private |
| ~CommandManager()=default | yaze::editor::CommandManager | |