libkcal
calendar.h File Reference
Detailed Description
Provides the main "calendar" object class.
- Author:
- Preston Brown
Cornelius Schumacher
Reinhold Kainhofer
Definition in file calendar.h.
#include <qobject.h>
#include <qstring.h>
#include <qdatetime.h>
#include <qptrlist.h>
#include <qdict.h>
#include <kdepimmacros.h>
#include "customproperties.h"
#include "event.h"
#include "todo.h"
#include "journal.h"
#include "kcalversion.h"
#include "person.h"
Go to the source code of this file.
Namespaces | |
namespace | KCal |
Enumerations | |
enum | SortDirection { SortDirectionAscending, SortDirectionDescending } |
enum | EventSortField { EventSortUnsorted, EventSortStartDate, EventSortEndDate, EventSortSummary } |
enum | TodoSortField { TodoSortUnsorted, TodoSortStartDate, TodoSortDueDate, TodoSortPriority, TodoSortPercentComplete, TodoSortSummary } |
enum | JournalSortField { JournalSortUnsorted, JournalSortDate, JournalSortSummary } |
Enumeration Type Documentation
|
How Events are to be sorted.
Definition at line 72 of file calendar.h. |
|
How Journals are to be sorted.
Definition at line 108 of file calendar.h. |
|
Sort direction.
Definition at line 60 of file calendar.h. |
|
How Todos are to be sorted.
Definition at line 88 of file calendar.h. |