Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Export
ExportLayoutFunctions.cpp
1
#include "ExportLayoutFunctions.h"
2
3
QString exportLayoutFunctionsToString (ExportLayoutFunctions exportLayoutFunctions)
4
{
5
switch
(exportLayoutFunctions) {
6
case
EXPORT_LAYOUT_ALL_PER_LINE:
7
return
"AllPerLine"
;
8
9
case
EXPORT_LAYOUT_ONE_PER_LINE:
10
return
"OnePerLine"
;
11
12
default
:
13
return
"Unknown"
;
14
}
15
}
Generated on Tue Sep 29 2015 10:04:15 for Engauge Digitizer by
1.8.9.1