KCalCore Library
incidencebase.h File Reference
#include "attendee.h"
#include "customproperties.h"
#include "duration.h"
#include "sortablelist.h"
#include <KDE/KDateTime>
#include <QtCore/QSet>
#include <QtCore/QUrl>
#include <QDataStream>
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 | KCalCore::IncidenceBase |
class | KCalCore::IncidenceBase::IncidenceObserver |
Namespaces | |
KCalCore | |
Typedefs | |
typedef SortableList< QDate > | KCalCore::DateList |
typedef SortableList< KDateTime > | KCalCore::DateTimeList |
Functions | |
KCALCORE_EXPORT QDataStream & | KCalCore::operator<< (QDataStream &out, const KCalCore::IncidenceBase::Ptr &) |
KCALCORE_EXPORT QDataStream & | KCalCore::operator>> (QDataStream &in, const KCalCore::IncidenceBase::Ptr &) |
Detailed Description
This file is part of the API for handling calendar data and defines the IncidenceBase class.
- KDE 4 Glossary:
- incidence: General term for a calendar component. Examples are events, to-dos, and journals.
- KDE 4 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.
- KDE 4 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".
- KDE 4 Glossary:
- todo: See to-do.
- KDE 4 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.