kformula/flake
StyleElement Class Reference
The implementation of the MathML mstyle element. More...
#include <StyleElement.h>
Inheritance diagram for StyleElement:

Public Member Functions | |
| StyleElement (BasicElement *parent=0) | |
| ElementType | elementType () const |
Detailed Description
The implementation of the MathML mstyle element.
This class is a very thin wrapper around RowElement just implementing elementType. Basically it holds children like a row but it is able to apply almost any style on them.
Definition at line 33 of file StyleElement.h.
Constructor & Destructor Documentation
| StyleElement::StyleElement | ( | BasicElement * | parent = 0 |
) |
The standart constructor.
Definition at line 22 of file StyleElement.cpp.
Member Function Documentation
| ElementType StyleElement::elementType | ( | ) | const [virtual] |
- Returns:
- The element's ElementType
Reimplemented from RowElement.
Definition at line 25 of file StyleElement.cpp.
The documentation for this class was generated from the following files:
