yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::CommandManager::CommandInfo Struct Reference

#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
 

Detailed Description

Definition at line 20 of file command_manager.h.

Constructor & Destructor Documentation

◆ CommandInfo() [1/2]

yaze::app::editor::CommandManager::CommandInfo::CommandInfo ( Command command,
char mnemonic,
const std::string & name,
const std::string & desc )
inline

Definition at line 25 of file command_manager.h.

◆ CommandInfo() [2/2]

yaze::app::editor::CommandManager::CommandInfo::CommandInfo ( )
default

Member Data Documentation

◆ command

Command yaze::app::editor::CommandManager::CommandInfo::command

Definition at line 21 of file command_manager.h.

◆ mnemonic

char yaze::app::editor::CommandManager::CommandInfo::mnemonic

Definition at line 22 of file command_manager.h.

◆ name

std::string yaze::app::editor::CommandManager::CommandInfo::name

Definition at line 23 of file command_manager.h.

◆ desc

std::string yaze::app::editor::CommandManager::CommandInfo::desc

Definition at line 24 of file command_manager.h.


The documentation for this struct was generated from the following file: