KDECore
#include "kcalendarsystemhebrew_p.h"
#include "kcalendarsystemprivate_p.h"
#include "kdebug.h"
#include "klocale.h"
#include <QtCore/QDate>
#include <QtCore/QCharRef>
Go to the source code of this file.
Macros | |
#define | M(h, p) ((h)*HOUR+p) |
#define | MONTH (DAY+M(12,793)) |
Functions | |
static class h_date * | gregorianToHebrew (int y, int m, int d) |
static int | hebrewDaysElapsed (int y) |
static class h_date * | hebrewToGregorian (int y, int m, int d) |
static int | long_cheshvan (int year) |
static int | short_kislev (int year) |
static class h_date * | toHebrew (const QDate &date) |
Variables | |
static const int | DAY = 24 * HOUR |
static const int | HOUR = 1080 |
static const int | WEEK = 7 * DAY |
Macro Definition Documentation
◆ M
Definition at line 156 of file kcalendarsystemhebrew.cpp.
◆ MONTH
Definition at line 157 of file kcalendarsystemhebrew.cpp.
Function Documentation
◆ gregorianToHebrew()
Definition at line 100 of file kcalendarsystemhebrew.cpp.
◆ hebrewDaysElapsed()
|
static |
no. of days in y years
Definition at line 163 of file kcalendarsystemhebrew.cpp.
◆ hebrewToGregorian()
Definition at line 49 of file kcalendarsystemhebrew.cpp.
◆ long_cheshvan()
|
static |
true if long Cheshvan
Definition at line 194 of file kcalendarsystemhebrew.cpp.
◆ short_kislev()
|
static |
true if short Kislev
Definition at line 212 of file kcalendarsystemhebrew.cpp.
◆ toHebrew()
Definition at line 227 of file kcalendarsystemhebrew.cpp.
Variable Documentation
◆ DAY
Definition at line 154 of file kcalendarsystemhebrew.cpp.
◆ HOUR
|
static |
Definition at line 153 of file kcalendarsystemhebrew.cpp.
◆ WEEK
Definition at line 155 of file kcalendarsystemhebrew.cpp.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.