Engauge Digitizer 2
Loading...
Searching...
No Matches
Checker.cpp File Reference
#include "Checker.h"
#include "DocumentModelCoords.h"
#include "EngaugeAssert.h"
#include "EnumsToQt.h"
#include "GridLineFactory.h"
#include "Logger.h"
#include "mmsubs.h"
#include <QDebug>
#include <QGraphicsItem>
#include <QGraphicsScene>
#include <qmath.h>
#include <QPen>
#include <QTextStream>
#include "QtToString.h"
#include "Transformation.h"
Include dependency graph for Checker.cpp:

Go to the source code of this file.

Variables

const int NUM_AXES_POINTS_2 = 2
const int NUM_AXES_POINTS_3 = 3
const int NUM_AXES_POINTS_4 = 4
const QString DUMMY_CURVE_NAME
const int CHECKER_POINTS_WIDTH = 5

Variable Documentation

◆ CHECKER_POINTS_WIDTH

const int CHECKER_POINTS_WIDTH = 5

Definition at line 32 of file Checker.cpp.

◆ DUMMY_CURVE_NAME

const QString DUMMY_CURVE_NAME
extern

◆ NUM_AXES_POINTS_2

const int NUM_AXES_POINTS_2 = 2

Definition at line 23 of file Checker.cpp.

◆ NUM_AXES_POINTS_3

const int NUM_AXES_POINTS_3 = 3

Definition at line 24 of file Checker.cpp.

◆ NUM_AXES_POINTS_4

const int NUM_AXES_POINTS_4 = 4

Definition at line 25 of file Checker.cpp.