2#include "tables/itable_loader.h"
18 bool shouldExit()
const {
return exitRequested_; }
26 std::vector<TableData> tables_;
27 std::mutex tableMutex_;
28 bool loading_ =
false;
29 bool exitRequested_ =
false;
Minimal ImGui-based spreadsheet view for table management. Uses shared ASAPCabinetFE interfaces for t...
Definition editor_ui.h:14
Interface for configuration services (forward declaration).
Definition iconfig_service.h:30
Interface for loading table data.
Definition itable_loader.h:15
Defines the IConfigService interface for managing configuration in ASAPCabinetFE.