#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.
◆ XOrThetaToPointIdentifier
◆ AXIS_CURVE_NAME()
const QString AXIS_CURVE_NAME |
( |
"Axes" | | ) |
|
◆ DEFAULT_GRAPH_CURVE_NAME()
const QString DEFAULT_GRAPH_CURVE_NAME |
( |
"Curve1" | | ) |
|
◆ DUMMY_CURVE_NAME()
const QString DUMMY_CURVE_NAME |
( |
"dummy" | | ) |
|
◆ SCALE_CURVE_NAME()
const QString SCALE_CURVE_NAME |
( |
"Scale" | | ) |
|
◆ TAB_DELIMITER()
const QString TAB_DELIMITER |
( |
"\t" | | ) |
|