calendar.h File Reference
#include "kcalcore_export.h"
#include "event.h"
#include "customproperties.h"
#include "incidence.h"
#include "journal.h"
#include "todo.h"
#include <QtCore/QObject>
Include dependency graph for calendar.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KCalCore::Calendar |
Represents the main calendar class. More... | |
class | KCalCore::Calendar::CalendarObserver |
The CalendarObserver class. More... | |
Namespaces | |
namespace | KCalCore |
Enumerations | |
enum | KCalCore::EventSortField { KCalCore::EventSortUnsorted, KCalCore::EventSortStartDate, KCalCore::EventSortEndDate, KCalCore::EventSortSummary } |
enum | KCalCore::JournalSortField { KCalCore::JournalSortUnsorted, KCalCore::JournalSortDate, KCalCore::JournalSortSummary } |
enum | KCalCore::SortDirection { KCalCore::SortDirectionAscending, KCalCore::SortDirectionDescending } |
enum | KCalCore::TodoSortField { KCalCore::TodoSortUnsorted, KCalCore::TodoSortStartDate, KCalCore::TodoSortDueDate, KCalCore::TodoSortPriority, KCalCore::TodoSortPercentComplete, KCalCore::TodoSortSummary, KCalCore::TodoSortCreated } |
Detailed Description
This file is part of the API for handling calendar data and defines the Calendar class.
Definition in file calendar.h.