base class for all math markup parsers used by JKQTMathText
More...
#include <jkqtmathtextparser.h>
base class for all math markup parsers used by JKQTMathText
- See also
- JKQTMathTextLatexParser for an implementation of a JKQTMathTextParser that parses LaTeX markup.
◆ JKQTMathTextParser()
JKQTMathTextParser::JKQTMathTextParser |
( |
JKQTMathText * |
parent = nullptr | ) |
|
◆ ~JKQTMathTextParser()
virtual JKQTMathTextParser::~JKQTMathTextParser |
( |
| ) |
|
|
virtual |
◆ addToErrorList()
void JKQTMathTextParser::addToErrorList |
( |
const QString & |
error | ) |
|
|
protected |
◆ clearErrorList()
void JKQTMathTextParser::clearErrorList |
( |
| ) |
|
|
protected |
◆ getParentMathText() [1/2]
◆ getParentMathText() [2/2]
const JKQTMathText * JKQTMathTextParser::getParentMathText |
( |
| ) |
const |
◆ parse()
parse the given mathematical markup string.
- Parameters
-
text | the markup to be parsed |
options | Options for parsing, |
- See also
- ParseOptions
- Returns
- the memory representation of the markup
nullptr
on failure.
Implemented in JKQTMathTextLatexParser.
◆ parentMathText
The documentation for this class was generated from the following file: