1#ifndef PLAYFIELD_OVERLAY_H
2#define PLAYFIELD_OVERLAY_H
42 IAssetManager* assetManager, std::function<
void()> refreshUICallback);
74 void ResetMetadataFlags();
77 const std::vector<TableData>* tables_;
78 size_t* currentIndex_;
82 bool showMetadataPanel_;
83 bool resetMetadataFlags_ =
false;
84 std::function<void()> refreshUICallback_;
93 void renderScrollbar();
The IAssetManager interface provides methods to manage and access various assets used in the applicat...
Definition iasset_manager.h:36
Interface for configuration services (forward declaration).
Definition iconfig_service.h:30
Interface for managing SDL windows and renderers.
Definition iwindow_manager.h:27
Manages ImGui-based UI overlays for the playfield display.
Definition playfield_overlay.h:24
void updateSettings(const Settings &settings)
Updates overlay settings.
Definition playfield_overlay.cpp:73
bool isMetadataPanelVisible() const
Checks if the metadata panel is visible.
Definition playfield_overlay.h:60
void render()
Renders all ImGui overlay elements.
Definition playfield_overlay.cpp:85
Defines the IAssetManager interface for managing assets in ASAPCabinetFE.
Defines the IConfigService interface for managing configuration in ASAPCabinetFE.
Defines the IWindowManager interface for managing SDL windows and renderers in ASAPCabinetFE.
Defines the TableData struct for storing VPX table metadata and media paths.