![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
void | checkLoadFromConfig () |
Check load from config. More... | |
void | convertBoolType () |
CHeck the phoenix_convertBoolType. More... | |
int | main (int argc, char **argv) |
void checkLoadFromConfig | ( | ) |
Check load from config.
Definition at line 26 of file main.cpp.
References DicoValue::getMapChild(), DicoValue::getVecChild(), DicoValue::hasKey(), DicoValue::hasMap(), DicoValue::hasVec(), phoenix_assert, phoenix_check(), phoenix_get_string(), phoenix_get_vecstring(), phoenix_load_value_from_config< bool >(), phoenix_load_value_from_dico(), phoenix_load_value_from_dico< bool >(), phoenix_save_value_to_dico< bool >(), DicoValue::setKey(), and DicoValue::setValue().
Referenced by main().
void convertBoolType | ( | ) |
CHeck the phoenix_convertBoolType.
Definition at line 13 of file main.cpp.
References phoenix_assert, and phoenix_convertBoolType().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 83 of file main.cpp.
References checkLoadFromConfig(), and convertBoolType().