![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "TexTimetable.h"
Go to the source code of this file.
Functions | |
void | pspeaker_tex (std::vector< PLatexObj > &vecContent, const PTimeTable &timetable) |
Save all speakers of the given PTimeTable into a vector of PLatexObj. More... | |
void | pspeaker_tex (std::vector< PLatexObj > &vecContent, const std::vector< PLatexSpeaker > &vecSpeaker, const PString §ionLabel) |
Save all speakers of the given PTimeTable into a vector of PLatexObj. More... | |
void pspeaker_tex | ( | std::vector< PLatexObj > & | vecContent, |
const PTimeTable & | timetable | ||
) |
Save all speakers of the given PTimeTable into a vector of PLatexObj.
[out] | vecContent | : vector of PLatexObj to be completed |
timetable | : PTimeTable to be used |
Definition at line 66 of file pspeaker_tex.cpp.
References PTimeTable::getInvitation(), PTimeTable::getVecSpeaker(), and pspeaker_tex().
void pspeaker_tex | ( | std::vector< PLatexObj > & | vecContent, |
const std::vector< PLatexSpeaker > & | vecSpeaker, | ||
const PString & | sectionLabel | ||
) |
Save all speakers of the given PTimeTable into a vector of PLatexObj.
[out] | vecContent | : vector of PLatexObj to be completed |
vecSpeaker | : vector of PLatexSpeaker to be saved | |
sectionLabel | : label of the created Chapter section |
Definition at line 53 of file pspeaker_tex.cpp.
References PLatexType::CHAPTER, platexobj_createSection(), platexobj_createText(), platexobj_parseStr(), and pspeaker_texSpeaker().
Referenced by PConfigParser::parseSaveSpeaker(), pspeaker_tex(), and ptimetable_tex().