Engauge Digitizer 2
Loading...
Searching...
No Matches
Functions
CoordsType.cpp File Reference
#include "CoordsType.h"
Include dependency graph for CoordsType.cpp:

Go to the source code of this file.

Functions

QString coordsTypeToString (CoordsType coordsType)
 

Function Documentation

◆ coordsTypeToString()

QString coordsTypeToString ( CoordsType coordsType)

Definition at line 9 of file CoordsType.cpp.

10{
12
13 switch (coordsType) {
15 rtn = "Cartesian";
16 break;
17
19 rtn = "Polar";
20 break;
21 }
22
23 return rtn;
24}
@ COORDS_TYPE_POLAR
Definition CoordsType.h:14
@ COORDS_TYPE_CARTESIAN
Definition CoordsType.h:13
const int INNER_RADIUS_MIN