|
Functions |
int | wf_property_exists (int section, char *token) |
int | wf_read_int (int section, char *token, int def) |
double | wf_read_length (int section, char *token, double def) |
double | wf_read_angle (int section, char *token, double def) |
double | wf_read_float (int section, char *token, double def) |
const char * | wf_read_tuple_string (int section, char *token, int index, char *def) |
double | wf_read_tuple_float (int section, char *token, int index, double def) |
double | wf_read_tuple_length (int section, char *token, int index, double def) |
double | wf_read_tuple_angle (int section, char *token, int index, double def) |
const char * | wf_read_string (int section, char *token, char *def) |
void | wf_write_int (int section, char *token, int value) |
void | wf_write_length (int section, char *token, double value) |
void | wf_write_angle (int section, char *token, double value) |
void | wf_write_float (int section, char *token, double value) |
void | wf_write_tuple_string (int section, char *token, int index, char *value) |
void | wf_write_tuple_float (int section, char *token, int index, double value) |
void | wf_write_tuple_length (int section, char *token, int index, double value) |
void | wf_write_tuple_angle (int section, char *token, int index, double value) |
void | wf_write_string (int section, char *token, char *value) |
void | wf_save (void) |
void | wf_load (char *path) |
int | wf_section_count (void) |
const char * | wf_get_section_type (int section) |
int | wf_get_parent_section (int section) |
const char * | wf_get_filename (void) |