|
| gui_ini (std::string filename) |
|
bool | has (std::string category, std::string key) |
|
std::string | get_string (std::string category, std::string key, std::string default_value) |
|
bool | get_bool (std::string category, std::string key) |
|
float | get_float (std::string category, std::string key) |
|
int | get_int (std::string category, std::string key) |
|
gui_color | get_color (std::string category, std::string key, gui_color default_value) |
|
gui_size | get_size (std::string category, std::string key, gui_size default_value) |
|
gui_rect | get_rect (std::string category, std::string key, gui_rect default_value) |
|
void | put_string (std::string category, std::string key, std::string) |
|
void | put_bool (std::string category, std::string key, bool value) |
|
void | put_float (std::string category, std::string key, float value) |
|
void | put_int (std::string category, std::string key, int value) |
|
void | save (std::string filename) |
|
void | load (std::string filename) |
|
void | clear () |
|
The documentation for this class was generated from the following file: