|
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. More... | |
| ColorPalette | colorPalette (int preVersion6) const |
| Color from color palette. More... | |
| CurveConnectAs | curveConnectAs (int preVersion6) const |
| Line drawn between points. More... | |
| PointShape | pointShape (int preVersion6) const |
| Point shape. More... | |
| int | pointRadius (int preVersion6) const |
| Point radius. More... | |
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.
| int MigrateToVersion6::pointRadius | ( | int | preVersion6 | ) | const |
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.
1.8.14