|
Engauge Digitizer
2
|
Abstract validator for all numeric formats. More...
#include <DlgValidatorAbstract.h>
Public Member Functions | |
| DlgValidatorAbstract (QObject *parent=0) | |
| Single constructor. | |
| virtual QValidator::State | validate (QString &input, int &pos) const =0 |
| Validate according to the numeric format specific to the leaf class. | |
Abstract validator for all numeric formats.
Definition at line 8 of file DlgValidatorAbstract.h.
1.8.9.1