Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Coord
CoordsType.h
1
#ifndef COORDS_TYPE_H
2
#define COORDS_TYPE_H
3
4
#include <QString>
5
6
enum
CoordsType {
7
COORDS_TYPE_CARTESIAN,
8
COORDS_TYPE_POLAR
9
};
10
11
extern
QString coordsTypeToString (CoordsType coordsType);
12
13
#endif // COORDS_TYPE_H
Generated on Tue Sep 29 2015 10:04:13 for Engauge Digitizer by
1.8.9.1