calendar.h File Reference
#include "exceptions.h"#include "customproperties.h"#include "event.h"#include "todo.h"#include "journal.h"#include "kcalversion.h"#include "person.h"#include <tdepimmacros.h>#include <tqobject.h>#include <tqstring.h>#include <tqdatetime.h>#include <tqptrlist.h>#include <tqdict.h>Go to the source code of this file.
Classes | |
| class | KCal::Calendar |
| This is the main "calendar" object class. More... | |
| class | KCal::Calendar::Observer |
| The Observer class. More... | |
Namespaces | |
| namespace | KCal |
Enumerations | |
| enum | KCal::SortDirection { KCal::SortDirectionAscending, KCal::SortDirectionDescending } |
| enum | KCal::EventSortField { KCal::EventSortUnsorted, KCal::EventSortStartDate, KCal::EventSortEndDate, KCal::EventSortSummary } |
| enum | KCal::TodoSortField { KCal::TodoSortUnsorted, KCal::TodoSortStartDate, KCal::TodoSortDueDate, KCal::TodoSortPriority, KCal::TodoSortPercentComplete, KCal::TodoSortSummary } |
| enum | KCal::JournalSortField { KCal::JournalSortUnsorted, KCal::JournalSortDate, KCal::JournalSortSummary } |
Detailed Description
Provides the main "calendar" object class.
Definition in file calendar.h.
