34 for(PVecLatexObj::iterator it(vecObj.begin()); it != vecObj.end(); ++it){
46 for(PVecLatexObj::iterator it(vecObj.begin()); it != vecObj.end(); ++it){
const PLatexMenu & getNextSec() const
Gets the nextSec of the PLatexObj.
const std::vector< PLatexObj > & getVecContent() const
Gets the vecContent of the PLatexObj.
const PString & getLink() const
Gets the link of the PLatexObj.
const PLatexMenu & getPrevSec() const
Gets the prevSec of the PLatexObj.
bool isSection(const PLatexObj &obj)
Say if the PLatexObj is a part, charpter, section, subsection or subsubsection.
PString getSectionTitle(POutoutMode &outputMode, const PLatexObj &obj)
Get the title of a part/chapter/section etc.
std::vector< PLatexObj > PVecLatexObj
Vector of obj.
Output mode of the html backend.
void updateNextPrev(POutoutMode &outputMode, PLatexObj &obj, PLatexObj *&lastSec)
Update the next and previous section for the menu.