QtGui/qvalidator.h Source File
Go to the documentation of this file.
56 #ifndef QT_NO_VALIDATOR
58 class QValidatorPrivate;
72 #if defined(QT3_SUPPORT) && !defined(Q_MOC_RUN)
73 , Valid = Intermediate
77 void setLocale(
const QLocale &locale);
81 virtual void fixup(
QString &)
const;
108 void fixup(QString &
input) const;
112 virtual
void setRange(
int bottom,
int top);
114 int bottom()
const {
return b; }
132 class QDoubleValidatorPrivate;
155 virtual void setRange(
double bottom,
double top,
int decimals = 0);
156 void setBottom(
double);
158 void setDecimals(
int);
159 void setNotation(Notation);
162 double top()
const {
return t; }
164 Notation notation()
const;
169 QT3_SUPPORT_CONSTRUCTOR
QDoubleValidator(
double bottom,
double top,
int decimals,
194 void setRegExp(
const QRegExp& rx);
209 #endif // QT_NO_REGEXP
211 #endif // QT_NO_VALIDATOR
217 #endif // QVALIDATOR_H
GLdouble GLdouble GLdouble r
unsigned int(APIENTRYP PFNGLXGETAGPOFFSETMESAPROC)(const void *pointer)
GLenum GLenum GLenum input
State
The state the media producing object is in at the moment.
Q_CORE_EXPORT QTextStream & dec(QTextStream &s)
#define QT_BEGIN_NAMESPACE
const QRegExp & regExp() const
virtual State validate(QString &, int &) const =0
GLuint const GLchar * name