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

Wrapper of the ImGui. More...

#include <wrapper_imgui.h>

Collaboration diagram for ImGuiWrapper:
Collaboration graph
[legend]

Public Member Functions

 ~ImGuiWrapper ()
 
bool init (GLFWwindow *window)
 Initialize ImGui and load fonts. More...
 
void render (int w, int h, State &state)
 Render UI. More...
 

Private Attributes

UiMenu menu
 

Detailed Description

Wrapper of the ImGui.

It abstracts the initialization and rendering of the UI.

Definition at line 33 of file wrapper_imgui.h.

Constructor & Destructor Documentation

◆ ~ImGuiWrapper()

ImGuiWrapper::~ImGuiWrapper ( )

Definition at line 9 of file wrapper_imgui.cpp.

Member Function Documentation

◆ init()

bool ImGuiWrapper::init ( GLFWwindow *  window)

Initialize ImGui and load fonts.

Parameters
window
Returns
true
false

Definition at line 17 of file wrapper_imgui.cpp.

Here is the caller graph for this function:

◆ render()

void ImGuiWrapper::render ( int  w,
int  h,
State state 
)

Render UI.

Parameters
input
state

Definition at line 43 of file wrapper_imgui.cpp.

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

Member Data Documentation

◆ menu

UiMenu ImGuiWrapper::menu
private

Definition at line 54 of file wrapper_imgui.h.


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