Engauge Digitizer 2
Loading...
Searching...
No Matches
TestExport.cpp File Reference
#include "CurveConnectAs.h"
#include "Document.h"
#include "DocumentModelExportFormat.h"
#include "ExportFileFunctions.h"
#include "ExportFileRelations.h"
#include "ExportValuesXOrY.h"
#include "LineStyle.h"
#include "Logger.h"
#include "MainWindow.h"
#include "MainWindowModel.h"
#include "PointStyle.h"
#include <QImage>
#include <qmath.h>
#include <QtTest/QtTest>
#include "Spline.h"
#include "SplinePair.h"
#include "Test/TestExport.h"
#include "Transformation.h"
Include dependency graph for TestExport.cpp:

Go to the source code of this file.

Functions

const QString STARTUP_DIG_LOWER_CASE ("/tmp/export_only.dig")
const QString STARTUP_DIG_UPPER_CASE ("/tmp/export_only.DIG")
const QStringList ONE_LOAD_STARTUP_FILE_LOWER_CASE (STARTUP_DIG_LOWER_CASE)
const QStringList ONE_LOAD_STARTUP_FILE_UPPER_CASE (STARTUP_DIG_UPPER_CASE)

Variables

const bool NO_DROP_REGRESSION = false
const bool NOT_USING_GNUPLOT = false
const bool EXPORT_ONLY = true
const QString NO_ERROR_REPORT_LOG_FILE
const QString NO_REGRESSION_OPEN_FILE
const bool NO_GNUPLOT_LOG_FILES = false
const bool NO_REGRESSION_IMPORT = false
const bool IS_RESET = true
const bool NO_EXPORT_ONLY = false
const bool NO_EXTRACT_IMAGE_ONLY = false
const QString NO_EXTRACT_IMAGE_EXTENSION
const bool DEBUG_FLAG = false
const QStringList NO_LOAD_STARTUP_FILES
const QStringList NO_COMMAND_LINE
const bool REGRESSION_IMPORT = true

Function Documentation

◆ ONE_LOAD_STARTUP_FILE_LOWER_CASE()

const QStringList ONE_LOAD_STARTUP_FILE_LOWER_CASE ( STARTUP_DIG_LOWER_CASE )

◆ ONE_LOAD_STARTUP_FILE_UPPER_CASE()

const QStringList ONE_LOAD_STARTUP_FILE_UPPER_CASE ( STARTUP_DIG_UPPER_CASE )

◆ STARTUP_DIG_LOWER_CASE()

const QString STARTUP_DIG_LOWER_CASE ( "/tmp/export_only.dig" )

◆ STARTUP_DIG_UPPER_CASE()

const QString STARTUP_DIG_UPPER_CASE ( "/tmp/export_only.DIG" )

Variable Documentation

◆ DEBUG_FLAG

const bool DEBUG_FLAG = false

Definition at line 35 of file TestExport.cpp.

◆ EXPORT_ONLY

const bool EXPORT_ONLY = true

Definition at line 26 of file TestExport.cpp.

◆ IS_RESET

const bool IS_RESET = true

Definition at line 31 of file TestExport.cpp.

◆ NO_COMMAND_LINE

const QStringList NO_COMMAND_LINE

Definition at line 37 of file TestExport.cpp.

◆ NO_DROP_REGRESSION

const bool NO_DROP_REGRESSION = false

Definition at line 24 of file TestExport.cpp.

◆ NO_ERROR_REPORT_LOG_FILE

const QString NO_ERROR_REPORT_LOG_FILE

Definition at line 27 of file TestExport.cpp.

◆ NO_EXPORT_ONLY

const bool NO_EXPORT_ONLY = false

Definition at line 32 of file TestExport.cpp.

◆ NO_EXTRACT_IMAGE_EXTENSION

const QString NO_EXTRACT_IMAGE_EXTENSION

Definition at line 34 of file TestExport.cpp.

◆ NO_EXTRACT_IMAGE_ONLY

const bool NO_EXTRACT_IMAGE_ONLY = false

Definition at line 33 of file TestExport.cpp.

◆ NO_GNUPLOT_LOG_FILES

const bool NO_GNUPLOT_LOG_FILES = false

Definition at line 29 of file TestExport.cpp.

◆ NO_LOAD_STARTUP_FILES

const QStringList NO_LOAD_STARTUP_FILES

Definition at line 36 of file TestExport.cpp.

◆ NO_REGRESSION_IMPORT

const bool NO_REGRESSION_IMPORT = false

Definition at line 30 of file TestExport.cpp.

◆ NO_REGRESSION_OPEN_FILE

const QString NO_REGRESSION_OPEN_FILE

Definition at line 28 of file TestExport.cpp.

◆ NOT_USING_GNUPLOT

const bool NOT_USING_GNUPLOT = false

Definition at line 25 of file TestExport.cpp.

◆ REGRESSION_IMPORT

const bool REGRESSION_IMPORT = true

Definition at line 42 of file TestExport.cpp.