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

Public Member Functions | |
| ErrorElement (BasicElement *parent=0) | |
| ElementType | elementType () const |
| virtual void | paint (QPainter &painter, AttributeManager *am) |
Detailed Description
Implementation of the MathML merror element.
Definition at line 28 of file ErrorElement.h.
Constructor & Destructor Documentation
| ErrorElement::ErrorElement | ( | BasicElement * | parent = 0 |
) |
The standart constructor.
Definition at line 23 of file ErrorElement.cpp.
Member Function Documentation
| ElementType ErrorElement::elementType | ( | ) | const [virtual] |
- Returns:
- The element's ElementType
Reimplemented from RowElement.
Definition at line 37 of file ErrorElement.cpp.
| void ErrorElement::paint | ( | QPainter & | painter, | |
| AttributeManager * | am | |||
| ) | [virtual] |
Render the element to the given QPainter.
- Parameters:
-
painter The QPainter to paint the element to am AttributeManager containing style info
Reimplemented from RowElement.
Definition at line 27 of file ErrorElement.cpp.
The documentation for this class was generated from the following files:
