Classes | Public Member Functions | Public Attributes | List of all members
ImGuiStorage Struct Reference

#include <imgui.h>

Classes

struct  Pair
 

Public Member Functions

IMGUI_API void Clear ()
 
IMGUI_API bool GetBool (ImGuiID key, bool default_val=false) const
 
IMGUI_API bool * GetBoolRef (ImGuiID key, bool default_val=false)
 
IMGUI_API float GetFloat (ImGuiID key, float default_val=0.0f) const
 
IMGUI_API float * GetFloatRef (ImGuiID key, float default_val=0.0f)
 
IMGUI_API int GetInt (ImGuiID key, int default_val=0) const
 
IMGUI_API int * GetIntRef (ImGuiID key, int default_val=0)
 
IMGUI_API voidGetVoidPtr (ImGuiID key) const
 
IMGUI_API void ** GetVoidPtrRef (ImGuiID key, void *default_val=NULL)
 
IMGUI_API void SetAllInt (int val)
 
IMGUI_API void SetBool (ImGuiID key, bool val)
 
IMGUI_API void SetFloat (ImGuiID key, float val)
 
IMGUI_API void SetInt (ImGuiID key, int val)
 
IMGUI_API void SetVoidPtr (ImGuiID key, void *val)
 

Public Attributes

ImVector< PairData
 

Detailed Description

Definition at line 1023 of file imgui.h.

Member Function Documentation

void ImGuiStorage::Clear ( )

Definition at line 1293 of file imgui.cpp.

bool ImGuiStorage::GetBool ( ImGuiID  key,
bool  default_val = false 
) const

Definition at line 1329 of file imgui.cpp.

bool * ImGuiStorage::GetBoolRef ( ImGuiID  key,
bool  default_val = false 
)

Definition at line 1359 of file imgui.cpp.

float ImGuiStorage::GetFloat ( ImGuiID  key,
float  default_val = 0.0f 
) const

Definition at line 1334 of file imgui.cpp.

float * ImGuiStorage::GetFloatRef ( ImGuiID  key,
float  default_val = 0.0f 
)

Definition at line 1364 of file imgui.cpp.

int ImGuiStorage::GetInt ( ImGuiID  key,
int  default_val = 0 
) const

Definition at line 1321 of file imgui.cpp.

int * ImGuiStorage::GetIntRef ( ImGuiID  key,
int  default_val = 0 
)

Definition at line 1351 of file imgui.cpp.

void * ImGuiStorage::GetVoidPtr ( ImGuiID  key) const

Definition at line 1342 of file imgui.cpp.

void ** ImGuiStorage::GetVoidPtrRef ( ImGuiID  key,
void default_val = NULL 
)

Definition at line 1372 of file imgui.cpp.

void ImGuiStorage::SetAllInt ( int  val)

Definition at line 1419 of file imgui.cpp.

void ImGuiStorage::SetBool ( ImGuiID  key,
bool  val 
)

Definition at line 1392 of file imgui.cpp.

void ImGuiStorage::SetFloat ( ImGuiID  key,
float  val 
)

Definition at line 1397 of file imgui.cpp.

void ImGuiStorage::SetInt ( ImGuiID  key,
int  val 
)

Definition at line 1381 of file imgui.cpp.

void ImGuiStorage::SetVoidPtr ( ImGuiID  key,
void val 
)

Definition at line 1408 of file imgui.cpp.

Member Data Documentation

ImVector<Pair> ImGuiStorage::Data

Definition at line 1033 of file imgui.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32