KCalendarCore
incidencebase.h File Reference
#include "attendee.h"
#include "customproperties.h"
#include "duration.h"
#include "person.h"
#include <QDataStream>
#include <QDateTime>
#include <QSet>
#include <QSharedPointer>
#include <QUrl>
Include dependency graph for incidencebase.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KCalendarCore::IncidenceBase |
class | KCalendarCore::IncidenceBase::IncidenceObserver |
Namespaces | |
namespace | KCalendarCore |
Typedefs | |
typedef QList< QDate > | KCalendarCore::DateList |
typedef QList< QDateTime > | KCalendarCore::DateTimeList |
Functions | |
KCALENDARCORE_EXPORT bool | KCalendarCore::identical (const QDateTime &dt1, const QDateTime &dt2) |
KCALENDARCORE_EXPORT QDataStream & | KCalendarCore::operator<< (QDataStream &out, const KCalendarCore::IncidenceBase::Ptr &) |
KCALENDARCORE_EXPORT QDataStream & | KCalendarCore::operator>> (QDataStream &in, KCalendarCore::IncidenceBase::Ptr &) |
Detailed Description
This file is part of the API for handling calendar data and defines the IncidenceBase class.
- Glossary
- incidence: General term for a calendar component. Examples are events, to-dos, and journals.
- Glossary
- event: An incidence that has a start and end time, typically representing some occurrence of social or personal importance. May be recurring. Examples are appointments, meetings, or holidays.
- Glossary
- to-do: An incidence that has an optional start time and an optional due time typically representing some undertaking to be performed. May be recurring. Examples are "fix the bug" or "pay the bills".
- Glossary
- journal: An incidence with a start date that represents a diary or daily record of one's activities. May not be recurring.
Definition in file incidencebase.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.