prepare for color scheme import/export chamges
this includes a small refactor of the settings mechanism
This commit is contained in:
parent
231a76d50b
commit
f46aa5cbfd
4 changed files with 451 additions and 420 deletions
|
|
@ -702,6 +702,9 @@ class DivEngine {
|
|||
double getConfDouble(String key, double fallback);
|
||||
String getConfString(String key, String fallback);
|
||||
|
||||
// get config object
|
||||
DivConfig& getConfObject();
|
||||
|
||||
// set a config value
|
||||
void setConf(String key, bool value);
|
||||
void setConf(String key, int value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue