KDateValidator Class Reference
#include <kdatetbl.h>
Inherits TQValidator.
Public Member Functions | |
KDateValidator (TQWidget *parent=0, const char *name=0) | |
virtual State | validate (TQString &, int &) const |
virtual void | fixup (TQString &input) const |
State | date (const TQString &, TQDate &) const |
Detailed Description
Validates user-entered dates.
Definition at line 241 of file kdatetbl.h.
Constructor & Destructor Documentation
◆ KDateValidator()
KDateValidator::KDateValidator | ( | TQWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 86 of file kdatetbl.cpp.
Member Function Documentation
◆ date()
TQValidator::State KDateValidator::date | ( | const TQString & | text, |
TQDate & | d | ||
) | const |
Definition at line 100 of file kdatetbl.cpp.
◆ fixup()
|
virtual |
Definition at line 112 of file kdatetbl.cpp.
◆ validate()
|
virtual |
Definition at line 92 of file kdatetbl.cpp.
The documentation for this class was generated from the following files: