R-Type  1.0.1.0
Rewrite of the R-Type game with networking ability
Loading...
Searching...
No Matches
ImGuiStorage Struct Reference
Collaboration diagram for ImGuiStorage:
[legend]

Data Structures

struct  ImGuiStoragePair
 
union  ImGuiStoragePair.__unnamed1__
 

Public Member Functions

IMGUI_API void BuildSortByKey ()
 
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 void * GetVoidPtr (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)
 

Data Fields

ImVector< ImGuiStoragePairData
 

Data Structure Documentation

◆ ImGuiStorage::ImGuiStoragePair.__unnamed1__

union ImGuiStorage::ImGuiStoragePair.__unnamed1__
Data Fields
float val_f
int val_i
void * val_p

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