BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Functions
utils_imgui.hpp File Reference
#include "frame_stats.h"
#include <imgui.h>
#include <string>
#include <vector>
Include dependency graph for utils_imgui.hpp:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ reset_button()

static bool reset_button ( )
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.

Returns
true If the button was pressed.
false If the button was not pressed.

Definition at line 59 of file utils_imgui.hpp.

Here is the caller graph for this function:

◆ tooltip()

static void tooltip ( const char *  text)
static

ImGUI wrapper for setting tooltip.

Call this after the widget you want to use the tooltip on.

Parameters
textTooltip text.

Definition at line 36 of file utils_imgui.hpp.

Here is the caller graph for this function: