openMSX
|
#include <ImGuiSymbols.hh>
Public Member Functions | |
FileInfo (std::string f, std::string e, SymbolFile::Type t, std::optional< int > s) | |
Public Attributes | |
std::string | filename |
std::string | error |
SymbolFile::Type | type |
std::optional< int > | slot |
Definition at line 30 of file ImGuiSymbols.hh.
|
inline |
Definition at line 31 of file ImGuiSymbols.hh.
std::string openmsx::ImGuiSymbols::FileInfo::error |
Definition at line 35 of file ImGuiSymbols.hh.
std::string openmsx::ImGuiSymbols::FileInfo::filename |
Definition at line 34 of file ImGuiSymbols.hh.
Referenced by openmsx::ImGuiSymbols::paint().
std::optional<int> openmsx::ImGuiSymbols::FileInfo::slot |
Definition at line 37 of file ImGuiSymbols.hh.
SymbolFile::Type openmsx::ImGuiSymbols::FileInfo::type |
Definition at line 36 of file ImGuiSymbols.hh.