Method |
__init__ |
Initializes the configuration. |
Method |
cleanup |
Perform clean-up. |
Method |
get_bool |
Gets boolean value, convert from string. |
Method |
get_float |
Gets float value, convert from string. |
Method |
get_generic |
Gets some "_key"-"_value" of data type "_type". |
Method |
get_int |
Gets integer value, convert from string. |
Method |
get_point |
Gets a single 3D point, convert from string. |
Method |
get_points |
Gets list of 3D points, convert from string. |
Method |
get_str |
Reads a configuration value. |
Method |
load |
Loads the default configuration. |
Method |
load_file |
Loads the configuration from file. |
Method |
on_changed |
Gets called when the configuration was loaded, saved or changed. |
Method |
remove_key |
Removes a key from the configuration. |
Method |
save_file |
Saves the configuration to file. |
Method |
set_bool |
Sets boolean value, convert to string. |
Method |
set_float |
Sets float value, convert to string. |
Method |
set_generic |
Sets some "_key"-"_value" of data type "_type". |
Method |
set_get_bool |
If value is not None, writes and returns key-value; otherwise (if value is None), reads and returns key-value. |
Method |
set_get_dict |
If "values" is None, reads and returns all key-values in "types". Note: The actual keys saved in the configuration file are prefixed with "prefix", and suffixed with "suffix". |
Method |
set_get_float |
If value is not None, writes and returns key-value; otherwise (if value is None), reads and returns key-value. |
Method |
set_get_int |
If value is not None, writes and returns key-value; otherwise (if value is None), reads and returns key-value. |
Method |
set_get_point |
If value is not None, writes and returns key-value; otherwise (if value is None), reads and returns key-value. |
Method |
set_get_points |
If value is not None, writes and returns key-value; otherwise (if value is None), reads and returns key-value. |
Method |
set_get_str |
If value is not None, writes and returns key-value; otherwise (if value is None), reads and returns key-value. |
Method |
set_int |
Sets integer value, convert to string. |
Method |
set_point |
Sets a single 3D point, convert to string. |
Method |
set_points |
Sets list of 3D points, convert to string. |
Method |
set_str |
Writes a configuration value. |
Class Variable |
DebugAccess |
Undocumented |
Instance Variable |
filename |
Undocumented |
Instance Variable |
synced |
Undocumented |
Instance Variable |
_parser |
Undocumented |