![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
#include <qcalendar.h>
 Collaboration diagram for QCalendar::YearMonthDay:Public Member Functions | |
| YearMonthDay ()=default | |
| YearMonthDay (int y, int m=1, int d=1) | |
| bool | isValid () const | 
Public Attributes | |
| int | year = Unspecified | 
| int | month = Unspecified | 
| int | day = Unspecified | 
Definition at line 58 of file qcalendar.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 61 of file qcalendar.h.
      
  | 
  inline | 
Definition at line 63 of file qcalendar.h.
References Unspecified.
Referenced by QCalendar::dateFromParts(), and QDate::getDate().
 Here is the caller graph for this function:| int QCalendar::YearMonthDay::day = Unspecified | 
Definition at line 69 of file qcalendar.h.
Referenced by QCalendar::dateFromParts(), QDate::day(), fixedDate(), fixedDate(), QDate::getDate(), and QtPrivate::QCalendarView::moveCursor().
| int QCalendar::YearMonthDay::month = Unspecified | 
Definition at line 68 of file qcalendar.h.
Referenced by QCalendar::dateFromParts(), fixedDate(), fixedDate(), QDate::getDate(), and QDate::month().
| int QCalendar::YearMonthDay::year = Unspecified | 
Definition at line 67 of file qcalendar.h.
Referenced by QCalendar::dateFromParts(), fixedDate(), fixedDate(), QDate::getDate(), and QDate::year().