BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
UiLoader Struct Reference

ImGUI handler for rendering the open file dialog window. More...

#include <ui_load.h>

Public Member Functions

 UiLoader ()
 Initializes opener settings. More...
 
void show ()
 Enables window to render. More...
 
void render (State &state, ImGuiWindowFlags window_flags)
 Renders open file dialog window. More...
 

Public Attributes

ImGui::FileBrowser opener
 ImGui file system dialog window handler. More...
 
std::string loading_error
 Error message of the loading file that will be shown in the error window. More...
 

Detailed Description

ImGUI handler for rendering the open file dialog window.

Definition at line 33 of file ui_load.h.

Constructor & Destructor Documentation

◆ UiLoader()

UiLoader::UiLoader ( )

Initializes opener settings.

Definition at line 25 of file ui_load.cpp.

Member Function Documentation

◆ render()

void UiLoader::render ( State state,
ImGuiWindowFlags  window_flags 
)

Renders open file dialog window.

Parameters
appApplication context.
window_flagsFlags used for rendered window.

Definition at line 33 of file ui_load.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ show()

void UiLoader::show ( )
inline

Enables window to render.

Definition at line 50 of file ui_load.h.

Member Data Documentation

◆ loading_error

std::string UiLoader::loading_error

Error message of the loading file that will be shown in the error window.

Definition at line 39 of file ui_load.h.

◆ opener

ImGui::FileBrowser UiLoader::opener

ImGui file system dialog window handler.

Definition at line 36 of file ui_load.h.


The documentation for this struct was generated from the following files: