|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
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... | |
ImGUI handler for rendering the scale&transform window.
Definition at line 31 of file ui_scale.h.
| UiScaler::UiScaler | ( | ) |
Definition at line 24 of file ui_scale.cpp.
| void UiScaler::render | ( | State & | state, |
| ImGuiWindowFlags | window_flags | ||
| ) |
Renders window with corresponding scale&transform widgets.
| app | Application context. |
| window_flags | Flags used for rendered window. |
Definition at line 30 of file ui_scale.cpp.


|
inline |
Enables window to render.
Definition at line 44 of file ui_scale.h.
| bool UiScaler::show_window |
If the scale&transform window should be rendered.
Definition at line 34 of file ui_scale.h.
|
staticconstexpr |
Width of the sliders in the table.
Definition at line 37 of file ui_scale.h.