|
Engauge Digitizer
2
|
Format conversions between unformatted and formatted for CoordUnitsStrategyPolarTheta. More...
#include <FormatCoordsUnitsStrategyPolarTheta.h>


Public Member Functions | |
| FormatCoordsUnitsStrategyPolarTheta () | |
| Single constructor. More... | |
| double | formattedToUnformatted (const QString &string, const QLocale &locale, CoordUnitsPolarTheta coordUnits) const |
| Convert formatted string to simple unformatted number. More... | |
| QString | unformattedToFormatted (double valueUnformatted, const QLocale &locale, CoordUnitsPolarTheta coordUnits, const DocumentModelGeneral &modelGeneral, const Transformation &transformation, double valueUnformattedOther) const |
| Convert simple unformatted number to formatted string. More... | |
Public Member Functions inherited from FormatCoordsUnitsStrategyAbstractBase | |
| FormatCoordsUnitsStrategyAbstractBase () | |
| Single constructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FormatCoordsUnitsStrategyAbstractBase | |
| int | precisionDigitsForRawNumber (double valueUnformatted, double valueUnformattedOther, bool isXTheta, const DocumentModelGeneral &modelGeneral, const Transformation &transformation) const |
| Compute precision for outputting an unformatted value, consistent with the resolution at the point where that point lies. More... | |
Format conversions between unformatted and formatted for CoordUnitsStrategyPolarTheta.
Definition at line 19 of file FormatCoordsUnitsStrategyPolarTheta.h.
| FormatCoordsUnitsStrategyPolarTheta::FormatCoordsUnitsStrategyPolarTheta | ( | ) |
Single constructor.
Definition at line 14 of file FormatCoordsUnitsStrategyPolarTheta.cpp.
| double FormatCoordsUnitsStrategyPolarTheta::formattedToUnformatted | ( | const QString & | string, |
| const QLocale & | locale, | ||
| CoordUnitsPolarTheta | coordUnits | ||
| ) | const |
Convert formatted string to simple unformatted number.
Definition at line 18 of file FormatCoordsUnitsStrategyPolarTheta.cpp.
| QString FormatCoordsUnitsStrategyPolarTheta::unformattedToFormatted | ( | double | valueUnformatted, |
| const QLocale & | locale, | ||
| CoordUnitsPolarTheta | coordUnits, | ||
| const DocumentModelGeneral & | modelGeneral, | ||
| const Transformation & | transformation, | ||
| double | valueUnformattedOther | ||
| ) | const |
Convert simple unformatted number to formatted string.
Definition at line 53 of file FormatCoordsUnitsStrategyPolarTheta.cpp.
1.8.14