|
Engauge Digitizer
2
|
Abstract validator for all numeric formats. More...
#include <DlgValidatorAbstract.h>


Public Member Functions | |
| DlgValidatorAbstract (QObject *parent=0) | |
| Single constructor. More... | |
| virtual | ~DlgValidatorAbstract () |
| virtual QValidator::State | validate (QString &input, int &pos) const =0 |
| Validate according to the numeric format specific to the leaf class. More... | |
Abstract validator for all numeric formats.
Definition at line 14 of file DlgValidatorAbstract.h.
| DlgValidatorAbstract::DlgValidatorAbstract | ( | QObject * | parent = 0 | ) |
|
virtual |
Definition at line 16 of file DlgValidatorAbstract.cpp.
|
pure virtual |
Validate according to the numeric format specific to the leaf class.
Implemented in DlgValidatorNumber, DlgValidatorDateTime, DlgValidatorDegreesMinutesSeconds, and DlgValidatorAboveZero.
1.8.14