Validator factory. More...
#include <DlgValidatorFactory.h>
Public Member Functions | |
DlgValidatorFactory () | |
Single constructor. | |
DlgValidatorAbstract * | createCartesianOrPolarWithNonPolarPolar (CoordScale coordScale, bool isCartesian, CoordUnitsNonPolarTheta coordUnitsCartesian, CoordUnitsNonPolarTheta coordUnitsPolar, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime) const |
Factory method for generating validators for either cartesian or polar case, when polar format is specified by CoordUnitsNonPolarTheta. | |
DlgValidatorAbstract * | createCartesianOrPolarWithPolarPolar (CoordScale coordScale, bool isCartesian, CoordUnitsNonPolarTheta coordUnitsCartesian, CoordUnitsPolarTheta coordUnitsPolar, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime) const |
Factory method for generating validators for either cartesian or polar case, when polar format is specified by CoordUnitsPolarTheta. | |
DlgValidatorAbstract * | createWithNonPolar (CoordScale coordScale, CoordUnitsNonPolarTheta coordUnits, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime) const |
Factory method for generating validators when cartesian/polar case handling is handled externally, and format is specified by CoordUnitsNonPolarTheta. | |
DlgValidatorAbstract * | createWithPolar (CoordScale coordScale, CoordUnitsPolarTheta coordUnits) const |
Factory method for generating validators when cartesian/polar case handling is handled externally, and format is specified by CoordUnitsNonPolarTheta. | |
Validator factory.
Definition at line 11 of file DlgValidatorFactory.h.