kformula/flake
TextElement Class Reference
Implementation of the MathML An element that represents one char. More...
#include <TextElement.h>
Inheritance diagram for TextElement:

Public Member Functions | |
| TextElement (BasicElement *parent=0) | |
| ElementType | elementType () const |
| QRectF | renderToPath (const QString &raw, QPainterPath &path) const |
Detailed Description
Implementation of the MathML An element that represents one char.
Definition at line 33 of file TextElement.h.
Constructor & Destructor Documentation
| TextElement::TextElement | ( | BasicElement * | parent = 0 |
) |
The standard constructor.
Definition at line 28 of file TextElement.cpp.
Member Function Documentation
| ElementType TextElement::elementType | ( | ) | const [virtual] |
- Returns:
- The element's ElementType
Reimplemented from BasicElement.
Definition at line 42 of file TextElement.cpp.
| QRectF TextElement::renderToPath | ( | const QString & | raw, | |
| QPainterPath & | path | |||
| ) | const [virtual] |
Process raw and render it to path.
Implements TokenElement.
Definition at line 31 of file TextElement.cpp.
The documentation for this class was generated from the following files:
