Definition at line 96 of file qvalidator.h.
#include <qvalidator.h>

Public Member Functions |
|
| QIntValidator (QObject *parent=0) | |
| QIntValidator (int bottom, int top, QObject *parent) | |
| ~QIntValidator () | |
| QValidator::State | validate (QString &, int &) const |
| void | fixup (QString &input) const |
| void | setBottom (int) |
| void | setTop (int) |
| virtual void | setRange (int bottom, int top) |
| int | bottom () const |
| int | top () const |
Properties |
|
| int | bottom |
| int | top |
| QIntValidator | ( | QObject * | parent = 0 |
) | [explicit] |
| QIntValidator | ( | int | bottom, |
| int | top, | ||
| QObject * | parent | ||
| ) |
| ~QIntValidator | ( | ) |
| QValidator::State validate | ( | QString & | , |
| int & | |||
| ) | const [virtual] |
Implements QValidator.
| void fixup | ( | QString & | input | ) | const [virtual] |
Reimplemented from QValidator.
| void setBottom | ( | int | ) |
| void setTop | ( | int | ) |
| virtual void setRange | ( | int | bottom, |
| int | top | ||
| ) | [virtual] |
| int bottom | ( | ) | const [inline] |
| int top | ( | ) | const [inline] |
int bottom [read, write] |
Definition at line 99 of file qvalidator.h.
int top [read, write] |
Definition at line 100 of file qvalidator.h.