7 #ifndef MIGRATE_TO_VERSION_6_H 8 #define MIGRATE_TO_VERSION_6_H 10 #include "ColorPalette.h" 11 #include "CurveConnectAs.h" 12 #include "PointShape.h" 34 #endif // MIGRATE_TO_VERSION_6_H int pointRadius(int preVersion6) const
Point radius.
Converts old (=pre version 6) enums to new (=version 6) enums, for reading of old document files...
CurveConnectAs curveConnectAs(int preVersion6) const
Line drawn between points.
ColorPalette colorPalette(int preVersion6) const
Color from color palette.
PointShape pointShape(int preVersion6) const
Point shape.
MigrateToVersion6()
Single constructor.