Engauge Digitizer
2
Loading...
Searching...
No Matches
Point
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
{
13
POINT_SHAPE_CIRCLE
,
14
POINT_SHAPE_CROSS
,
15
POINT_SHAPE_DIAMOND
,
16
POINT_SHAPE_SQUARE
,
17
POINT_SHAPE_TRIANGLE
,
18
POINT_SHAPE_X
,
19
POINT_SHAPE_HOURGLASS
,
20
POINT_SHAPE_TRIANGLE2
21
};
22
23
extern
QString
pointShapeToString
(
PointShape
pointShape);
24
25
#endif
// POINT_SHAPE_H
pointShapeToString
QString pointShapeToString(PointShape pointShape)
Definition
PointShape.cpp:10
PointShape
PointShape
Definition
PointShape.h:12
POINT_SHAPE_X
@ POINT_SHAPE_X
Definition
PointShape.h:18
POINT_SHAPE_DIAMOND
@ POINT_SHAPE_DIAMOND
Definition
PointShape.h:15
POINT_SHAPE_CIRCLE
@ POINT_SHAPE_CIRCLE
Definition
PointShape.h:13
POINT_SHAPE_TRIANGLE
@ POINT_SHAPE_TRIANGLE
Definition
PointShape.h:17
POINT_SHAPE_TRIANGLE2
@ POINT_SHAPE_TRIANGLE2
Definition
PointShape.h:20
POINT_SHAPE_HOURGLASS
@ POINT_SHAPE_HOURGLASS
Definition
PointShape.h:19
POINT_SHAPE_CROSS
@ POINT_SHAPE_CROSS
Definition
PointShape.h:14
POINT_SHAPE_SQUARE
@ POINT_SHAPE_SQUARE
Definition
PointShape.h:16
Generated on
for Engauge Digitizer by
1.14.0