Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Ordinal
OrdinalToGraphicsPoint.h
1
#ifndef ORDINAL_TO_GRAPHICS_POINT_H
2
#define ORDINAL_TO_GRAPHICS_POINT_H
3
4
#include <QMap>
5
6
class
GraphicsPoint
;
7
8
// Use QMap, which keeps the keys sorted, to map ordinal to GraphicsPoint
9
typedef
QMap<double, GraphicsPoint*> OrdinalToGraphicsPoint;
10
11
#endif // ORDINAL_TO_GRAPHICS_POINT_H
GraphicsPoint
Graphics item for drawing a circular or polygonal Point.
Definition:
GraphicsPoint.h:33
Generated on Wed Oct 7 2015 18:11:00 for Engauge Digitizer by
1.8.9.1