openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::ImGuiSymbols::FileInfo Struct Reference

#include <ImGuiSymbols.hh>

Collaboration diagram for openmsx::ImGuiSymbols::FileInfo:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 30 of file ImGuiSymbols.hh.

Constructor & Destructor Documentation

◆ FileInfo()

openmsx::ImGuiSymbols::FileInfo::FileInfo ( std::string  f,
std::string  e,
SymbolFile::Type  t,
std::optional< int >  s 
)
inline

Definition at line 31 of file ImGuiSymbols.hh.

Member Data Documentation

◆ error

std::string openmsx::ImGuiSymbols::FileInfo::error

Definition at line 35 of file ImGuiSymbols.hh.

◆ filename

std::string openmsx::ImGuiSymbols::FileInfo::filename

Definition at line 34 of file ImGuiSymbols.hh.

Referenced by openmsx::ImGuiSymbols::paint().

◆ slot

std::optional<int> openmsx::ImGuiSymbols::FileInfo::slot

Definition at line 37 of file ImGuiSymbols.hh.

◆ type

SymbolFile::Type openmsx::ImGuiSymbols::FileInfo::type

Definition at line 36 of file ImGuiSymbols.hh.


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