Engauge Digitizer 2
|
Validator for generic (=simple) numbers that must be greater than zero. More...
#include <DlgValidatorAboveZero.h>
Public Member Functions | |
DlgValidatorAboveZero (const QLocale &locale, QObject *parent=0) | |
Single constructor. | |
virtual QValidator::State | validate (QString &input, int &pos) const |
Apply the standard validation with 0 as the exclusive minimum. Call setCoordScale just before calling this method. | |
Public Member Functions inherited from DlgValidatorAbstract | |
DlgValidatorAbstract (QObject *parent=0) | |
Single constructor. | |
virtual | ~DlgValidatorAbstract () |
Validator for generic (=simple) numbers that must be greater than zero.
Definition at line 14 of file DlgValidatorAboveZero.h.
DlgValidatorAboveZero::DlgValidatorAboveZero | ( | const QLocale & | locale, |
QObject * | parent = 0 ) |
Single constructor.
Definition at line 12 of file DlgValidatorAboveZero.cpp.
|
virtual |
Apply the standard validation with 0 as the exclusive minimum. Call setCoordScale just before calling this method.
Implements DlgValidatorAbstract.
Definition at line 20 of file DlgValidatorAboveZero.cpp.