Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::QCalendarDateValidator Class Reference
+ Collaboration diagram for QtPrivate::QCalendarDateValidator:

Public Member Functions

 QCalendarDateValidator ()
 
 ~QCalendarDateValidator ()
 
void handleKeyEvent (QKeyEvent *keyEvent, QCalendar cal)
 
QString currentText (QCalendar cal) const
 
QDate currentDate () const
 
void setFormat (const QString &format)
 
void setInitialDate (QDate date, QCalendar cal)
 
void setLocale (const QLocale &locale)
 
 QCalendarDateValidator ()
 
 ~QCalendarDateValidator ()
 
void handleKeyEvent (QKeyEvent *keyEvent, QCalendar cal)
 
QString currentText (QCalendar cal) const
 
QDate currentDate () const
 
void setFormat (const QString &format)
 
void setInitialDate (QDate date, QCalendar cal)
 
void setLocale (const QLocale &locale)
 

Detailed Description

Definition at line 407 of file qcalendarwidget.cpp.

Constructor & Destructor Documentation

◆ QCalendarDateValidator() [1/2]

QtPrivate::QCalendarDateValidator::QCalendarDateValidator ( )

Definition at line 443 of file qcalendarwidget.cpp.

References QCalendarDateValidator(), and QtPrivate::QCalendarDateSectionValidator::ThisSection.

Referenced by QCalendarDateValidator().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~QCalendarDateValidator() [1/2]

QtPrivate::QCalendarDateValidator::~QCalendarDateValidator ( )

Definition at line 458 of file qcalendarwidget.cpp.

◆ QCalendarDateValidator() [2/2]

QtPrivate::QCalendarDateValidator::QCalendarDateValidator ( )

◆ ~QCalendarDateValidator() [2/2]

QtPrivate::QCalendarDateValidator::~QCalendarDateValidator ( )

Member Function Documentation

◆ currentDate() [1/2]

QDate QtPrivate::QCalendarDateValidator::currentDate ( ) const
inline

Definition at line 415 of file qcalendarwidget.cpp.

◆ currentDate() [2/2]

QDate QtPrivate::QCalendarDateValidator::currentDate ( ) const
inline

Definition at line 415 of file qcalendarwidget.cpp.

◆ currentText() [1/2]

QString QtPrivate::QCalendarDateValidator::currentText ( QCalendar cal) const

Definition at line 484 of file qcalendarwidget.cpp.

References QtPrivate::QCalendarDateSectionValidator::text(), and QtPrivate::SectionToken::validator.

+ Here is the call graph for this function:

◆ currentText() [2/2]

QString QtPrivate::QCalendarDateValidator::currentText ( QCalendar cal) const

◆ handleKeyEvent() [1/2]

void QtPrivate::QCalendarDateValidator::handleKeyEvent ( QKeyEvent * keyEvent,
QCalendar cal )

Definition at line 581 of file qcalendarwidget.cpp.

◆ handleKeyEvent() [2/2]

void QtPrivate::QCalendarDateValidator::handleKeyEvent ( QKeyEvent * keyEvent,
QCalendar cal )

◆ setFormat() [1/2]

void QtPrivate::QCalendarDateValidator::setFormat ( const QString & format)

Definition at line 510 of file qcalendarwidget.cpp.

◆ setFormat() [2/2]

void QtPrivate::QCalendarDateValidator::setFormat ( const QString & format)

◆ setInitialDate() [1/2]

void QtPrivate::QCalendarDateValidator::setInitialDate ( QDate date,
QCalendar cal )

◆ setInitialDate() [2/2]

void QtPrivate::QCalendarDateValidator::setInitialDate ( QDate date,
QCalendar cal )

◆ setLocale() [1/2]

void QtPrivate::QCalendarDateValidator::setLocale ( const QLocale & locale)

Definition at line 451 of file qcalendarwidget.cpp.

◆ setLocale() [2/2]

void QtPrivate::QCalendarDateValidator::setLocale ( const QLocale & locale)

The documentation for this class was generated from the following file: