openMSX
|
#include <ImGuiMachine.hh>
Public Attributes | |
std::string | configName |
std::string | displayName |
std::vector< std::pair< std::string, std::string > > | configInfo |
std::optional< std::string > | testResult |
Definition at line 16 of file ImGuiMachine.hh.
std::vector<std::pair<std::string, std::string> > openmsx::ImGuiMachine::MachineInfo::configInfo |
Definition at line 19 of file ImGuiMachine.hh.
std::string openmsx::ImGuiMachine::MachineInfo::configName |
Definition at line 17 of file ImGuiMachine.hh.
std::string openmsx::ImGuiMachine::MachineInfo::displayName |
Definition at line 18 of file ImGuiMachine.hh.
std::optional<std::string> openmsx::ImGuiMachine::MachineInfo::testResult |
Definition at line 20 of file ImGuiMachine.hh.