Engauge Digitizer
2
Loading...
Searching...
No Matches
Export
ExportPointsSelectionRelations.cpp
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#include "
ExportPointsSelectionRelations.h
"
8
#include <QObject>
9
10
extern
QString
exportPointsSelectionRelationsToString
(
ExportPointsSelectionRelations
exportPointsSelectionRelations)
11
{
12
QString rtn;
13
14
switch
(exportPointsSelectionRelations) {
15
case
EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE
:
16
rtn = QObject::tr (
"Interpolate"
);
17
break
;
18
19
case
EXPORT_POINTS_SELECTION_RELATIONS_RAW
:
20
rtn = QObject::tr (
"Raw"
);
21
break
;
22
}
23
24
return
rtn;
25
}
exportPointsSelectionRelationsToString
QString exportPointsSelectionRelationsToString(ExportPointsSelectionRelations exportPointsSelectionRelations)
Definition
ExportPointsSelectionRelations.cpp:10
ExportPointsSelectionRelations.h
ExportPointsSelectionRelations
ExportPointsSelectionRelations
Definition
ExportPointsSelectionRelations.h:12
EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE
@ EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE
Definition
ExportPointsSelectionRelations.h:13
EXPORT_POINTS_SELECTION_RELATIONS_RAW
@ EXPORT_POINTS_SELECTION_RELATIONS_RAW
Definition
ExportPointsSelectionRelations.h:14
Generated on
for Engauge Digitizer by
1.14.0