|
Engauge Digitizer
2
|
#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"
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 |
| const QStringList ONE_LOAD_STARTUP_FILE_LOWER_CASE | ( | STARTUP_DIG_LOWER_CASE | ) |
| const QStringList ONE_LOAD_STARTUP_FILE_UPPER_CASE | ( | STARTUP_DIG_UPPER_CASE | ) |
| const QString STARTUP_DIG_LOWER_CASE | ( | "/tmp/export_only.dig" | ) |
| const QString STARTUP_DIG_UPPER_CASE | ( | "/tmp/export_only.DIG" | ) |
| const bool DEBUG_FLAG = false |
Definition at line 35 of file TestExport.cpp.
| const bool EXPORT_ONLY = true |
Definition at line 26 of file TestExport.cpp.
| const bool IS_RESET = true |
Definition at line 31 of file TestExport.cpp.
| const QStringList NO_COMMAND_LINE |
Definition at line 37 of file TestExport.cpp.
| const bool NO_DROP_REGRESSION = false |
Definition at line 24 of file TestExport.cpp.
| const QString NO_ERROR_REPORT_LOG_FILE |
Definition at line 27 of file TestExport.cpp.
| const bool NO_EXPORT_ONLY = false |
Definition at line 32 of file TestExport.cpp.
| const QString NO_EXTRACT_IMAGE_EXTENSION |
Definition at line 34 of file TestExport.cpp.
| const bool NO_EXTRACT_IMAGE_ONLY = false |
Definition at line 33 of file TestExport.cpp.
| const bool NO_GNUPLOT_LOG_FILES = false |
Definition at line 29 of file TestExport.cpp.
| const QStringList NO_LOAD_STARTUP_FILES |
Definition at line 36 of file TestExport.cpp.
| const bool NO_REGRESSION_IMPORT = false |
Definition at line 30 of file TestExport.cpp.
| const QString NO_REGRESSION_OPEN_FILE |
Definition at line 28 of file TestExport.cpp.
| const bool NOT_USING_GNUPLOT = false |
Definition at line 25 of file TestExport.cpp.
| const bool REGRESSION_IMPORT = true |
Definition at line 42 of file TestExport.cpp.
1.8.5