kformula/flake
AttributeManager.cpp File Reference
#include "AttributeManager.h"#include "BasicElement.h"#include "ElementFactory.h"#include <KoUnit.h>#include <KoViewConverter.h>#include <KoPostscriptPaintDevice.h>#include <QFontMetricsF>#include <QColor>#include <kdebug.h>
Include dependency graph for AttributeManager.cpp:

Go to the source code of this file.
Defines | |
| #define | CC_TO_POINT(cc) ((cc)*12.840103) |
| #define | CM_TO_POINT(cm) ((cm)*28.3465058) |
| #define | DM_TO_POINT(dm) ((dm)*283.465058) |
| #define | INCH_TO_MM(inch) ((inch)*25.399956) |
| #define | INCH_TO_POINT(inch) ((inch)*72.0) |
| #define | MM_TO_INCH(mm) ((mm)*0.039370147) |
| #define | MM_TO_POINT(mm) ((mm)*2.83465058) |
| #define | PI_TO_POINT(pi) ((pi)*12) |
| #define | POINT_TO_CC(px) ((px)*0.077880997) |
| #define | POINT_TO_CM(px) ((px)*0.0352777167) |
| #define | POINT_TO_DM(px) ((px)*0.00352777167) |
| #define | POINT_TO_INCH(px) ((px)*0.01388888888889) |
| #define | POINT_TO_MM(px) ((px)*0.352777167) |
| #define | POINT_TO_PI(px) ((px)*0.083333333) |
Define Documentation
| #define CC_TO_POINT | ( | cc | ) | ((cc)*12.840103) |
Definition at line 51 of file AttributeManager.cpp.
| #define CM_TO_POINT | ( | cm | ) | ((cm)*28.3465058) |
Definition at line 41 of file AttributeManager.cpp.
| #define DM_TO_POINT | ( | dm | ) | ((dm)*283.465058) |
Definition at line 43 of file AttributeManager.cpp.
| #define INCH_TO_MM | ( | inch | ) | ((inch)*25.399956) |
Definition at line 47 of file AttributeManager.cpp.
| #define INCH_TO_POINT | ( | inch | ) | ((inch)*72.0) |
Definition at line 45 of file AttributeManager.cpp.
| #define MM_TO_INCH | ( | mm | ) | ((mm)*0.039370147) |
Definition at line 46 of file AttributeManager.cpp.
| #define MM_TO_POINT | ( | mm | ) | ((mm)*2.83465058) |
Definition at line 39 of file AttributeManager.cpp.
| #define PI_TO_POINT | ( | pi | ) | ((pi)*12) |
Definition at line 50 of file AttributeManager.cpp.
| #define POINT_TO_CC | ( | px | ) | ((px)*0.077880997) |
Definition at line 49 of file AttributeManager.cpp.
| #define POINT_TO_CM | ( | px | ) | ((px)*0.0352777167) |
Definition at line 40 of file AttributeManager.cpp.
| #define POINT_TO_DM | ( | px | ) | ((px)*0.00352777167) |
Definition at line 42 of file AttributeManager.cpp.
| #define POINT_TO_INCH | ( | px | ) | ((px)*0.01388888888889) |
Definition at line 44 of file AttributeManager.cpp.
| #define POINT_TO_MM | ( | px | ) | ((px)*0.352777167) |
Definition at line 38 of file AttributeManager.cpp.
| #define POINT_TO_PI | ( | px | ) | ((px)*0.083333333) |
Definition at line 48 of file AttributeManager.cpp.
