Karma Engine
Loading...
Searching...
No Matches
KarmaGuiStorage Struct Reference
Collaboration diagram for KarmaGuiStorage:

Classes

struct  ImGuiStoragePair
 

Public Member Functions

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

Public Attributes

KGVector< ImGuiStoragePairData
 

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