Header for VpsdbCatalog class to display VPSDB pinball table metadata. More...
#include "vpsdb_metadata.h"#include "config/settings.h"#include "vpsdb_catalog_image.h"#include "vpsdb_catalog_json.h"#include "vpsdb_catalog_table.h"#include <SDL2/SDL.h>#include <imgui.h>#include <string>#include <vector>#include <memory>#include <thread>#include <atomic>#include <mutex>#include <queue>
Include dependency graph for vpsdb_catalog_manager.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | vpsdb::VpsdbCatalog |
Header for VpsdbCatalog class to display VPSDB pinball table metadata.
Declares the VpsdbCatalog class, which renders a centered, unmovable, unresizable ImGui panel to display one table's metadata and thumbnails from the VPSDB JSON file, with navigation buttons to cycle through tables. Toggled via a showVpsdb_ boolean in the main app render loop.