yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::CommandManager::CommandGroup Struct Reference

#include <command_manager.h>

Collaboration diagram for yaze::editor::CommandManager::CommandGroup:

Public Member Functions

 CommandGroup ()=default
 
 CommandGroup (CommandInfo main)
 

Public Attributes

CommandInfo main_command
 
std::unordered_map< std::string, CommandInfosubcommands
 

Detailed Description

Definition at line 41 of file command_manager.h.

Constructor & Destructor Documentation

◆ CommandGroup() [1/2]

yaze::editor::CommandManager::CommandGroup::CommandGroup ( )
default

◆ CommandGroup() [2/2]

yaze::editor::CommandManager::CommandGroup::CommandGroup ( CommandInfo  main)
inline

Definition at line 46 of file command_manager.h.

Member Data Documentation

◆ main_command

CommandInfo yaze::editor::CommandManager::CommandGroup::main_command

Definition at line 42 of file command_manager.h.

◆ subcommands

std::unordered_map<std::string, CommandInfo> yaze::editor::CommandManager::CommandGroup::subcommands

Definition at line 43 of file command_manager.h.


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