Engauge Digitizer 2
Loading...
Searching...
No Matches
Functions
ExportPointsSelectionFunctions.cpp File Reference
#include "ExportPointsSelectionFunctions.h"
#include <QObject>
Include dependency graph for ExportPointsSelectionFunctions.cpp:

Go to the source code of this file.

Functions

QString exportPointsSelectionFunctionsToString (ExportPointsSelectionFunctions exportPointsSelectionFunctions)
 

Function Documentation

◆ exportPointsSelectionFunctionsToString()

QString exportPointsSelectionFunctionsToString ( ExportPointsSelectionFunctions exportPointsSelectionFunctions)

Definition at line 10 of file ExportPointsSelectionFunctions.cpp.

11{
13
16 rtn = QObject::tr ("InterpolateAllCurves");
17 break;
18
20 rtn = QObject::tr ("InterpolateFirstCurve");
21 break;
22
24 rtn = QObject::tr ("InterpolatePeriodic");
25 break;
26
28 rtn = QObject::tr ("Raw");
29 break;
30
31 default:
32 rtn = QObject::tr ("Unknown");
33 break;
34 }
35
36 return rtn;
37}
const int INNER_RADIUS_MIN
@ EXPORT_POINTS_SELECTION_FUNCTIONS_RAW
@ EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_FIRST_CURVE
@ EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_PERIODIC
@ EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_CURVES