libkcal

calendar.h File Reference

Provides the main "calendar" object class. More...

#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"

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  KCal::Calendar
 This is the main "calendar" object class. More...
class  KCal::Calendar::Observer
 The Observer class. More...

Namespaces

namespace  KCal

Enumerations

enum  KCal::EventSortField { KCal::EventSortUnsorted, KCal::EventSortStartDate, KCal::EventSortEndDate, KCal::EventSortSummary }
enum  KCal::JournalSortField { KCal::JournalSortUnsorted, KCal::JournalSortDate, KCal::JournalSortSummary }
enum  KCal::SortDirection { KCal::SortDirectionAscending, KCal::SortDirectionDescending }
enum  KCal::TodoSortField {
  KCal::TodoSortUnsorted, KCal::TodoSortStartDate, KCal::TodoSortDueDate, KCal::TodoSortPriority,
  KCal::TodoSortPercentComplete, KCal::TodoSortSummary
}

Detailed Description

Provides the main "calendar" object class.

Author:
Preston Brown

Cornelius Schumacher

Reinhold Kainhofer

Definition in file calendar.h.