holiday.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef HOLIDAY_H
00012 #define HOLIDAY_H
00013
00014 #include <qstring.h>
00015 #include <qstringlist.h>
00016 #include <parsha.h>
00020 class Holiday
00021 {
00022 public:
00023
00024 Holiday();
00025 ~Holiday();
00026
00027 static QStringList FindHoliday(int month, int day, int weekday,
00028 int kvia, bool leap_year_p,
00029 bool israel_p, int day_number,
00030 int year);
00031
00032 static QString Sfirah(int);
00033
00034 static bool CholP;
00035 static bool OmerP;
00036 static bool ParshaP;
00037
00038 private:
00039
00040 static QStringList holidays;
00041 static int HolidayFlags;
00042
00043
00044 };
00045
00046 #endif
This file is part of the documentation for korganizer Library Version 3.2.2.