KCal Library
calendar.h File Reference
#include <QtCore/QObject>
#include <QtCore/QString>
#include <QtCore/QList>
#include <QtCore/QMultiHash>
#include <kdatetime.h>
#include "customproperties.h"
#include "event.h"
#include "todo.h"
#include "journal.h"
#include "kcalversion.h"
Go to the source code of this file.
Classes | |
class | KCal::Calendar |
class | KCal::Calendar::CalendarObserver |
Detailed Description
This file is part of the API for handling calendar data and defines the Calendar class.
Definition in file calendar.h.
Enumeration Type Documentation
enum KCal::EventSortField |
Definition at line 69 of file calendar.h.
Enumerator | |
---|---|
JournalSortUnsorted |
Do not sort Journals. |
JournalSortDate |
Sort Journals chronologically by date. |
JournalSortSummary |
Sort Journals alphabetically, by summary. |
Definition at line 91 of file calendar.h.
enum KCal::SortDirection |
Calendar Incidence sort directions.
Enumerator | |
---|---|
SortDirectionAscending |
Sort in ascending order (first to last) |
SortDirectionDescending |
Sort in descending order (last to first) |
Definition at line 61 of file calendar.h.
enum KCal::TodoSortField |
Definition at line 79 of file calendar.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Feb 18 2017 16:00:57 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Feb 18 2017 16:00:57 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.