|
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 () |
|
The documentation for this struct was generated from the following files:
- Karma/src/Karma/KarmaGui/KarmaGui.h
- Karma/src/Karma/KarmaGui/KarmaGui.cpp