Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Coord
CoordsType.cpp
1
#include "CoordsType.h"
2
3
QString coordsTypeToString (CoordsType coordsType)
4
{
5
switch
(coordsType) {
6
case
COORDS_TYPE_CARTESIAN:
7
return
"Cartesian"
;
8
9
case
COORDS_TYPE_POLAR:
10
return
"Polar"
;
11
12
default
:
13
return
"Unknown"
;
14
}
15
}
Generated on Tue Sep 29 2015 10:04:13 for Engauge Digitizer by
1.8.9.1