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

Public Member Functions | |
| TableEntryElement (BasicElement *parent=0) | |
| QString | attributesDefaultValue (const QString &attribute) const |
| ElementType | elementType () const |
| virtual bool | moveCursor (FormulaCursor &newcursor, FormulaCursor &oldcursor) |
Detailed Description
Implementation of the MathML mtd element.
The lines behaviour is (a little) different from that of ordinary sequences. Its MathML tag is <mtd>.
Definition at line 35 of file TableEntryElement.h.
Constructor & Destructor Documentation
| TableEntryElement::TableEntryElement | ( | BasicElement * | parent = 0 |
) |
The standard constructor.
Definition at line 29 of file TableEntryElement.cpp.
Member Function Documentation
- Returns:
- The default value of the attribute for this element
Reimplemented from BasicElement.
Definition at line 35 of file TableEntryElement.cpp.
| ElementType TableEntryElement::elementType | ( | ) | const [virtual] |
Calculate the size of the element and the positions of its children.
- Parameters:
-
am The AttributeManager providing information about attributes values
- Returns:
- The element's ElementType
Reimplemented from RowElement.
Definition at line 72 of file TableEntryElement.cpp.
| bool TableEntryElement::moveCursor | ( | FormulaCursor & | newcursor, | |
| FormulaCursor & | oldcursor | |||
| ) | [virtual] |
inherited from BasicElement
Reimplemented from RowElement.
Definition at line 44 of file TableEntryElement.cpp.
The documentation for this class was generated from the following files:
