Engauge Digitizer
2
|
Highest-level wrapper around other Formats classes. More...
#include <FormatCoordsUnits.h>
Public Member Functions | |
FormatCoordsUnits () | |
Single constructor. | |
void | formattedToUnformatted (const QString &xThetaFormatted, const QString &yRadiusFormatted, const DocumentModelCoords &modelCoords, const MainWindowModel &mainWindowModel, double &xThetaUnformatted, double &yRadiusUnformatted) const |
Convert formatted string to unformatted numeric value. | |
void | unformattedToFormatted (double xThetaUnformatted, double yRadiusUnformatted, const DocumentModelCoords &modelCoords, const DocumentModelGeneral &modelGeneral, const MainWindowModel &mainWindowModel, QString &xThetaFormatted, QString &yRadiusFormatted, const Transformation &transformation) const |
Convert unformatted numeric value to formatted string. Transformation is used to determine best resolution. | |
Highest-level wrapper around other Formats classes.
Definition at line 17 of file FormatCoordsUnits.h.