27 opener.SetTitle(
"Open file");
37 if (
opener.HasSelected()) {
40 }
catch (std::exception &e) {
48 ImGui::Begin(
"Loading error",
nullptr, window_flags);
50 if (ImGui::Button(
"OK"))
void parse_generic(const std::string &filename, DataModel &dm)
Parses data from input file.
Storage of data of used algorithms and input events.
ImGui::FileBrowser opener
ImGui file system dialog window handler.
std::string loading_error
Error message of the loading file that will be shown in the error window.
UiLoader()
Initializes opener settings.
void render(State &state, ImGuiWindowFlags window_flags)
Renders open file dialog window.