#include <QString>#include <QStringList>#include <math.h>#include <koffice_export.h>Graphe des dépendances par inclusion de KoUnit.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
| class | KoUnit |
Macros | |
| #define | POINT_TO_MM(px) ((px)*0.352777167) |
| #define | MM_TO_POINT(mm) ((mm)*2.83465058) |
| #define | POINT_TO_CM(px) ((px)*0.0352777167) |
| #define | CM_TO_POINT(cm) ((cm)*28.3465058) |
| #define | POINT_TO_DM(px) ((px)*0.00352777167) |
| #define | DM_TO_POINT(dm) ((dm)*283.465058) |
| #define | POINT_TO_INCH(px) ((px)*0.01388888888889) |
| #define | INCH_TO_POINT(inch) ((inch)*72.0) |
| #define | MM_TO_INCH(mm) ((mm)*0.039370147) |
| #define | INCH_TO_MM(inch) ((inch)*25.399956) |
| #define | POINT_TO_PI(px) ((px)*0.083333333) |
| #define | POINT_TO_DD(px) ((px)*0.006490083) |
| #define | POINT_TO_CC(px) ((px)*0.077880997) |
| #define | PI_TO_POINT(pi) ((pi)*12) |
| #define | DD_TO_POINT(dd) ((dd)*154.08124) |
| #define | CC_TO_POINT(cc) ((cc)*12.840103) |
| #define CC_TO_POINT | ( | cc | ) | ((cc)*12.840103) |
| #define CM_TO_POINT | ( | cm | ) | ((cm)*28.3465058) |
Définition à la ligne 41 du fichier KoUnit.h.
Référencé par KoUnit::fromUserValue(), et KoIndentSpacingWidget::KoIndentSpacingWidget().
| #define DD_TO_POINT | ( | dd | ) | ((dd)*154.08124) |
| #define DM_TO_POINT | ( | dm | ) | ((dm)*283.465058) |
| #define INCH_TO_POINT | ( | inch | ) | ((inch)*72.0) |
| #define MM_TO_POINT | ( | mm | ) | ((mm)*2.83465058) |
Définition à la ligne 39 du fichier KoUnit.h.
Référencé par KoPageLayoutSize::formatChanged(), KoUnit::fromUserValue(), et KoPageLayout::standardLayout().
| #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_DD | ( | px | ) | ((px)*0.006490083) |
| #define POINT_TO_DM | ( | px | ) | ((px)*0.00352777167) |
| #define POINT_TO_INCH | ( | px | ) | ((px)*0.01388888888889) |
Définition à la ligne 44 du fichier KoUnit.h.
Référencé par KoLineWidthAction::createMenu(), KoTextFormat::height(), KoTextZoomHandler::layoutUnitToFontSize(), KoTextFormat::offsetX(), KoTextFormat::offsetY(), KoUnit::ptToUnit(), KoZoomHandler::setZoomAndResolution(), KoUnit::toInch(), et KoPagePreview::updateZoomedSize().
| #define POINT_TO_MM | ( | px | ) | ((px)*0.352777167) |
Définition à la ligne 38 du fichier KoUnit.h.
Référencé par KoPageLayout::loadOasis(), KoUnit::ptToUnit(), et KoUnit::toMM().
| #define POINT_TO_PI | ( | px | ) | ((px)*0.083333333) |
1.5.1-p1