![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
void | platexobj_updateFileName (PLatexObj &obj) |
Update the fileName of the PLatexObj part,chapter,section,subsection,subsubsection. More... | |
void | platexobj_updateLink (PLatexObj &obj) |
Update the html link. More... | |
void | platexobj_updateLink (PLatexObj &obj, const PPath &htmlFile) |
Update the html link. More... | |
void platexobj_updateFileName | ( | PLatexObj & | obj | ) |
Update the fileName of the PLatexObj part,chapter,section,subsection,subsubsection.
[out] | obj | : PLatexObj to be updated |
Definition at line 14 of file platexobj_updateFileName.cpp.
References PLatexType::FILE, PLatexObj::getId(), PLatexObj::getType(), PLatexObj::getVecContent(), PLatexObj::getVecSecNumber(), isSection(), PLatexObj::setLink(), and valueToString().
Referenced by processAllFile().
void platexobj_updateLink | ( | PLatexObj & | obj | ) |
Update the html link.
[out] | obj | : PLatexObj to be updated |
Definition at line 59 of file platexobj_updateFileName.cpp.
References platexobj_updateLink().
Update the html link.
[out] | obj | : PLatexObj to be updated |
htmlFile | : link of the current file |
Definition at line 39 of file platexobj_updateFileName.cpp.
References PLatexType::FILE, PLatexObj::getId(), PLatexObj::getLink(), PLatexObj::getType(), PLatexObj::getVecContent(), isSection(), PLatexObj::setLink(), and valueToString().
Referenced by platexobj_updateLink(), and processAllFile().