![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
PString | platexobj_rawtext (const PLatexObj &obj) |
Convert a PLatexObj in text. More... | |
PString | platexobj_rawtext (const std::vector< PLatexObj > &vecObj) |
Convert a PLatexObj in text. More... | |
PString | platexobj_rawtextContent (const PLatexObj &obj) |
Convert a PLatexObj into a raw text string. More... | |
Convert a PLatexObj in text.
obj | : PLatexObj |
Definition at line 38 of file platexobj_rawtext.cpp.
References PLatexType::DEBUG, PLatexType::FUNCTION, PLatexObj::getType(), PLatexObj::getVecContent(), PLatexType::HREF, PLatexType::PERCENT, platexobj_htmlStrRef(), platexobj_htmlStrRendezVous(), platexobj_htmlStrText(), platexobj_htmlStrTextDebug(), platexobj_htmlStrUrl(), platexobj_rawtext(), platexobj_rawtextContent(), PLatexType::REF, PLatexType::RENDEZVOUS, PLatexType::TEXT, PLatexType::TEXTBF, PLatexType::TEXTIT, and PLatexType::URL.
Convert a PLatexObj in text.
vecObj | : vector of PLatexObj |
Definition at line 26 of file platexobj_rawtext.cpp.
Referenced by platexobj_book_createPage(), platexobj_htmlStrTimetableDay(), platexobj_htmlStrTimetableWeek(), platexobj_rawtext(), platexobj_rawtextContent(), and ptimetable_blockToEvent().
Convert a PLatexObj into a raw text string.
[out] | outputMode | : output mode of the html backend |
obj | : PLatexObj to be converted into a raw text string |
Definition at line 16 of file platexobj_rawtext.cpp.
References PLatexObj::getVecContent(), and platexobj_rawtext().
Referenced by platexobj_rawtext().