openMSX
Public Attributes | Static Public Attributes | List of all members
openmsx::ImGuiMedia::ItemGroup Struct Reference

#include <ImGuiMedia.hh>

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

Public Attributes

MediaItem edit
 
int patchIndex = -1
 
circular_buffer< MediaItemrecent {HISTORY_SIZE}
 

Static Public Attributes

static constexpr size_t HISTORY_SIZE = 8
 

Detailed Description

Definition at line 79 of file ImGuiMedia.hh.

Member Data Documentation

◆ edit

MediaItem openmsx::ImGuiMedia::ItemGroup::edit

Definition at line 82 of file ImGuiMedia.hh.

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

◆ HISTORY_SIZE

constexpr size_t openmsx::ImGuiMedia::ItemGroup::HISTORY_SIZE = 8
staticconstexpr

Definition at line 80 of file ImGuiMedia.hh.

◆ patchIndex

int openmsx::ImGuiMedia::ItemGroup::patchIndex = -1

Definition at line 83 of file ImGuiMedia.hh.

◆ recent

circular_buffer<MediaItem> openmsx::ImGuiMedia::ItemGroup::recent {HISTORY_SIZE}

Definition at line 84 of file ImGuiMedia.hh.

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


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