openMSX
|
#include <ImGuiMedia.hh>
Public Attributes | |
MediaItem | edit |
int | patchIndex = -1 |
circular_buffer< MediaItem > | recent {HISTORY_SIZE} |
Static Public Attributes | |
static constexpr size_t | HISTORY_SIZE = 8 |
Definition at line 81 of file ImGuiMedia.hh.
MediaItem openmsx::ImGuiMedia::ItemGroup::edit |
Definition at line 84 of file ImGuiMedia.hh.
Referenced by openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().
|
staticconstexpr |
Definition at line 82 of file ImGuiMedia.hh.
int openmsx::ImGuiMedia::ItemGroup::patchIndex = -1 |
Definition at line 85 of file ImGuiMedia.hh.
circular_buffer<MediaItem> openmsx::ImGuiMedia::ItemGroup::recent {HISTORY_SIZE} |
Definition at line 86 of file ImGuiMedia.hh.
Referenced by openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().