kformula/flake

PaddedElement Class Reference

Implementation of the MathML mpadded element. More...

#include <PaddedElement.h>

Inheritance diagram for PaddedElement:

List of all members.

Public Member Functions

 PaddedElement (BasicElement *parent=0)
ElementType elementType () const
void layout (const AttributeManager *am)

Detailed Description

Implementation of the MathML mpadded element.

The mpadded element adjusts the space around a sequence of elements. Therefore it just implements the layout() method.

Definition at line 32 of file PaddedElement.h.


Constructor & Destructor Documentation

PaddedElement::PaddedElement ( BasicElement parent = 0  ) 

The standart constructor.

Definition at line 22 of file PaddedElement.cpp.


Member Function Documentation

ElementType PaddedElement::elementType (  )  const [virtual]
Returns:
The element's ElementType

Reimplemented from RowElement.

Definition at line 30 of file PaddedElement.cpp.

void PaddedElement::layout ( const AttributeManager am  )  [virtual]

Calculate the size of the element and the positions of its children.

Parameters:
am The AttributeManager providing information about attributes values

Reimplemented from RowElement.

Definition at line 25 of file PaddedElement.cpp.


The documentation for this class was generated from the following files: