00001
00002
00003
00004
00005
00006
00007 #ifndef MIGRATE_TO_VERSION_6_H
00008 #define MIGRATE_TO_VERSION_6_H
00009
00010 #include "ColorPalette.h"
00011 #include "CurveConnectAs.h"
00012 #include "PointShape.h"
00013
00015 class MigrateToVersion6
00016 {
00017 public:
00019 MigrateToVersion6 ();
00020
00022 ColorPalette colorPalette (int preVersion6) const;
00023
00025 CurveConnectAs curveConnectAs (int preVersion6) const;
00026
00028 PointShape pointShape (int preVersion6) const;
00029
00031 int pointRadius (int preVersion6) const;
00032 };
00033
00034 #endif // MIGRATE_TO_VERSION_6_H