KDECore
kcalendarsystemjalali.cpp
Go to the documentation of this file.
56 virtual QString monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const;
82 format = i18nc("(kdedt-format) Jalali, AP, full era year format used for %EY, e.g. 2000 AP", "%Ey %EC");
179QString KCalendarSystemJalaliPrivate::monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const
279 return ki18nc("Jalali month 1 - KLocale::LongName Possessive", "of Farvardin").toString(locale());
281 return ki18nc("Jalali month 2 - KLocale::LongName Possessive", "of Ordibehesht").toString(locale());
283 return ki18nc("Jalali month 3 - KLocale::LongName Possessive", "of Khordad").toString(locale());
289 return ki18nc("Jalali month 6 - KLocale::LongName Possessive", "of Shahrivar").toString(locale());
299 return ki18nc("Jalali month 11 - KLocale::LongName Possessive", "of Bahman").toString(locale());
301 return ki18nc("Jalali month 12 - KLocale::LongName Possessive", "of Esfand").toString(locale());
338QString KCalendarSystemJalaliPrivate::weekDayName(int weekDay, KLocale::DateTimeComponentFormat format) const
408KCalendarSystemJalali::KCalendarSystemJalali(const KSharedConfig::Ptr config, const KLocale *locale)
virtual QDate epoch() const
Returns a QDate holding the epoch of the calendar system.
Definition: kcalendarsystemjalali.cpp:430
virtual QString monthName(int month, int year, MonthNameFormat format=LongName) const
Gets specific calendar type month name for a given month number If an invalid month is specified,...
Definition: kcalendarsystemjalali.cpp:470
virtual bool isSolar() const
Returns whether the calendar is solar based.
Definition: kcalendarsystemjalali.cpp:505
virtual bool isLunar() const
Returns whether the calendar is lunar based.
Definition: kcalendarsystemjalali.cpp:495
virtual QDate latestValidDate() const
Returns the latest date valid in this calendar system implementation.
Definition: kcalendarsystemjalali.cpp:443
virtual QString weekDayName(int weekDay, WeekDayNameFormat format=LongDayName) const
Gets specific calendar type week day name.
Definition: kcalendarsystemjalali.cpp:480
virtual bool dateToJulianDay(int year, int month, int day, int &jd) const
Internal method to convert YMD values for this calendar system into a Julian Day number.
Definition: kcalendarsystemjalali.cpp:573
virtual int weekDayOfPray() const
Definition: kcalendarsystemjalali.cpp:490
virtual bool isProleptic() const
Returns whether the calendar system is proleptic, i.e.
Definition: kcalendarsystemjalali.cpp:510
virtual bool isLunisolar() const
Returns whether the calendar is lunisolar based.
Definition: kcalendarsystemjalali.cpp:500
virtual bool julianDayToDate(int jd, int &year, int &month, int &day) const
Internal method to convert a Julian Day number into the YMD values for this calendar system.
Definition: kcalendarsystemjalali.cpp:515
virtual QDate earliestValidDate() const
Returns the earliest date valid in this calendar system implementation.
Definition: kcalendarsystemjalali.cpp:436
virtual ~KCalendarSystemJalali()
Definition: kcalendarsystemjalali.cpp:421
virtual bool isValid(int year, int month, int day) const
Returns whether a given date is valid in this calendar system.
Definition: kcalendarsystemjalali.cpp:450
virtual QString calendarType() const
Definition: kcalendarsystemjalali.cpp:425
virtual bool isLeapYear(int year) const
Returns whether a given year is a leap year.
Definition: kcalendarsystemjalali.cpp:460
virtual int latestValidYear() const
Definition: kcalendarsystem.cpp:380
virtual QString monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive=false) const
Definition: kcalendarsystem.cpp:387
virtual bool isLeapYear(int year) const
Definition: kcalendarsystem.cpp:322
virtual KLocale::CalendarSystem calendarSystem() const
Definition: kcalendarsystem.cpp:261
virtual int daysInYear(int year) const
Definition: kcalendarsystem.cpp:304
virtual QString weekDayName(int weekDay, KLocale::DateTimeComponentFormat format) const
Definition: kcalendarsystem.cpp:398
virtual int earliestValidYear() const
Definition: kcalendarsystem.cpp:371
virtual void loadDefaultEraList()
Definition: kcalendarsystem.cpp:269
virtual bool hasYearZero() const
Definition: kcalendarsystem.cpp:348
virtual int daysInMonth(int year, int month) const
Definition: kcalendarsystem.cpp:285
virtual bool hasLeapMonths() const
Definition: kcalendarsystem.cpp:341
virtual int monthsInYear(int year) const
Definition: kcalendarsystem.cpp:277
virtual int maxDaysInWeek() const
Definition: kcalendarsystem.cpp:355
virtual int maxMonthsInYear() const
Definition: kcalendarsystem.cpp:362
KCalendarSystem abstract base class, provides support for local Calendar Systems in KDE.
Definition: kcalendarsystem.h:41
virtual int day(const QDate &date) const
Returns the day portion of a given date in the current calendar system.
Definition: kcalendarsystem.cpp:1357
virtual QString monthName(int month, int year, MonthNameFormat format=LongName) const =0
Gets specific calendar type month name for a given month number If an invalid month is specified,...
Definition: kcalendarsystem.cpp:1842
virtual int year(const QDate &date) const
Returns the year portion of a given date in the current calendar system.
Definition: kcalendarsystem.cpp:1331
QDate firstDayOfYear(int year) const
Definition: kcalendarsystem.cpp:1743
virtual bool isLeapYear(int year) const =0
Returns whether a given year is a leap year.
Definition: kcalendarsystem.cpp:1720
virtual bool isValid(int year, int month, int day) const =0
Returns whether a given date is valid in this calendar system.
Definition: kcalendarsystem.cpp:1133
friend class KCalendarSystemJalali
Definition: kcalendarsystem.h:1671
virtual QString weekDayName(int weekDay, WeekDayNameFormat format=LongDayName) const =0
Gets specific calendar type week day name.
Definition: kcalendarsystem.cpp:1881
virtual int month(const QDate &date) const
Returns the month portion of a given date in the current calendar system.
Definition: kcalendarsystem.cpp:1344
KLocale provides support for country specific stuff like the national language.
Definition: klocale.h:70
@ JalaliCalendar
Jalali Calendar, aka Persian or Iranian, also used in Afghanistan.
Definition: klocale.h:796
QString toString() const
Finalizes the translation, creates QString with placeholders substituted.
Definition: klocalizedstring.cpp:192
KLocalizedString ki18nc(const char *ctxt, const char *msg)
Creates localized string from a given message, with added context.
Definition: klocalizedstring.cpp:929
QString i18nc(const char *ctxt, const char *text)
Returns a localized version of a string and a context.
Definition: klocalizedstring.h:797
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.