KHolidays Library
25 #ifndef KHOLIDAYS_HOLIDAY_H
26 #define KHOLIDAYS_HOLIDAY_H
28 #include "kholidays_export.h"
30 #include <QtCore/QList>
31 #include <QtCore/QSharedDataPointer>
41 class KHOLIDAYS_EXPORT Holiday
43 friend class HolidayRegion;
44 friend class HolidayParserDriverPlan;
45 friend class HolidayParserDriverPlanOld;
65 MultidayHolidaysAsMultipleEvents,
66 MultidayHolidaysAsSingleEvents
77 Holiday(
const Holiday &other );
87 Holiday &operator=(
const Holiday &other );
92 bool operator<(
const Holiday &rhs )
const;
97 bool operator>(
const Holiday &rhs )
const;
109 QDate observedStartDate()
const;
116 QDate observedEndDate()
const;
123 int duration()
const;
138 DayType dayType()
const;
146 #endif // KHOLIDAYS_HOLIDAY_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:00 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.