|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
ImGUI handler for rendering the color settings window. More...
#include <ui_color.h>
Public Member Functions | |
| UiColorSettings () | |
| void | show () |
| Enables window to render. More... | |
| void | render (State &state, ImGuiWindowFlags window_flags) |
| Renders window with corresponding color settings widgets. More... | |
Public Attributes | |
| bool | show_window |
| If the color settings window should be rendered. More... | |
ImGUI handler for rendering the color settings window.
Definition at line 30 of file ui_color.h.
| UiColorSettings::UiColorSettings | ( | ) |
Definition at line 28 of file ui_color.cpp.
| void UiColorSettings::render | ( | State & | state, |
| ImGuiWindowFlags | window_flags | ||
| ) |
Renders window with corresponding color settings widgets.
| app | Application context. |
| window_flags | Flags used for rendered window. |
Definition at line 34 of file ui_color.cpp.


|
inline |
Enables window to render.
Definition at line 40 of file ui_color.h.
| bool UiColorSettings::show_window |
If the color settings window should be rendered.
Definition at line 33 of file ui_color.h.