Engauge Digitizer  2
PointShape.h
Go to the documentation of this file.
1 /******************************************************************************************************
2  * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3  * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4  * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5  ******************************************************************************************************/
6 
7 #ifndef POINT_SHAPE_H
8 #define POINT_SHAPE_H
9 
10 #include <QString>
11 
12 enum PointShape {
21 };
22 
23 extern QString pointShapeToString (PointShape pointShape);
24 
25 #endif // POINT_SHAPE_H
POINT_SHAPE_SQUARE
Definition: PointShape.h:18
POINT_SHAPE_CIRCLE
Definition: PointShape.h:15
POINT_SHAPE_HOURGLASS
Definition: PointShape.h:21
POINT_SHAPE_TRIANGLE
Definition: PointShape.h:19
POINT_SHAPE_CROSS
Definition: PointShape.h:16
POINT_SHAPE_TRIANGLE2
Definition: PointShape.h:22
POINT_SHAPE_DIAMOND
Definition: PointShape.h:17
POINT_SHAPE_X
Definition: PointShape.h:20
pointShapeToString
QString pointShapeToString(PointShape pointShape)
Definition: PointShape.cpp:10
PointShape
PointShape
Definition: PointShape.h:11