kformula/flake

AttributeManager.h File Reference

#include <QFont>
#include "kformula_export.h"
Include dependency graph for AttributeManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AttributeManager
 manages all the attributes, used by the elements to obtain attribute values More...
class  Length

Enumerations

enum  Align {
  Left, Center, Right, Top,
  Bottom, BaseLine, Axis, InvalidAlign
}

Enumeration Type Documentation

enum Align

Enum encoding all possibilities to align.

Enumerator:
Left 

Align to the left.

Center 

Align to the center.

Right 

Align to the right.

Top 

Align to the top.

Bottom 

Align to the bottom.

BaseLine 

Align to the baseline.

Axis 

Align to the axis.

InvalidAlign 

Definition at line 30 of file AttributeManager.h.