26 for(PVecLatexObj::iterator it(vecObj.begin()); it != vecObj.end(); ++it){
42 for(PVecLatexObj::iterator it(vecObj.begin()); it != vecObj.end(); ++it){
const std::vector< PLatexObj > & getVecContent() const
Gets the vecContent of the PLatexObj.
const PString & getLink() const
Gets the link of the PLatexObj.
void setParentSec(const PLatexMenu &parentSec)
Sets the parentSec 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 updateParent(POutoutMode &outputMode, PLatexObj &obj, const PLatexMenu &parentMenu)
Update the parent of the sections.