|
Public Types |
enum | EUnit {
distance = 0,
angle,
energy,
time,
percentage,
temperature,
pressure,
dipole,
irfrequency,
END_OF_UNITS
} |
Public Methods |
void __fastcall | MakeCopyFrom (CUnits ©) |
CSmallString __fastcall | GetRealValueCaption (double internalvalue, const CSmallString &format, EUnit unit) |
CSmallString __fastcall | GetRealValueCaption (double internalvalue, EUnit unit) |
double __fastcall | GetRealValue (double internalvalue, EUnit unit) |
double __fastcall | GetValue (double realvalue, EUnit unit) |
double __fastcall | GetValue (const CSmallString &realvalue, EUnit unit) |
const CSmallString __fastcall | GetUnitCaption (EUnit unit) |
bool __fastcall | Init (void) |
bool __fastcall | SaveAll (void) |
Public Attributes |
CUnitDescription | Units [END_OF_UNITS] |