![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "platexobj_utils.h"
Go to the source code of this file.
Functions | |
void | updateParent (POutoutMode &outputMode, PLatexObj &obj) |
Update the parent of the sections. More... | |
void | updateParent (POutoutMode &outputMode, PLatexObj &obj, const PLatexMenu &parentMenu) |
Update the parent of the sections. More... | |
void updateParent | ( | POutoutMode & | outputMode, |
PLatexObj & | obj | ||
) |
Update the parent of the sections.
[out] | outputMode | : output mode of the html backend |
[out] | obj | : PLatexObj to be udpated |
Definition at line 37 of file updateParent.cpp.
References PLatexObj::getLink(), PLatexObj::getVecContent(), isSection(), PLatexMenu::setLink(), PLatexMenu::setText(), and updateParent().
void updateParent | ( | POutoutMode & | outputMode, |
PLatexObj & | obj, | ||
const PLatexMenu & | parentMenu | ||
) |
Update the parent of the sections.
[out] | outputMode | : output mode of the html backend |
[out] | obj | : PLatexObj to be udpated |
parentMenu | : reference, link and title of the parent section |
Definition at line 16 of file updateParent.cpp.
References PLatexObj::getLink(), getSectionTitle(), PLatexObj::getVecContent(), isSection(), PLatexMenu::setLink(), PLatexObj::setParentSec(), and PLatexMenu::setText().
Referenced by processAllFile(), and updateParent().