KDECore
kcalendarsystemqdate.cpp
Go to the documentation of this file.
57 virtual QString monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const;
86 KConfigGroup cg = lcg.group(QString::fromLatin1("KCalendarSystem %1").arg(q->calendarType(q->calendarSystem())));
96 format = i18nc("(kdedt-format) Gregorian, BC, full era year format used for %EY, e.g. 2000 BC", "%Ey %EC");
106 format = i18nc("(kdedt-format) Gregorian, AD, full era year format used for %EY, e.g. 2000 AD", "%Ey %EC");
168 QString KCalendarSystemQDatePrivate::monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const
206 return ki18nc("Gregorian month 1 - KLocale::ShortName Possessive", "of Jan").toString(locale());
208 return ki18nc("Gregorian month 2 - KLocale::ShortName Possessive", "of Feb").toString(locale());
210 return ki18nc("Gregorian month 3 - KLocale::ShortName Possessive", "of Mar").toString(locale());
212 return ki18nc("Gregorian month 4 - KLocale::ShortName Possessive", "of Apr").toString(locale());
214 return ki18nc("Gregorian month 5 - KLocale::ShortName Possessive", "of May").toString(locale());
216 return ki18nc("Gregorian month 6 - KLocale::ShortName Possessive", "of Jun").toString(locale());
218 return ki18nc("Gregorian month 7 - KLocale::ShortName Possessive", "of Jul").toString(locale());
220 return ki18nc("Gregorian month 8 - KLocale::ShortName Possessive", "of Aug").toString(locale());
222 return ki18nc("Gregorian month 9 - KLocale::ShortName Possessive", "of Sep").toString(locale());
224 return ki18nc("Gregorian month 10 - KLocale::ShortName Possessive", "of Oct").toString(locale());
226 return ki18nc("Gregorian month 11 - KLocale::ShortName Possessive", "of Nov").toString(locale());
228 return ki18nc("Gregorian month 12 - KLocale::ShortName Possessive", "of Dec").toString(locale());
268 return ki18nc("Gregorian month 1 - KLocale::LongName Possessive", "of January").toString(locale());
270 return ki18nc("Gregorian month 2 - KLocale::LongName Possessive", "of February").toString(locale());
272 return ki18nc("Gregorian month 3 - KLocale::LongName Possessive", "of March").toString(locale());
274 return ki18nc("Gregorian month 4 - KLocale::LongName Possessive", "of April").toString(locale());
278 return ki18nc("Gregorian month 6 - KLocale::LongName Possessive", "of June").toString(locale());
280 return ki18nc("Gregorian month 7 - KLocale::LongName Possessive", "of July").toString(locale());
282 return ki18nc("Gregorian month 8 - KLocale::LongName Possessive", "of August").toString(locale());
284 return ki18nc("Gregorian month 9 - KLocale::LongName Possessive", "of September").toString(locale());
286 return ki18nc("Gregorian month 10 - KLocale::LongName Possessive", "of October").toString(locale());
288 return ki18nc("Gregorian month 11 - KLocale::LongName Possessive", "of November").toString(locale());
290 return ki18nc("Gregorian month 12 - KLocale::LongName Possessive", "of December").toString(locale());
327 QString KCalendarSystemQDatePrivate::weekDayName(int weekDay, KLocale::DateTimeComponentFormat format) const
397 KCalendarSystemQDate::KCalendarSystemQDate(const KSharedConfig::Ptr config, const KLocale *locale)
403 KCalendarSystemQDate::KCalendarSystemQDate(KCalendarSystemQDatePrivate &dd, const KSharedConfig::Ptr config, const KLocale *locale)
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 20:55:36 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 20:55:36 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.