Engauge Digitizer 2
Loading...
Searching...
No Matches
Document.cpp File Reference
#include "CallbackAddPointsInCurvesGraphs.h"
#include "CallbackBoundingRects.h"
#include "CallbackCheckAddPointAxis.h"
#include "CallbackCheckEditPointAxis.h"
#include "CallbackNextOrdinal.h"
#include "CallbackRemovePointsInCurvesGraphs.h"
#include "Curve.h"
#include "CurvesGraphs.h"
#include "CurveStyle.h"
#include "CurveStyles.h"
#include "Document.h"
#include "DocumentSerialize.h"
#include "EngaugeAssert.h"
#include "EnumsToQt.h"
#include "GridInitializer.h"
#include <iostream>
#include "Logger.h"
#include "OrdinalGenerator.h"
#include "Point.h"
#include "PointStyle.h"
#include <QByteArray>
#include <QDataStream>
#include <QDebug>
#include <QDomDocument>
#include <QFile>
#include <QImage>
#include <qmath.h>
#include <QObject>
#include <QtToString.h>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include "SettingsForGraph.h"
#include "Transformation.h"
#include "Version.h"
#include "Xml.h"
Include dependency graph for Document.cpp:

Go to the source code of this file.

Variables

const int FOUR_BYTES = 4
const int NOMINAL_COORD_SYSTEM_COUNT = 1
const int VERSION_6 = 6
const int VERSION_7 = 7
const int VERSION_8 = 8
const int VERSION_9 = 9
const int VERSION_10 = 10
const int VERSION_11 = 11
const int VERSION_12 = 12
const int VERSION_13 = 13

Variable Documentation

◆ FOUR_BYTES

const int FOUR_BYTES = 4

Definition at line 43 of file Document.cpp.

◆ NOMINAL_COORD_SYSTEM_COUNT

const int NOMINAL_COORD_SYSTEM_COUNT = 1

Definition at line 44 of file Document.cpp.

◆ VERSION_10

const int VERSION_10 = 10

Definition at line 49 of file Document.cpp.

◆ VERSION_11

const int VERSION_11 = 11

Definition at line 50 of file Document.cpp.

◆ VERSION_12

const int VERSION_12 = 12

Definition at line 51 of file Document.cpp.

◆ VERSION_13

const int VERSION_13 = 13

Definition at line 52 of file Document.cpp.

◆ VERSION_6

const int VERSION_6 = 6

Definition at line 45 of file Document.cpp.

◆ VERSION_7

const int VERSION_7 = 7

Definition at line 46 of file Document.cpp.

◆ VERSION_8

const int VERSION_8 = 8

Definition at line 47 of file Document.cpp.

◆ VERSION_9

const int VERSION_9 = 9

Definition at line 48 of file Document.cpp.