#include "Curve.h"
#include "CurvesGraphs.h"
#include "CurveStyle.h"
#include "DocumentSerialize.h"
#include "EngaugeAssert.h"
#include "Logger.h"
#include "MigrateToVersion6.h"
#include "Point.h"
#include "PointComparator.h"
#include <QDataStream>
#include <QDebug>
#include <qmath.h>
#include <QMultiMap>
#include <QTextStream>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include "Transformation.h"
#include "Xml.h"
Go to the source code of this file.
const QString AXIS_CURVE_NAME |
( |
"Axes" |
| ) |
|
const QString DEFAULT_GRAPH_CURVE_NAME |
( |
"Curve1" |
| ) |
|
const QString DUMMY_CURVE_NAME |
( |
"dummy" |
| ) |
|
const QString SCALE_CURVE_NAME |
( |
"Scale" |
| ) |
|
const QString TAB_DELIMITER |
( |
"\t" |
| ) |
|