Engauge Digitizer  2
MigrateToVersion6.h
1 #ifndef MIGRATE_TO_VERSION_6_H
2 #define MIGRATE_TO_VERSION_6_H
3 
4 #include "ColorPalette.h"
5 #include "CurveConnectAs.h"
6 #include "PointShape.h"
7 
10 {
11  public:
14 
16  ColorPalette colorPalette (int preVersion6) const;
17 
19  CurveConnectAs curveConnectAs (int preVersion6) const;
20 
22  PointShape pointShape (int preVersion6) const;
23 
25  int pointRadius (int preVersion6) const;
26 };
27 
28 #endif // MIGRATE_TO_VERSION_6_H
int pointRadius(int preVersion6) const
Point radius.
ColorPalette colorPalette(int preVersion6) const
Color from color palette.
Converts old (=pre version 6) enums to new (=version 6) enums, for reading of old document files...
PointShape pointShape(int preVersion6) const
Point shape.
MigrateToVersion6()
Single constructor.
CurveConnectAs curveConnectAs(int preVersion6) const
Line drawn between points.