Engauge Digitizer
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
POINT_SHAPE_HOURGLASS
Definition:
PointShape.h:19
POINT_SHAPE_CROSS
Definition:
PointShape.h:14
POINT_SHAPE_TRIANGLE
Definition:
PointShape.h:17
PointShape
PointShape
Definition:
PointShape.h:12
POINT_SHAPE_TRIANGLE2
Definition:
PointShape.h:20
pointShapeToString
QString pointShapeToString(PointShape pointShape)
Definition:
PointShape.cpp:10
POINT_SHAPE_DIAMOND
Definition:
PointShape.h:15
POINT_SHAPE_SQUARE
Definition:
PointShape.h:16
POINT_SHAPE_X
Definition:
PointShape.h:18
POINT_SHAPE_CIRCLE
Definition:
PointShape.h:13
Generated on Thu Dec 19 2019 13:20:18 for Engauge Digitizer by
1.8.5