Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
enum | Section { NextSection , ThisSection , PrevSection , NextSection , ThisSection , PrevSection } |
enum | Section { NextSection , ThisSection , PrevSection , NextSection , ThisSection , PrevSection } |
Public Member Functions | |
QCalendarDateSectionValidator () | |
virtual | ~QCalendarDateSectionValidator () |
virtual Section | handleKey (int key)=0 |
virtual QDate | applyToDate (QDate date, QCalendar cal=QCalendar()) const =0 |
virtual void | setDate (QDate date, QCalendar cal=QCalendar())=0 |
virtual QString | text () const =0 |
virtual QString | text (QDate date, QCalendar cal, int repeat) const =0 |
QCalendarDateSectionValidator () | |
virtual | ~QCalendarDateSectionValidator () |
virtual Section | handleKey (int key)=0 |
virtual QDate | applyToDate (QDate date, QCalendar cal=QCalendar()) const =0 |
virtual void | setDate (QDate date, QCalendar cal=QCalendar())=0 |
virtual QString | text () const =0 |
virtual QString | text (QDate date, QCalendar cal, int repeat) const =0 |
Public Attributes | |
QLocale | m_locale |
Static Protected Member Functions | |
static QString | highlightString (const QString &str, int pos) |
static QString | highlightString (const QString &str, int pos) |
Definition at line 47 of file qcalendarwidget.cpp.
Enumerator | |
---|---|
NextSection | |
ThisSection | |
PrevSection | |
NextSection | |
ThisSection | |
PrevSection |
Definition at line 51 of file qcalendarwidget.cpp.
Enumerator | |
---|---|
NextSection | |
ThisSection | |
PrevSection | |
NextSection | |
ThisSection | |
PrevSection |
Definition at line 51 of file qcalendarwidget.cpp.
|
inline |
Definition at line 57 of file qcalendarwidget.cpp.
Referenced by QtPrivate::QCalendarDayValidator::QCalendarDayValidator(), QtPrivate::QCalendarMonthValidator::QCalendarMonthValidator(), and QtPrivate::QCalendarYearValidator::QCalendarYearValidator().
|
inlinevirtual |
Definition at line 58 of file qcalendarwidget.cpp.
|
inline |
Definition at line 57 of file qcalendarwidget.cpp.
|
inlinevirtual |
Definition at line 58 of file qcalendarwidget.cpp.
|
pure virtual |
|
pure virtual |
|
staticprotected |
Definition at line 71 of file qcalendarwidget.cpp.
|
staticprotected |
|
pure virtual |
Implemented in QtPrivate::QCalendarDayValidator, QtPrivate::QCalendarDayValidator, QtPrivate::QCalendarMonthValidator, QtPrivate::QCalendarMonthValidator, QtPrivate::QCalendarYearValidator, and QtPrivate::QCalendarYearValidator.
Referenced by QtPrivate::QCalendarDateValidator::currentText().
|
pure virtual |
QLocale QtPrivate::QCalendarDateSectionValidator::m_locale |
Definition at line 65 of file qcalendarwidget.cpp.