![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "platexobj_formulae.h"
Go to the source code of this file.
Functions | |
PString | platexobj_menuToHtml (const PFullMenu &menu, const PString ¤tLink, bool isBibliography) |
Convert a PFullMenu to html. More... | |
PString | platexobj_menuToHtmlChapter (const PFullMenu &menu, const PString ¤tLink, const PString &indentation) |
PFullMenu | platexobj_toMenu (const PLatexObj &obj, const PLatexObj &mainPageLink) |
Convert a PLatexObj into a menu. More... | |
void | platexobj_toMenuAll (PFullMenu &menu, const PLatexObj &obj) |
Convert a PLatexObj into a menu. More... | |
PString platexobj_menuToHtml | ( | const PFullMenu & | menu, |
const PString & | currentLink, | ||
bool | isBibliography | ||
) |
Convert a PFullMenu to html.
menu | : PFullMenu to be converted |
currentLink | : link of the current menu |
isBibliography | : true if there is a bibliography, false if not |
Definition at line 132 of file platexobj_menu.cpp.
References PFullMenu::getMainPageLink(), PFullMenu::getVecSubMenu(), platexobj_makeExpandMenu(), and platexobj_menuToHtmlChapter().
Referenced by platexobj_theme_update_var().
PString platexobj_menuToHtmlChapter | ( | const PFullMenu & | menu, |
const PString & | currentLink, | ||
const PString & | indentation | ||
) |
Convert a PLatexObj into a menu.
obj | : PLatexObj to be used |
mainPageLink | : main page link if updated |
Definition at line 48 of file platexobj_menu.cpp.
References PLatexType::BOOKMAINPAGELINK, PLatexObj::getType(), PLatexObj::getVecContent(), platexobj_text(), platexobj_toMenuAll(), and PFullMenu::setMainPageLink().
Referenced by processAllFile().
Convert a PLatexObj into a menu.
Definition at line 17 of file platexobj_menu.cpp.
References PLatexType::BOOKPARTSEPARATOR, PLatexType::CHAPTER, PLatexType::FILE, PLatexObj::getComplexTitle(), PLatexObj::getLink(), PLatexObj::getName(), PLatexObj::getType(), PLatexObj::getVecContent(), PLatexObj::getVecSecNumber(), PFullMenu::getVecSubMenu(), isSectionOrSeparator(), PLatexType::PART, platexobj_text(), PLatexType::SECTION, PFullMenu::setIsSeparator(), PFullMenu::setLink(), PFullMenu::setText(), PLatexType::SUBSECTION, PLatexType::SUBSUBSECTION, and vecNumberToString().
Referenced by platexobj_toMenu().