Engauge Digitizer 2
|
Converts old (=pre version 6) enums to new (=version 6) enums, for reading of old document files. More...
#include <MigrateToVersion6.h>
Public Member Functions | |
MigrateToVersion6 () | |
Single constructor. | |
ColorPalette | colorPalette (int preVersion6) const |
Color from color palette. | |
CurveConnectAs | curveConnectAs (int preVersion6) const |
Line drawn between points. | |
PointShape | pointShape (int preVersion6) const |
Point shape. | |
int | pointRadius (int preVersion6) const |
Point radius. | |
Converts old (=pre version 6) enums to new (=version 6) enums, for reading of old document files.
Definition at line 15 of file MigrateToVersion6.h.
MigrateToVersion6::MigrateToVersion6 | ( | ) |
ColorPalette MigrateToVersion6::colorPalette | ( | int | preVersion6 | ) | const |
Color from color palette.
Definition at line 13 of file MigrateToVersion6.cpp.
CurveConnectAs MigrateToVersion6::curveConnectAs | ( | int | preVersion6 | ) | const |
Line drawn between points.
Definition at line 48 of file MigrateToVersion6.cpp.
Point radius.
Definition at line 85 of file MigrateToVersion6.cpp.
PointShape MigrateToVersion6::pointShape | ( | int | preVersion6 | ) | const |
Point shape.
Definition at line 62 of file MigrateToVersion6.cpp.