#include "KoRuler.h"
#include "KoRuler_p.h"
#include <KoToolBase.h>
#include <KoToolManager.h>
#include <klocalizedstring.h>
#include <WidgetsDebug.h>
#include <QPainter>
#include <QResizeEvent>
#include <QMenu>
#include <QMouseEvent>
#include <QFontDatabase>
#include <QtMath>
#include <cmath>
#include <KoViewConverter.h>
Go to the source code of this file.
◆ [struct]
| struct { ... } compareTabs |
◆ fullStepMarkerLength
| const int fullStepMarkerLength = 6 |
|
static |
◆ halfStepMarkerLength
| const int halfStepMarkerLength = 6 |
|
static |
◆ measurementTextAboveBelowMargin
| const int measurementTextAboveBelowMargin = 1 |
|
static |
◆ OutsideRulerThreshold
| const int OutsideRulerThreshold = 20 |
|
static |
◆ quarterStepMarkerLength
| const int quarterStepMarkerLength = 3 |
|
static |