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

Public Member Functions |
|
| QRegExpValidator (QObject *parent=0) | |
| QRegExpValidator (const QRegExp &rx, QObject *parent) | |
| ~QRegExpValidator () | |
| virtual QValidator::State | validate (QString &input, int &pos) const |
| void | setRegExp (const QRegExp &rx) |
| const QRegExp & | regExp () const |
Properties |
|
| QRegExp | regExp |
| QRegExpValidator | ( | QObject * | parent = 0 |
) | [explicit] |
| QRegExpValidator | ( | const QRegExp & | rx, |
| QObject * | parent | ||
| ) |
| ~QRegExpValidator | ( | ) |
| virtual QValidator::State validate | ( | QString & | input, |
| int & | pos | ||
| ) | const [virtual] |
Implements QValidator.
| void setRegExp | ( | const QRegExp & | rx | ) |
| const QRegExp& regExp | ( | ) | const [inline] |
Definition at line 195 of file qvalidator.h.
{ return r; } // ### make inline for 5.0
QRegExp regExp [read,
write] |
Definition at line 185 of file qvalidator.h.