#include <command_manager.h>
Public Member Functions | |
CommandInfo (Command command, char mnemonic, const std::string &name, const std::string &desc) | |
CommandInfo ()=default | |
Public Attributes | |
Command | command |
char | mnemonic |
std::string | name |
std::string | desc |
Definition at line 22 of file command_manager.h.
|
inline |
|
default |
Command yaze::editor::CommandManager::CommandInfo::command |
Definition at line 23 of file command_manager.h.
Referenced by CommandInfo().
char yaze::editor::CommandManager::CommandInfo::mnemonic |
Definition at line 24 of file command_manager.h.
Referenced by CommandInfo().
std::string yaze::editor::CommandManager::CommandInfo::name |
Definition at line 25 of file command_manager.h.
Referenced by CommandInfo().
std::string yaze::editor::CommandManager::CommandInfo::desc |
Definition at line 26 of file command_manager.h.
Referenced by CommandInfo().