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

Public Member Functions | |
| ActionElement (BasicElement *parent=0) | |
| ElementType | elementType () const |
Detailed Description
Implementation of the MathML maction element.
Support for action elements in MathML. According to MathML spec (Section 3.6.1.1), a MathML conformant application is not required to recognize any single actiontype.
Definition at line 33 of file ActionElement.h.
Constructor & Destructor Documentation
| ActionElement::ActionElement | ( | BasicElement * | parent = 0 |
) |
The standard constructor.
Definition at line 22 of file ActionElement.cpp.
Member Function Documentation
| ElementType ActionElement::elementType | ( | ) | const [virtual] |
- Returns:
- The element's ElementType
Reimplemented from RowElement.
Definition at line 26 of file ActionElement.cpp.
The documentation for this class was generated from the following files:
