ScummVM API documentation
ImGuiStorage Struct Reference

Classes

struct  ImGuiStoragePair
 

Public Member Functions

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

Public Attributes

ImVector< ImGuiStoragePairData
 

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