#include "DocumentSerialize.h"
#include "EngaugeAssert.h"
#include "Logger.h"
#include "Point.h"
#include <QObject>
#include <QStringList>
#include <QTextStream>
#include "QtToString.h"
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include "Xml.h"
Go to the source code of this file.
| const QString POINT_IDENTIFIER_DELIMITER_SAFE |
( |
"\t" |
| ) |
|
| const QString POINT_IDENTIFIER_DELIMITER_XML |
( |
"_" |
| ) |
|
| const QString AXIS_CURVE_NAME |
| const QString DUMMY_CURVE_NAME |
| const double MISSING_ORDINAL_VALUE = 0 |
| const double MISSING_POSGRAPH_VALUE = 0 |