#include <imgui.h>
Definition at line 707 of file imgui.h.
union ImGuiStorage::Pair.__unnamed__ |
Definition at line 712 of file imgui.h.
Class Members |
int |
val_i |
|
float |
val_f |
|
void * |
val_p |
|
void ImGuiStorage::Clear |
( |
| ) |
|
int ImGuiStorage::GetInt |
( |
ImGuiID |
key, |
|
|
int |
default_val = 0 |
|
) |
| const |
void ImGuiStorage::SetInt |
( |
ImGuiID |
key, |
|
|
int |
val |
|
) |
| |
float ImGuiStorage::GetFloat |
( |
ImGuiID |
key, |
|
|
float |
default_val = 0.0f |
|
) |
| const |
void ImGuiStorage::SetFloat |
( |
ImGuiID |
key, |
|
|
float |
val |
|
) |
| |
void * ImGuiStorage::GetVoidPtr |
( |
ImGuiID |
key | ) |
const |
void ImGuiStorage::SetVoidPtr |
( |
ImGuiID |
key, |
|
|
void * |
val |
|
) |
| |
int * ImGuiStorage::GetIntRef |
( |
ImGuiID |
key, |
|
|
int |
default_val = 0 |
|
) |
| |
float * ImGuiStorage::GetFloatRef |
( |
ImGuiID |
key, |
|
|
float |
default_val = 0 |
|
) |
| |
void ImGuiStorage::SetAllInt |
( |
int |
val | ) |
|
The documentation for this struct was generated from the following files: