Engauge Digitizer 2
|
#include "CmdMediator.h"
#include "DocumentModelExportFormat.h"
#include "DocumentSerialize.h"
#include "Logger.h"
#include <QObject>
#include <QSettings>
#include <QTextStream>
#include <QXmlStreamWriter>
#include "Settings.h"
#include "Xml.h"
Go to the source code of this file.
Functions | |
const QString | DEFAULT_X_LABEL ("x") |
Variables | |
const QStringList | DEFAULT_CURVE_NAMES_NOT_EXPORTED |
const double | DEFAULT_POINTS_INTERVAL_FUNCTIONS = 10 |
const double | DEFAULT_POINTS_INTERVAL_RELATIONS = 10 |
const ExportPointsIntervalUnits | DEFAULT_POINTS_INTERVAL_UNITS_FUNCTIONS = EXPORT_POINTS_INTERVAL_UNITS_SCREEN |
const ExportPointsIntervalUnits | DEFAULT_POINTS_INTERVAL_UNITS_RELATIONS = EXPORT_POINTS_INTERVAL_UNITS_SCREEN |
const bool | DEFAULT_EXPORT_DELIMITER_OVERRIDE = false |
const bool | DEFAULT_EXTRAPOLATE = true |
const QString DEFAULT_X_LABEL | ( | "x" | ) |
const QStringList DEFAULT_CURVE_NAMES_NOT_EXPORTED |
Definition at line 18 of file DocumentModelExportFormat.cpp.
const bool DEFAULT_EXPORT_DELIMITER_OVERRIDE = false |
Definition at line 24 of file DocumentModelExportFormat.cpp.
const bool DEFAULT_EXTRAPOLATE = true |
Definition at line 25 of file DocumentModelExportFormat.cpp.
const double DEFAULT_POINTS_INTERVAL_FUNCTIONS = 10 |
Definition at line 19 of file DocumentModelExportFormat.cpp.
const double DEFAULT_POINTS_INTERVAL_RELATIONS = 10 |
Definition at line 20 of file DocumentModelExportFormat.cpp.
const ExportPointsIntervalUnits DEFAULT_POINTS_INTERVAL_UNITS_FUNCTIONS = EXPORT_POINTS_INTERVAL_UNITS_SCREEN |
Definition at line 22 of file DocumentModelExportFormat.cpp.
const ExportPointsIntervalUnits DEFAULT_POINTS_INTERVAL_UNITS_RELATIONS = EXPORT_POINTS_INTERVAL_UNITS_SCREEN |
Definition at line 23 of file DocumentModelExportFormat.cpp.