kformula/flake
IdentifierElement Class Reference
Implementation of the MathML mi element. More...
#include <IdentifierElement.h>
Inheritance diagram for IdentifierElement:

Public Member Functions | |
| IdentifierElement (BasicElement *parent=0) | |
| ElementType | elementType () const |
| QRectF | renderToPath (const QString &raw, QPainterPath &path) const |
Detailed Description
Implementation of the MathML mi element.
The mi element represents an identifier and is defined in the section 3.2.3 of the MathMl spec.
Definition at line 32 of file IdentifierElement.h.
Constructor & Destructor Documentation
| IdentifierElement::IdentifierElement | ( | BasicElement * | parent = 0 |
) |
The standart constructor.
Definition at line 27 of file IdentifierElement.cpp.
Member Function Documentation
| ElementType IdentifierElement::elementType | ( | ) | const [virtual] |
- Returns:
- The element's ElementType
Reimplemented from BasicElement.
Definition at line 40 of file IdentifierElement.cpp.
| QRectF IdentifierElement::renderToPath | ( | const QString & | raw, | |
| QPainterPath & | path | |||
| ) | const [virtual] |
Process raw and render it to path.
Implements TokenElement.
Definition at line 30 of file IdentifierElement.cpp.
The documentation for this class was generated from the following files:
