KCal Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:KCal::Alarm | Represents an alarm notification |
KCal::Attachment | Represents information related to an attachment for a Calendar Incidence |
KCal::Attendee | Represents information related to an attendee of an Calendar Incidence, typically a meeting or task (to-do) |
KCal::Calendar | Represents the main calendar class |
KCal::Calendar::CalendarObserver | The CalendarObserver class |
KCal::CalendarLocal | This class provides a calendar stored as a local file |
KCal::CalendarNull | Represents a null calendar class; that is, a calendar which contains no information and provides no capabilities |
KCal::CalendarResources | This class provides a Calendar which is composed of other Calendars known as "Resources" |
KCal::CalFilter | Provides a filter for calendars |
KCal::CalFormat | An abstract base class that provides an interface to various calendar formats |
KCal::CalStorage | An abstract base class that provides a calendar storage interface |
KCal::Compat | This class provides compatibility to older or broken calendar files |
KCal::CompatFactory | Factory for creating the right Compat object |
KCal::CompatOutlook9 | Compatibility class for Outlook 9 calendar files |
KCal::CompatPre31 | Compatibility class for KOrganizer pre-3.1 calendar files |
KCal::CompatPre32 | Compatibility class for KOrganizer pre-3.2 calendar files |
KCal::CompatPre35 | Compatibility class for KOrganizer pre-3.5 calendar files |
KCal::CustomProperties | A class to manage custom calendar properties |
KCal::DndFactory | VCalendar/iCalendar Drag-and-Drop object factory |
KCal::Duration | Represents a span of time measured in seconds or days |
KCal::ErrorFormat | Calendar format related error class |
KCal::Event | This class provides an Event in the sense of RFC2445 |
KCal::Exception | Exceptions base class, currently used as a fancy kind of error code and not as an C++ exception |
KCal::FileStorage | This class provides a calendar storage as a local file |
KCal::FreeBusy | Provides information about the free/busy time of a calendar |
KCal::FreeBusyCache | An abstract base class to allow different implementations of storing free busy information, e.g |
KCal::HtmlExport | This class provides the functions to export a calendar as a HTML page |
KCal::ICalFormat | ICalendar format implementation |
KCal::ICalTimeZone | ICalendar VTIMEZONE component |
KCal::ICalTimeZoneBackend | Backend class for KICalTimeZone class |
KCal::ICalTimeZoneData | Parsed iCalendar VTIMEZONE data |
KCal::ICalTimeZones | Time zone database which consists of a collection of individual iCalendar time zone definitions |
KCal::ICalTimeZoneSource | A class which reads and parses iCalendar VTIMEZONE components, and accesses libical time zone data |
KCal::Incidence | Provides the abstract base class common to non-FreeBusy (Events, To-dos, Journals) calendar components known as incidences |
KCal::IncidenceBase | An abstract class that provides a common base for all calendar incidence classes |
KCal::IncidenceBase::IncidenceObserver | The IncidenceObserver class |
KCal::IncidenceBase::Visitor | This class provides the interface for a visitor of calendar components |
KCal::Journal | Provides a Journal in the sense of RFC2445 |
KCal::KResult | This class represents the result of an operation |
KCal::KResultError | Convenience class for creating a KResult of type Error |
KCal::KResultInProgress | Convenience class for creating a KResult of type InProgress |
KCal::KResultOk | Convenience class for creating a KResult of type Ok |
KCal::ListBase< T > | This class provides a template for lists of pointers |
KCal::Period | The period can be defined by either a start time and an end time or by a start time and a duration |
KCal::Person | This class represents a person, with a name and an email address |
KCal::QtopiaFormat | This class implements the calendar format used by Qtopia |
KCal::Recurrence | This class represents a recurrence rule for a calendar incidence |
KCal::RecurrenceRule | This class represents a recurrence rule for a calendar incidence |
KCal::RecurrenceRule::WDayPos | Structure for describing the n-th weekday of the month/year |
KCal::ResourceCached | This class provides a calendar resource using a local CalendarLocal object to cache the calendar data |
KCal::ResourceCachedReloadConfig | Configuration widget for reload policy |
KCal::ResourceCachedSaveConfig | Configuration widget for save policy |
KCal::ResourceCalendar | This class provides the interfaces for a calendar resource |
KCal::ResourceLocal | Provides a calendar resource stored as a local file |
KCal::ResourceLocalConfig | Configuration widget for local file resource |
KCal::ResourceLocalDir | This class provides a calendar stored as a file per incidence in a directory |
KCal::ResourceLocalDirConfig | Configuration widget for local dir resource |
KCal::ScheduleMessage | A Scheduling message class |
KCal::Scheduler | This class provides an encapsulation of iTIP transactions (RFC 2446) |
KCal::SortableList< T > | A QList which can be sorted |
KCal::Todo | Provides a To-do in the sense of RFC2445 |