Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Point
PointShape.h
1
#ifndef POINT_SHAPE_H
2
#define POINT_SHAPE_H
3
4
#include <QString>
5
6
enum
PointShape {
7
POINT_SHAPE_CIRCLE,
8
POINT_SHAPE_CROSS,
9
POINT_SHAPE_DIAMOND,
10
POINT_SHAPE_SQUARE,
11
POINT_SHAPE_TRIANGLE,
12
POINT_SHAPE_X
13
};
14
15
extern
QString pointShapeToString (PointShape pointShape);
16
17
#endif // POINT_SHAPE_H
Generated on Sat Feb 6 2016 08:39:51 for Engauge Digitizer by
1.8.10