KDEUI
KDateValidator Class Reference
Validates user-entered dates. More...
#include <kdatetable.h>
Inheritance diagram for KDateValidator:
Public Member Functions | |
| State | date (const QString &text, QDate &date) const |
| virtual void | fixup (QString &input) const |
| KDateValidator (QWidget *parent=0) | |
| virtual State | validate (QString &text, int &e) const |
Detailed Description
Validates user-entered dates.
Definition at line 109 of file kdatetable.h.
Constructor & Destructor Documentation
| KDateValidator::KDateValidator | ( | QWidget * | parent = 0 |
) |
Definition at line 211 of file kdatetable.cpp.
Member Function Documentation
| QValidator::State KDateValidator::date | ( | const QString & | text, | |
| QDate & | date | |||
| ) | const |
Definition at line 224 of file kdatetable.cpp.
| void KDateValidator::fixup | ( | QString & | input | ) | const [virtual] |
Definition at line 235 of file kdatetable.cpp.
| QValidator::State KDateValidator::validate | ( | QString & | text, | |
| int & | e | |||
| ) | const [virtual] |
Definition at line 215 of file kdatetable.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference