Engauge Digitizer 2
|
#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"
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 |
Definition at line 32 of file Checker.cpp.
Definition at line 23 of file Checker.cpp.
Definition at line 24 of file Checker.cpp.
Definition at line 25 of file Checker.cpp.