![]() |
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_htmlStrImage (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_text (const PLatexObj &obj) |
Convert a PLatexObj in text. More... | |
PString | platexobj_text (const std::vector< PLatexObj > &vecObj) |
Convert a PLatexObj in text. More... | |
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 53 of file platexobj_text.cpp.
References PLatexObj::getId(), PLatexObj::getLabelName(), PLatexObj::getName(), platexobj_createLabelSearchLink(), and valueToString().
Referenced by platexobj_text().
Convert a PLatexObj in text.
obj | : PLatexObj |
Definition at line 81 of file platexobj_text.cpp.
References PLatexType::DEBUG, PLatexType::FILE, PLatexType::FUNCTION, PLatexType::GETENV, PLatexObj::getType(), PLatexType::HREF, PLatexType::IMAGE, PLatexType::PERCENT, platexobj_htmlStrGetEnv(), platexobj_htmlStrImage(), platexobj_htmlStrRef(), platexobj_htmlStrText(), platexobj_htmlStrTextBf(), platexobj_htmlStrTextDebug(), platexobj_htmlStrTextIt(), platexobj_htmlStrUrl(), platexobj_textExtraFunction(), platexobj_textFile(), platexobj_textHref(), PLatexType::REF, PLatexType::TEXT, PLatexType::TEXTBF, PLatexType::TEXTIT, and PLatexType::URL.
Convert a PLatexObj in text.
vecObj | : vector of PLatexObj |
Definition at line 41 of file platexobj_text.cpp.
Referenced by PGenericParser::executeLatexCommand(), platexobj_htmlStrRef(), platexobj_textExtraFunction(), platexobj_textFile(), platexobj_textHref(), platexobj_toMenu(), and platexobj_toMenuAll().