Engauge Digitizer 2
Loading...
Searching...
No Matches
Functions | Variables
DocumentModelExportFormat.cpp File Reference
#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"
Include dependency graph for DocumentModelExportFormat.cpp:

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
 

Function Documentation

◆ DEFAULT_X_LABEL()

const QString DEFAULT_X_LABEL ( "x" )

Variable Documentation

◆ DEFAULT_CURVE_NAMES_NOT_EXPORTED

const QStringList DEFAULT_CURVE_NAMES_NOT_EXPORTED

Definition at line 18 of file DocumentModelExportFormat.cpp.

◆ DEFAULT_EXPORT_DELIMITER_OVERRIDE

const bool DEFAULT_EXPORT_DELIMITER_OVERRIDE = false

Definition at line 24 of file DocumentModelExportFormat.cpp.

◆ DEFAULT_EXTRAPOLATE

const bool DEFAULT_EXTRAPOLATE = true

Definition at line 25 of file DocumentModelExportFormat.cpp.

◆ DEFAULT_POINTS_INTERVAL_FUNCTIONS

const double DEFAULT_POINTS_INTERVAL_FUNCTIONS = 10

Definition at line 19 of file DocumentModelExportFormat.cpp.

◆ DEFAULT_POINTS_INTERVAL_RELATIONS

const double DEFAULT_POINTS_INTERVAL_RELATIONS = 10

Definition at line 20 of file DocumentModelExportFormat.cpp.

◆ DEFAULT_POINTS_INTERVAL_UNITS_FUNCTIONS

const ExportPointsIntervalUnits DEFAULT_POINTS_INTERVAL_UNITS_FUNCTIONS = EXPORT_POINTS_INTERVAL_UNITS_SCREEN

Definition at line 22 of file DocumentModelExportFormat.cpp.

◆ DEFAULT_POINTS_INTERVAL_UNITS_RELATIONS

const ExportPointsIntervalUnits DEFAULT_POINTS_INTERVAL_UNITS_RELATIONS = EXPORT_POINTS_INTERVAL_UNITS_SCREEN

Definition at line 23 of file DocumentModelExportFormat.cpp.