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

Public Types |
|
| enum | Notation { StandardNotation, ScientificNotation } |
Public Member Functions |
|
| QDoubleValidator (QObject *parent=0) | |
| QDoubleValidator (double bottom, double top, int decimals, QObject *parent) | |
| ~QDoubleValidator () | |
| QValidator::State | validate (QString &, int &) const |
| virtual void | setRange (double bottom, double top, int decimals=0) |
| void | setBottom (double) |
| void | setTop (double) |
| void | setDecimals (int) |
| void | setNotation (Notation) |
| double | bottom () const |
| double | top () const |
| int | decimals () const |
| Notation | notation () const |
Properties |
|
| double | bottom |
| double | top |
| int | decimals |
| Notation | notation |
| enum Notation |
Definition at line 148 of file qvalidator.h.
| QDoubleValidator | ( | QObject * | parent = 0 |
) | [explicit] |
| QDoubleValidator | ( | double | bottom, |
| double | top, | ||
| int | decimals, | ||
| QObject * | parent | ||
| ) |
| ~QDoubleValidator | ( | ) |
| QValidator::State validate | ( | QString & | , |
| int & | |||
| ) | const [virtual] |
Implements QValidator.
| virtual void setRange | ( | double | bottom, |
| double | top, | ||
| int | decimals = 0 |
||
| ) | [virtual] |
| void setBottom | ( | double | ) |
| void setTop | ( | double | ) |
| void setDecimals | ( | int | ) |
| void setNotation | ( | Notation | ) |
| double bottom | ( | ) | const [inline] |
| double top | ( | ) | const [inline] |
| int decimals | ( | ) | const [inline] |
| Notation notation | ( | ) | const |
double bottom [read, write] |
Definition at line 137 of file qvalidator.h.
double top [read, write] |
Definition at line 138 of file qvalidator.h.
int decimals [read, write] |
Definition at line 139 of file qvalidator.h.
Notation
notation [read, write] |
Definition at line 141 of file qvalidator.h.