| addToErrorList(const QString &error) | JKQTMathTextNode | protected |
| calcLayout(QPainter &painter, const JKQTMathTextEnvironment ¤tEv) const | JKQTMathTextMatrixNode | protected |
| childCount() const override | JKQTMathTextMatrixNode | virtual |
| children | JKQTMathTextMatrixNode | protected |
| clearChildren(bool deleteChildren=true) override | JKQTMathTextMatrixNode | virtual |
| clearChildrenImpl(bool deleteChildren) | JKQTMathTextMatrixNode | protected |
| columnAlignment | JKQTMathTextMatrixNode | protected |
| columns | JKQTMathTextMatrixNode | protected |
| deleteChild(int i) override | JKQTMathTextMatrixNode | virtual |
| doDrawBoxes(QPainter &painter, double x, double y, const JKQTMathTextNodeSize &size) const | JKQTMathTextNode | protected |
| doDrawBoxes(QPainter &painter, double x, double y, JKQTMathTextEnvironment currentEv) const | JKQTMathTextNode | protected |
| draw(QPainter &painter, double x, double y, JKQTMathTextEnvironment currentEv) const override | JKQTMathTextMatrixNode | virtual |
| drawBoxes | JKQTMathTextNode | protected |
| drawHLine(QPainter &painter, double x, double y, double width, LineType lt, double linewidth, double linewidthHeavy, QColor color, double doublelineseparation) | JKQTMathTextMatrixNode | protectedstatic |
| drawVLine(QPainter &painter, double x, double y, double height, LineType lt, double linewidth, double linewidthHeavy, QColor color, double doublelineseparation) | JKQTMathTextMatrixNode | protectedstatic |
| getChild(int i) override | JKQTMathTextMatrixNode | virtual |
| getChild(int i) const override | JKQTMathTextMatrixNode | virtual |
| getChildren() override | JKQTMathTextMatrixNode | virtual |
| JKQTMathTextMultiChildNode::getChildren() const | JKQTMathTextMultiChildNode | virtual |
| getChildrenMatrix() const | JKQTMathTextMatrixNode | |
| getColumns() const | JKQTMathTextMatrixNode | |
| getDrawBoxes() const | JKQTMathTextNode | |
| getFirstChild() | JKQTMathTextMultiChildNode | virtual |
| getFirstChild() const | JKQTMathTextMultiChildNode | virtual |
| getLastChild() | JKQTMathTextMultiChildNode | virtual |
| getLastChild() const | JKQTMathTextMultiChildNode | virtual |
| getLines() const | JKQTMathTextMatrixNode | |
| getNonItalicXCorretion(QPainter &painter, double width_potentiallyitalic, const JKQTMathTextEnvironment &ev_potentiallyitalic, const JKQTMathTextNode *child) | JKQTMathTextNode | static |
| getParentNode() | JKQTMathTextNode | |
| getParentNode() const | JKQTMathTextNode | |
| getParents() | JKQTMathTextNode | inlineprotected |
| getParents() const | JKQTMathTextNode | inlineprotected |
| getSize(QPainter &painter, JKQTMathTextEnvironment currentEv) const | JKQTMathTextNode | |
| getSizeInternal(QPainter &painter, JKQTMathTextEnvironment currentEv) const override | JKQTMathTextMatrixNode | protectedvirtual |
| getTypeName() const override | JKQTMathTextMatrixNode | virtual |
| hasChildren() const | JKQTMathTextMultiChildNode | |
| horizontalLineBottomRow | JKQTMathTextMatrixNode | protected |
| horizontalLineTop | JKQTMathTextMatrixNode | protected |
| isEmpty() const | JKQTMathTextMultiChildNode | |
| isSubSuperscriptAboveBelowNode() const | JKQTMathTextNode | |
| JKQTMathTextMatrixNode(JKQTMathText *parent, const QVector< QVector< JKQTMathTextNode * > > &children, const QString &columnSpec=QString()) | JKQTMathTextMatrixNode | |
| JKQTMathTextMatrixNode(JKQTMathText *parent, const QString &columnSpec=QString()) | JKQTMathTextMatrixNode | |
| JKQTMathTextMultiChildNode(JKQTMathText *parentMathText) | JKQTMathTextMultiChildNode | explicit |
| JKQTMathTextNode(JKQTMathText *parentMathText) | JKQTMathTextNode | explicit |
| JKQTMathTextNode(const JKQTMathTextNode &)=delete | JKQTMathTextNode | |
| lines | JKQTMathTextMatrixNode | protected |
| LineType enum name | JKQTMathTextMatrixNode | |
| LTdashed enum value | JKQTMathTextMatrixNode | |
| LTdefault enum value | JKQTMathTextMatrixNode | |
| LTdoubleDashed enum value | JKQTMathTextMatrixNode | |
| LTdoubleline enum value | JKQTMathTextMatrixNode | |
| LTheavyline enum value | JKQTMathTextMatrixNode | |
| LTline enum value | JKQTMathTextMatrixNode | |
| LTnone enum value | JKQTMathTextMatrixNode | |
| operator=(const JKQTMathTextNode &)=delete | JKQTMathTextNode | |
| parentMathText | JKQTMathTextNode | protected |
| parentNode | JKQTMathTextNode | protected |
| parseColumnSpec(const QString &columnspec) | JKQTMathTextMatrixNode | protected |
| replaceAndDeleteChild(int i, JKQTMathTextNode *newChild) | JKQTMathTextMultiChildNode | virtual |
| replaceChild(int i, JKQTMathTextNode *newChild) override | JKQTMathTextMatrixNode | virtual |
| setChildren(const QVector< QVector< JKQTMathTextNode * > > &children) | JKQTMathTextMatrixNode | |
| setDrawBoxes(bool draw) override | JKQTMathTextMatrixNode | protectedvirtual |
| setParentNode(JKQTMathTextNode *node) | JKQTMathTextNode | |
| setRowBottomLine(int col, LineType line) | JKQTMathTextMatrixNode | |
| setSubSuperscriptAboveBelowNode(bool __value) | JKQTMathTextNode | |
| setTopLine(LineType line) | JKQTMathTextMatrixNode | |
| subSuperscriptAboveBelowNode | JKQTMathTextNode | protected |
| toHtml(QString &html, JKQTMathTextEnvironment currentEv, JKQTMathTextEnvironment defaultEv) const override | JKQTMathTextMatrixNode | virtual |
| verticalLineLeft | JKQTMathTextMatrixNode | protected |
| verticalLineRHSColumn | JKQTMathTextMatrixNode | protected |
| ~JKQTMathTextMatrixNode() override | JKQTMathTextMatrixNode | virtual |
| ~JKQTMathTextMultiChildNode() override | JKQTMathTextMultiChildNode | virtual |
| ~JKQTMathTextNode() | JKQTMathTextNode | virtual |