KDECore
kcalendarsystemthai.cpp
Go to the documentation of this file.
64 format = i18nc("(kdedt-format) Thai, BE, full era year format used for %EY, e.g. 2000 BE", "%Ey %EC");
virtual bool isValid(int year, int month, int day) const
Returns whether a given date is valid in this calendar system.
Definition: kcalendarsystemthai.cpp:130
virtual QDate latestValidDate() const
Returns the latest date valid in this calendar system implementation.
Definition: kcalendarsystemthai.cpp:123
Definition: kcalendarsystemthai_p.h:38
virtual bool isLeapYear(int year) const
Definition: kcalendarsystemgregorian.cpp:117
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: kcalendarsystemthai.cpp:182
virtual int weekDayOfPray() const
Definition: kcalendarsystemthai.cpp:150
virtual bool isLunar() const
Returns whether the calendar is lunar based.
Definition: kcalendarsystemgregorian.cpp:486
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: kcalendarsystemgregorian.cpp:506
virtual bool isLeapYear(int year) const
Returns whether a given year is a leap year.
Definition: kcalendarsystemgregorian.cpp:446
QString i18nc(const char *ctxt, const char *text)
Returns a localized version of a string and a context.
Definition: klocalizedstring.h:797
virtual void loadDefaultEraList()
Definition: kcalendarsystemgregorian.cpp:52
virtual bool isLeapYear(int year) const
Returns whether a given year is a leap year.
Definition: kcalendarsystemthai.cpp:140
virtual KLocale::CalendarSystem calendarSystem() const
Definition: kcalendarsystemgregorian.cpp:45
virtual QDate earliestValidDate() const
Returns the earliest date valid in this calendar system implementation.
Definition: kcalendarsystemthai.cpp:118
virtual QString calendarType() const
Definition: kcalendarsystemthai.cpp:107
KCalendarSystemThai(const KLocale *locale=0)
Definition: kcalendarsystemthai.cpp:84
virtual QDate epoch() const
Returns a QDate holding the epoch of the calendar system.
Definition: kcalendarsystemthai.cpp:112
virtual bool isProleptic() const
Returns whether the calendar system is proleptic, i.e.
Definition: kcalendarsystemthai.cpp:170
virtual bool hasYearZero() const
Definition: kcalendarsystemgregorian.cpp:139
virtual int earliestValidYear() const
Definition: kcalendarsystemgregorian.cpp:154
virtual bool isSolar() const
Returns whether the calendar is solar based.
Definition: kcalendarsystemthai.cpp:165
KLocale provides support for country specific stuff like the national language.
Definition: klocale.h:69
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: kcalendarsystemgregorian.cpp:534
virtual bool isLunisolar() const
Returns whether the calendar is lunisolar based.
Definition: kcalendarsystemgregorian.cpp:491
virtual ~KCalendarSystemThai()
Definition: kcalendarsystemthai.cpp:103
virtual bool isSolar() const
Returns whether the calendar is solar based.
Definition: kcalendarsystemgregorian.cpp:496
virtual bool isLunar() const
Returns whether the calendar is lunar based.
Definition: kcalendarsystemthai.cpp:155
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: kcalendarsystemthai.cpp:175
QDate fromJulianDay(int jd)
virtual bool isLunisolar() const
Returns whether the calendar is lunisolar based.
Definition: kcalendarsystemthai.cpp:160
virtual bool isValid(int year, int month, int day) const
Returns whether a given date is valid in this calendar system.
Definition: kcalendarsystemgregorian.cpp:436
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.