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

ImGUI handler for rendering the scale&transform window. More...

#include <ui_scale.h>

Public Member Functions

 UiScaler ()
 
void show ()
 Enables window to render. More...
 
void render (State &state, ImGuiWindowFlags window_flags)
 Renders window with corresponding scale&transform widgets. More...
 

Public Attributes

bool show_window
 If the scale&transform window should be rendered. More...
 

Static Public Attributes

static constexpr float slider_width = 150.0f
 Width of the sliders in the table. More...
 

Detailed Description

ImGUI handler for rendering the scale&transform window.

Definition at line 31 of file ui_scale.h.

Constructor & Destructor Documentation

◆ UiScaler()

UiScaler::UiScaler ( )

Definition at line 24 of file ui_scale.cpp.

Member Function Documentation

◆ render()

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

Renders window with corresponding scale&transform widgets.

Parameters
appApplication context.
window_flagsFlags used for rendered window.

Definition at line 30 of file ui_scale.cpp.

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

◆ show()

void UiScaler::show ( )
inline

Enables window to render.

Definition at line 44 of file ui_scale.h.

Member Data Documentation

◆ show_window

bool UiScaler::show_window

If the scale&transform window should be rendered.

Definition at line 34 of file ui_scale.h.

◆ slider_width

constexpr float UiScaler::slider_width = 150.0f
staticconstexpr

Width of the sliders in the table.

Definition at line 37 of file ui_scale.h.


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