Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
ExportPointsSelectionRelations.h
1 #ifndef EXPORT_POINTS_SELECTION_RELATIONS_H
2 #define EXPORT_POINTS_SELECTION_RELATIONS_H
3 
4 #include <QString>
5 
6 enum ExportPointsSelectionRelations {
7  EXPORT_POINTS_SELECTION_RELATIONS_INTERPOLATE,
8  EXPORT_POINTS_SELECTION_RELATIONS_RAW
9 };
10 
11 extern QString exportPointsSelectionRelationsToString (ExportPointsSelectionRelations exportPointsSelectionRelations);
12 
13 #endif // EXPORT_POINTS_SELECTION_RELATIONS_H