#include </home/clem/local/src/opie/library/calendar.h>
Static Public Member Functions | |
| static QString | nameOfMonth (int m) |
| static QString | nameOfDay (int d) |
| static QValueList< Day > | daysOfMonth (int year, int month, bool startWithMonday=FALSE) |
Classes | |
| struct | Day |
Definition at line 26 of file calendar.h.
|
||||||||||||||||
|
Definition at line 82 of file calendar.cpp. References QValueList< T >::append(), QValueList< T >::count(), QDate::dayOfWeek(), QDate::daysInMonth(), FALSE, i, Calendar::Day::NextMonth, Calendar::Day::PrevMonth, QDate::setYMD(), and Calendar::Day::ThisMonth. Referenced by DateBookMonthTable::setupTable(), and ODateBookMonthTable::setupTable(). |
|
|
Returns the name of the day for d. Equivalent to QDate::dayName(). Definition at line 75 of file calendar.cpp. References QDate::dayName(), and tr. Referenced by DateBookEvent::differDate(), DateBookWeekView::initNames(), DateBookMonthTable::setupLabels(), and ODateBookMonthTable::setupLabels(). |
|
|
Returns the name of the month for m. Equivalent to QDate::monthName(). Definition at line 65 of file calendar.cpp. References d, QDate::monthName(), and tr. Referenced by DateBookMonthHeader::DateBookMonthHeader(), DateBookWeekLstHeader::setDate(), and DateBookWeekHeader::setDate(). |
1.4.2