|
Engauge Digitizer 2
|
#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"
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 |
| const int FOUR_BYTES = 4 |
Definition at line 43 of file Document.cpp.
| const int NOMINAL_COORD_SYSTEM_COUNT = 1 |
Definition at line 44 of file Document.cpp.
| const int VERSION_10 = 10 |
Definition at line 49 of file Document.cpp.
| const int VERSION_11 = 11 |
Definition at line 50 of file Document.cpp.
| const int VERSION_12 = 12 |
Definition at line 51 of file Document.cpp.
| const int VERSION_13 = 13 |
Definition at line 52 of file Document.cpp.
| const int VERSION_6 = 6 |
Definition at line 45 of file Document.cpp.
| const int VERSION_7 = 7 |
Definition at line 46 of file Document.cpp.
| const int VERSION_8 = 8 |
Definition at line 47 of file Document.cpp.
| const int VERSION_9 = 9 |
Definition at line 48 of file Document.cpp.