BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Go to the source code of this file.
Functions | |
static void | tooltip (const char *text) |
ImGUI wrapper for setting tooltip. More... | |
static bool | reset_button () |
ImGUI wrapper for reset button. More... | |
|
static |
ImGUI wrapper for reset button.
It does not reset anything. It just creates button and returns if the button was pressed. It is on the user to reset the data after the button was pressed.
Definition at line 59 of file utils_imgui.hpp.
|
static |
ImGUI wrapper for setting tooltip.
Call this after the widget you want to use the tooltip on.
text | Tooltip text. |
Definition at line 36 of file utils_imgui.hpp.