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

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...
 

Detailed Description

ImGUI handler for rendering the color settings window.

Definition at line 30 of file ui_color.h.

Constructor & Destructor Documentation

◆ UiColorSettings()

UiColorSettings::UiColorSettings ( )

Definition at line 28 of file ui_color.cpp.

Member Function Documentation

◆ render()

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

Renders window with corresponding color settings widgets.

Parameters
appApplication context.
window_flagsFlags used for rendered window.

Definition at line 34 of file ui_color.cpp.

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

◆ show()

void UiColorSettings::show ( )
inline

Enables window to render.

Definition at line 40 of file ui_color.h.

Member Data Documentation

◆ show_window

bool UiColorSettings::show_window

If the color settings window should be rendered.

Definition at line 33 of file ui_color.h.


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