![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
bool | ptimetable_load (PTimeTable &timetable, const PPath &configFile) |
Load the PTimeTable with a toml configuration. More... | |
bool | ptimetable_loadSpeaker (std::vector< PLatexSpeaker > &vecSpeaker, const PPath &configFile) |
Load the PTimeTable with a toml configuration. More... | |
bool ptimetable_load | ( | PTimeTable & | timetable, |
const PPath & | configFile | ||
) |
Load the PTimeTable with a toml configuration.
[out] | timetable | : PTimeTable to be updated |
configFile | : configuration file to be used |
Definition at line 158 of file ptimtable_load.cpp.
References PTimeTable::getLocation(), DicoValue::getMap(), PTimeTable::getName(), PTimeTable::getVecSpeaker(), parser_toml(), ptimetable_loadBlock(), ptimetable_loadSpeaker(), ptimetable_loadString(), ptimetable_parseLatexAttribute(), ptimetable_parsePLatexDate(), PTimeTable::setBeginDate(), PTimeTable::setEndDate(), PTimeTable::setInvitation(), and PTimeTable::setMainUrl().
Referenced by PConfigParser::parseTimeTable().
bool ptimetable_loadSpeaker | ( | std::vector< PLatexSpeaker > & | vecSpeaker, |
const PPath & | configFile | ||
) |
Load the PTimeTable with a toml configuration.
[out] | timetable | : PTimeTable to be updated |
configFile | : configuration file to be used |
Definition at line 140 of file ptimtable_load.cpp.
References parser_toml(), and ptimetable_loadSpeaker().