7 #include "ExportPointsSelectionRelations.h" 10 extern QString exportPointsSelectionRelationsToString (ExportPointsSelectionRelations exportPointsSelectionRelations)
12 switch (exportPointsSelectionRelations) {
13 case EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE:
14 return QObject::tr (
"Interpolate");
16 case EXPORT_POINTS_SELECTION_RELATIONS_RAW:
17 return QObject::tr (
"Raw");
20 return QObject::tr (
"Unknown");