KDateValidator Class Reference
Validates user-entered dates. More...
#include <kdatetable.h>
Inheritance diagram for KDateValidator:

Public Member Functions | |
| KDateValidator (QWidget *parent=0) | |
| State | date (const QString &text, QDate &date) const |
| virtual void | fixup (QString &input) const |
| virtual State | validate (QString &text, int &e) const |
Detailed Description
Validates user-entered dates.
Definition at line 112 of file kdatetable.h.
Constructor & Destructor Documentation
| KDateValidator::KDateValidator | ( | QWidget * | parent = 0 | ) |
Definition at line 217 of file kdatetable.cpp.
Member Function Documentation
| QValidator::State KDateValidator::date | ( | const QString & | text, |
| QDate & | date | ||
| ) | const |
Definition at line 230 of file kdatetable.cpp.
| void KDateValidator::fixup | ( | QString & | input | ) | const [virtual] |
Definition at line 242 of file kdatetable.cpp.
| QValidator::State KDateValidator::validate | ( | QString & | text, |
| int & | e | ||
| ) | const [virtual] |
Definition at line 221 of file kdatetable.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference