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.
Defines | |
| #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 |
Define Documentation
Definition at line 156 of file kcalendarsystemhebrew.cpp.
Definition at line 157 of file kcalendarsystemhebrew.cpp.
Function Documentation
| static class h_date* gregorianToHebrew | ( | int | y, |
| int | m, | ||
| int | d | ||
| ) | [static] |
Definition at line 100 of file kcalendarsystemhebrew.cpp.
| static int hebrewDaysElapsed | ( | int | y | ) | [static] |
no. of days in y years
Definition at line 163 of file kcalendarsystemhebrew.cpp.
| static class h_date* hebrewToGregorian | ( | int | y, |
| int | m, | ||
| int | d | ||
| ) | [static] |
Definition at line 49 of file kcalendarsystemhebrew.cpp.
| static int long_cheshvan | ( | int | year | ) | [static] |
true if long Cheshvan
Definition at line 194 of file kcalendarsystemhebrew.cpp.
| static int short_kislev | ( | int | year | ) | [static] |
true if short Kislev
Definition at line 212 of file kcalendarsystemhebrew.cpp.
| static class h_date* toHebrew | ( | const QDate & | date | ) | [static] |
Definition at line 227 of file kcalendarsystemhebrew.cpp.
Variable Documentation
Definition at line 154 of file kcalendarsystemhebrew.cpp.
const int HOUR = 1080 [static] |
Definition at line 153 of file kcalendarsystemhebrew.cpp.
Definition at line 155 of file kcalendarsystemhebrew.cpp.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:34 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.