openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::ImGuiMedia::MediaItem Struct Reference

#include <ImGuiMedia.hh>

Collaboration diagram for openmsx::ImGuiMedia::MediaItem:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const MediaItem &) const =default
 

Public Attributes

std::string name
 
std::vector< std::string > ipsPatches
 
RomType romType = RomType::UNKNOWN
 

Detailed Description

Definition at line 71 of file ImGuiMedia.hh.

Member Function Documentation

◆ operator==()

bool openmsx::ImGuiMedia::MediaItem::operator== ( const MediaItem ) const
default

Member Data Documentation

◆ ipsPatches

std::vector<std::string> openmsx::ImGuiMedia::MediaItem::ipsPatches

Definition at line 73 of file ImGuiMedia.hh.

Referenced by openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().

◆ name

std::string openmsx::ImGuiMedia::MediaItem::name

Definition at line 72 of file ImGuiMedia.hh.

Referenced by openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().

◆ romType

RomType openmsx::ImGuiMedia::MediaItem::romType = RomType::UNKNOWN

Definition at line 74 of file ImGuiMedia.hh.

Referenced by openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().


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