7 #ifndef DLG_VALIDATOR_FACTORY_H
8 #define DLG_VALIDATOR_FACTORY_H
10 #include "CoordScale.h"
11 #include "CoordUnitsNonPolarTheta.h"
12 #include "CoordUnitsPolarTheta.h"
27 CoordUnitsNonPolarTheta coordUnitsCartesian,
28 CoordUnitsNonPolarTheta coordUnitsPolar,
29 CoordUnitsDate coordUnitsDate,
30 CoordUnitsTime coordUnitsTime,
31 const QLocale &locale)
const;
36 CoordUnitsNonPolarTheta coordUnitsCartesian,
37 CoordUnitsPolarTheta coordUnitsPolar,
38 CoordUnitsDate coordUnitsDate,
39 CoordUnitsTime coordUnitsTime,
40 const QLocale &locale)
const;
44 CoordUnitsNonPolarTheta coordUnits,
45 CoordUnitsDate coordUnitsDate,
46 CoordUnitsTime coordUnitsTime,
47 const QLocale &locale)
const;
51 CoordUnitsPolarTheta coordUnits,
52 const QLocale &locale)
const;
55 #endif // DLG_VALIDATOR_FACTORY_H
DlgValidatorFactory()
Single constructor.
Abstract validator for all numeric formats.
DlgValidatorAbstract * createCartesianOrPolarWithPolarPolar(CoordScale coordScale, bool isCartesian, CoordUnitsNonPolarTheta coordUnitsCartesian, CoordUnitsPolarTheta coordUnitsPolar, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime, const QLocale &locale) const
Factory method for generating validators for either cartesian or polar case, when polar format is spe...
DlgValidatorAbstract * createWithNonPolar(CoordScale coordScale, CoordUnitsNonPolarTheta coordUnits, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime, const QLocale &locale) const
Factory method for generating validators when cartesian/polar case handling is handled externally...
DlgValidatorAbstract * createCartesianOrPolarWithNonPolarPolar(CoordScale coordScale, bool isCartesian, CoordUnitsNonPolarTheta coordUnitsCartesian, CoordUnitsNonPolarTheta coordUnitsPolar, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime, const QLocale &locale) const
Factory method for generating validators for either cartesian or polar case, when polar format is spe...
DlgValidatorAbstract * createWithPolar(CoordScale coordScale, CoordUnitsPolarTheta coordUnits, const QLocale &locale) const
Factory method for generating validators when cartesian/polar case handling is handled externally...