Krita Source Code Documentation
Loading...
Searching...
No Matches
KoRuler.cpp File Reference
#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.

Variables

struct { 
 
compareTabs 
 
static const int fullStepMarkerLength = 6
 
static const int halfStepMarkerLength = 6
 
static const int measurementTextAboveBelowMargin = 1
 
static const int OutsideRulerThreshold = 20
 
static const int quarterStepMarkerLength = 3
 

Variable Documentation

◆ [struct]

struct { ... } compareTabs

◆ fullStepMarkerLength

const int fullStepMarkerLength = 6
static

Definition at line 33 of file KoRuler.cpp.

◆ halfStepMarkerLength

const int halfStepMarkerLength = 6
static

Definition at line 34 of file KoRuler.cpp.

◆ measurementTextAboveBelowMargin

const int measurementTextAboveBelowMargin = 1
static

Definition at line 36 of file KoRuler.cpp.

◆ OutsideRulerThreshold

const int OutsideRulerThreshold = 20
static

Definition at line 31 of file KoRuler.cpp.

◆ quarterStepMarkerLength

const int quarterStepMarkerLength = 3
static

Definition at line 35 of file KoRuler.cpp.