![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "updateNextPrev.h"
Go to the source code of this file.
Functions | |
void | updateNextPrev (POutoutMode &outputMode, PLatexObj &obj) |
Update the next and previous section for the menu. More... | |
void | updateNextPrev (POutoutMode &outputMode, PLatexObj &obj, PLatexObj *&lastSec) |
Update the next and previous section for the menu. More... | |
void updateNextPrev | ( | POutoutMode & | outputMode, |
PLatexObj & | obj | ||
) |
Update the next and previous section for the menu.
[out] | outputMode | : output mode of the html backend |
[out] | obj | : PLatexObj to be updated |
Definition at line 43 of file updateNextPrev.cpp.
References PLatexObj::getVecContent(), and updateNextPrev().
void updateNextPrev | ( | POutoutMode & | outputMode, |
PLatexObj & | obj, | ||
PLatexObj *& | lastSec | ||
) |
Update the next and previous section for the menu.
[out] | outputMode | : output mode of the html backend |
[out] | obj | : PLatexObj to be updated |
[out] | lastSec | : last section |
Definition at line 15 of file updateNextPrev.cpp.
References PLatexObj::getLink(), PLatexObj::getNextSec(), PLatexObj::getPrevSec(), getSectionTitle(), PLatexObj::getVecContent(), isSection(), PLatexMenu::setLink(), and PLatexMenu::setText().
Referenced by processAllFile(), and updateNextPrev().