![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "platexobj_parse.h"
Go to the source code of this file.
Functions | |
PLatexObj | platexobj_parseStr (const PString &latexStr) |
Parse a str and convert it into a PLatexObj. More... | |
bool | platexobj_parseStr (PLatexObj &obj, const PString &latexStr) |
Parse a str and convert it into a PLatexObj. More... | |
Parse a str and convert it into a PLatexObj.
latexStr | : string to be parsed |
Definition at line 30 of file platexobj_parse.cpp.
References platexobj_parseStr().
Parse a str and convert it into a PLatexObj.
[out] | obj | : PLatexObj of parsed string |
latexStr | : string to be parsed |
Definition at line 14 of file platexobj_parse.cpp.
References PMultiFileParser::fullParsing(), PGenericParser::getSource(), PLatexType::NONE, PMultiFileParser::setFileContent(), and PLatexObj::setType().
Referenced by platexobj_parseStr(), pspeaker_tex(), and ptimetable_parseLatexAttribute().