Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 3832

kdepim-devel-doc-3.5.9-9mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>libkcal: KCal::Calendar Class Reference (libkcal)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>
  <img id="nav_header_logo_right" alt="" align="right" src="../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_left" style="text-align: left;">
/ <a href="../../">API Reference</a>
 / <a href=".">libkcal</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <h2><a name="content"></a>libkcal</h2>


<!-- Generated by Doxygen 1.5.5 -->
  <div class="navpath"><a class="el" href="namespaceKCal.html">KCal</a>::<a class="el" href="classKCal_1_1Calendar.html">Calendar</a>
  </div>
<div class="contents">
<h1>KCal::Calendar Class Reference</h1><!-- doxytag: class="KCal::Calendar" --><!-- doxytag: inherits="QObject,KCal::CustomProperties,KCal::IncidenceBase::Observer" --><code>#include &lt;<a class="el" href="calendar_8h-source.html">calendar.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for KCal::Calendar:</div>
<div class="dynsection">

<p><center><img src="classKCal_1_1Calendar.png" usemap="#KCal::Calendar_map" border="0" alt=""></center>
<map name="KCal::Calendar_map">
<area href="classKCal_1_1CustomProperties.html" alt="KCal::CustomProperties" shape="rect" coords="167,0,324,24">
<area href="classKCal_1_1CalendarLocal.html" alt="KCal::CalendarLocal" shape="rect" coords="0,112,157,136">
<area href="classKCal_1_1CalendarNull.html" alt="KCal::CalendarNull" shape="rect" coords="167,112,324,136">
<area href="classKCal_1_1CalendarResources.html" alt="KCal::CalendarResources" shape="rect" coords="334,112,491,136">
</map>
</div>

<p>
<a href="classKCal_1_1Calendar-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This is the main "calendar" object class. 
<p>
It holds information like Incidences(Events, To-dos, Journals), user information, etc. etc.<p>
This is an abstract base class defining the interface to a calendar. It is implemented by subclasses like <a class="el" href="classKCal_1_1CalendarLocal.html" title="This class provides a calendar stored as a local file.">CalendarLocal</a>, which use different methods to store and access the data.<p>
<b>Ownership of Incidences</b>:<p>
<a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> ownership is handled by the following policy: As soon as an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> (or any other subclass of <a class="el" href="classKCal_1_1IncidenceBase.html" title="This class provides the base class common to all calendar components.">IncidenceBase</a>) object is added to the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> by an add...() method it is owned by the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> object. The <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> takes care of deleting it. All Incidences returned by the query functions are returned as pointers so that changes to the returned Incidences are immediately visible in the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. Do <em>Not</em> delete any <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> object you get from <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>.<p>
<b>Time Zone Handling</b>:<p>
<ul>
<li><a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> Storing:<ul>
<li>By default, (when LocalTime is unset) <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> dates will have the "UTC" time zone when stored into a calendar file.</li><li>To store <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> dates without a time zone (i.e, "floating time zone") LocalTime must be set using the <a class="el" href="classKCal_1_1Calendar.html#0b40a2702da7b25bcfbbfbfeefe7c073" title="Set to store calendar Incidences without a time zone.">setLocalTime()</a> method.</li></ul>
</li></ul>
<p>
<ul>
<li><a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> Viewing:<ul>
<li>By default, <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> dates will have the "UTC" time zone when read from a calendar.</li><li>To view <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> dates using another time zone TimeZoneId must be set using the <a class="el" href="classKCal_1_1Calendar.html#0140baff3c473d4404bd5172fc1aad2f" title="Set the Time Zone Id for the Calendar.">setTimeZoneId()</a> method, or the TimeZoneId can be passed to the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> constructor.</li><li>It is permitted to switch viewing time zones using <a class="el" href="classKCal_1_1Calendar.html#0140baff3c473d4404bd5172fc1aad2f" title="Set the Time Zone Id for the Calendar.">setTimeZoneId()</a> as desired after the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> object has been constructed.</li></ul>
</li></ul>
<p>
<ul>
<li>Note that:<ul>
<li>The <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> class doesn't do anything with TimeZoneId: it simply saves it for later use by the <a class="el" href="classKCal_1_1ICalFormat.html" title="This class implements the iCalendar format.">ICalFormat</a> class.</li><li>The <a class="el" href="classKCal_1_1ICalFormat.html" title="This class implements the iCalendar format.">ICalFormat</a> class takes TimeZoneId and applies it to loaded Incidences before returning them in <a class="el" href="classKCal_1_1ICalFormat.html#bf3a248a20236375bc71617864366732" title="Loads a calendar on disk in iCalendar format into calendar.">ICalFormat::load()</a>.</li><li>Each <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> can have its own time zone (or have a floating time zone).</li><li>Once an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> is loaded it is adjusted to use the viewing time zone, TimeZoneId.</li><li>Depending on the LocalTime setting, all loaded Incidences are stored either in UTC or without a time zone (floating time zone). </li></ul>
</li></ul>

<p>Definition at line <a class="el" href="calendar_8h-source.html#l00167">167</a> of file <a class="el" href="calendar_8h-source.html">calendar.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#9372a07432542dc2edf3398d4cbdbfa3">calendarChanged</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#4020ac843793c9e7bc5e272f098593e3">calendarSaved</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#056da137c1c404c014b2c3b1783d718a">calendarLoaded</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#be401584ee2230c13cf8cfe940b19705">Calendar</a> (const QString &amp;timeZoneId)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#23aa939f694874a8f98ec54326d80741">~Calendar</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#710b3c42343daab4ff43569d51d91b23">setProductId</a> (const QString &amp;productId)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#dc51d5b5dcda2c5ae54885a40ef5c291">productId</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#925a2840710a883015e5c809696c3b02">setOwner</a> (const <a class="el" href="classKCal_1_1Person.html">Person</a> &amp;owner)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="classKCal_1_1Person.html">Person</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#fa7adad09698d0c4ab4fe8f0746b162a">getOwner</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#0140baff3c473d4404bd5172fc1aad2f">setTimeZoneId</a> (const QString &amp;timeZoneId)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#2145646024cf3620c88e52b05ac123c1">setTimeZoneIdViewOnly</a> (const QString &amp;timeZoneId)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#dbb33ceb6de6668520995b95b4fd646b">timeZoneId</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#0b40a2702da7b25bcfbbfbfeefe7c073">setLocalTime</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#d672afd42fca707c93af7ae9653b7f07">isLocalTime</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50">setModified</a> (bool modified)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#da78fe4ce3d2d729f3296db2a9290116">isModified</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#d6d1e7529785af4133fbacfae48caad6">close</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#6cf7510a33cdc0ee2e57c67f392bf6f6">save</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#bbab545ab2f5407c6c9ea25c5add50a6">reload</a> (const QString &amp;tz)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#7177aca5cfbada522af8c80739efdca6">isSaving</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QStringList&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#52fa5a88f952cb279e85032a74be88d7">categories</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#2c803568803bb1b6f584cdd38e754063">addIncidence</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#4c46fd01ec4084eef9e7a92370adfad0">deleteIncidence</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Incidence::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#356d431a6e1e0cf73edff7183595a364">incidences</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Incidence::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#180b9c153934e74d62eaeb9fd1472858">incidences</a> (const QDate &amp;date)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Incidence::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#310db8f95e7abc7f20a5293e1bbd9ebb">rawIncidences</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4">incidence</a> (const QString &amp;uid)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#cade42c20df980aec35db34a484deaed">incidenceFromSchedulingID</a> (const QString &amp;sid)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">Incidence::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#234a3ff942596c433f63b637b9320bfb">incidencesFromSchedulingID</a> (const QString &amp;UID)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#2d9343cfa7d5956749d13d764bee1623">beginChange</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#7e89faf167259c9f92c3702fdf53b89b">endChange</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#f62ea6d835b9e816156dc756e9e04051">dissociateOccurrence</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence, QDate date, bool single=true)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#4da4abd5a47d63fd1c2933faff7fdf3f">addEvent</a> (<a class="el" href="classKCal_1_1Event.html">Event</a> *event)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#90334784dee3d52580c1363dca149514">deleteEvent</a> (<a class="el" href="classKCal_1_1Event.html">Event</a> *event)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#a910b4a8419fcc311e1ca96e588f5147">events</a> (<a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a> sortField=EventSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#cf1def752c84b1c50b2999848d6d6099">events</a> (const QDateTime &amp;qdt)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#ed7ca72440dffbe694f806b51c84c772">events</a> (const QDate &amp;start, const QDate &amp;end, bool inclusive=false)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#f35c75839e9fc4bc1d859ca0ce41a4f8">events</a> (const QDate &amp;date, <a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a> sortField=EventSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#a03685d1878387b4b39769a7b967a232">rawEvents</a> (<a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a> sortField=EventSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#a8b9671ec5e4927a18459d75f2f9fe0a">rawEventsForDate</a> (const QDateTime &amp;qdt)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#71b80ef0c726ce2c2dda59d5e8335b0b">rawEvents</a> (const QDate &amp;start, const QDate &amp;end, bool inclusive=false)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#2795b002078f67bd7246b3148efafc23">rawEventsForDate</a> (const QDate &amp;date, <a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a> sortField=EventSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classKCal_1_1Event.html">Event</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#79496465b9954a2e032805dcee3348a9">event</a> (const QString &amp;uid)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#63b7d29fa1d80998a11a1518fc82c0d0">addTodo</a> (<a class="el" href="classKCal_1_1Todo.html">Todo</a> *todo)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#b5e1e649b9862fa016f5e8a4ef46c9a7">deleteTodo</a> (<a class="el" href="classKCal_1_1Todo.html">Todo</a> *todo)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Todo::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#ed7c816d2cede2558b5624e8a34ee745">todos</a> (<a class="el" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">TodoSortField</a> sortField=TodoSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Todo::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#46a1fe0c57d4480c7b0b6ca1a009aaa2">todos</a> (const QDate &amp;date)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Todo::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#c95bdb0d0e9399280396d1ff26a8377d">rawTodos</a> (<a class="el" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">TodoSortField</a> sortField=TodoSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Todo::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#0c9a6c03166e1b3989c57600da03033f">rawTodosForDate</a> (const QDate &amp;date)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classKCal_1_1Todo.html">Todo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#7130bd9ec592f5d1538b4d0b3f1b1332">todo</a> (const QString &amp;uid)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#1d58b2f34f52d5163e3b734c789b32e5">addJournal</a> (<a class="el" href="classKCal_1_1Journal.html">Journal</a> *journal)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#b7e6c102509b20e403b5fb96e98e5718">deleteJournal</a> (<a class="el" href="classKCal_1_1Journal.html">Journal</a> *journal)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Journal::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#c6b55e4bc2dcc1557b63ffd9273bd6bc">journals</a> (<a class="el" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">JournalSortField</a> sortField=JournalSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Journal::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#407b33adc9401ed31bcf8dba237692bd">journals</a> (const QDate &amp;date)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Journal::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#1aef8f405e800d00fd23d84ea33dacfc">rawJournals</a> (<a class="el" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">JournalSortField</a> sortField=JournalSortUnsorted, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection=SortDirectionAscending)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Journal::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#d6faef93706c1f51db05448f8fa8e4db">rawJournalsForDate</a> (const QDate &amp;date)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classKCal_1_1Journal.html">Journal</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#9fa973297b596cd4dc32c184b8bb9d4d">journal</a> (const QString &amp;uid)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#3f3de93b1c098488d3fcf8bc0bdcc09b">setupRelations</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#70a85f266e8a3f23f01850b7106e3d51">removeRelations</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#46e84475e7efa21e96cdda8373eb44d6">setFilter</a> (<a class="el" href="classKCal_1_1CalFilter.html">CalFilter</a> *filter)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKCal_1_1CalFilter.html">CalFilter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#7aa8780fde5754abc19e7616fc179a8e">filter</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Alarm::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#47a9849973a69ced347748e0f8900be6">alarms</a> (const QDateTime &amp;from, const QDateTime &amp;to)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#448cfb6c7cdc83e0bc28cc469235302c">registerObserver</a> (<a class="el" href="classKCal_1_1Calendar_1_1Observer.html">Observer</a> *observer)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#691818c82a13ff376918d75ebfb9879d">unregisterObserver</a> (<a class="el" href="classKCal_1_1Calendar_1_1Observer.html">Observer</a> *observer)</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static Incidence::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#36c4effeca9bdb52630a0e8762e08bb3">mergeIncidenceList</a> (const Event::List &amp;events, const Todo::List &amp;todos, const Journal::List &amp;journals)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static Event::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#4d8122d0bcfc5d887e45d1f87338f2db">sortEvents</a> (Event::List *eventList, <a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a> sortField, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static Todo::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#040242aba6a4b11c00d8a34fb8f7d8d2">sortTodos</a> (Todo::List *todoList, <a class="el" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">TodoSortField</a> sortField, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static Journal::List&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#f24bc42d73c155856f99e8cb3a03bc1b">sortJournals</a> (Journal::List *journalList, <a class="el" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">JournalSortField</a> sortField, <a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a> sortDirection)</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#32964dad82d469f43ee7f44dc5f7d78f">incidenceUpdated</a> (<a class="el" href="classKCal_1_1IncidenceBase.html">IncidenceBase</a> *incidenceBase)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#8fc9cdb8baf049d4802354f0a7a62c2a">doSetTimeZoneId</a> (const QString &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#b320f93d0f4b93ae1cedb76d2e27bf7d">notifyIncidenceAdded</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#5a90d904a5fa1a4bbd29b10183e20def">notifyIncidenceChanged</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#41d4be475453592dcebb7c2504f800c6">notifyIncidenceDeleted</a> (<a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *incidence)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#6823f6975f6f5238715b7f45db71526b">customPropertyUpdated</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar.html#9cb2ef531883e673731fbf5f4c9e8b2e">setObserversEnabled</a> (bool enabled)</td></tr>

<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1Calendar_1_1Observer.html">Observer</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a> class.  <a href="classKCal_1_1Calendar_1_1Observer.html#_details">More...</a><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="be401584ee2230c13cf8cfe940b19705"></a><!-- doxytag: member="KCal::Calendar::Calendar" ref="be401584ee2230c13cf8cfe940b19705" args="(const QString &amp;timeZoneId)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Calendar::Calendar           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>timeZoneId</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Construct <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> object using a Time Zone. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>timeZoneId</em>&nbsp;</td><td>is a string containing a Time Zone ID, which is assumed to be valid. The Time Zone Id is used to set the time zone for viewing <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> dates.<br>
 On some systems, /usr/share/zoneinfo/zone.tab may be available for reference.<br>
 <em>Example:</em> "Europe/Berlin"</td></tr>
  </table>
</dl>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>Do Not pass an empty timeZoneId string as this may cause unintended consequences when storing Incidences into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00043">43</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="23aa939f694874a8f98ec54326d80741"></a><!-- doxytag: member="KCal::Calendar::~Calendar" ref="23aa939f694874a8f98ec54326d80741" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Calendar::~Calendar           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Destructor. 
<p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00067">67</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="710b3c42343daab4ff43569d51d91b23"></a><!-- doxytag: member="KCal::Calendar::setProductId" ref="710b3c42343daab4ff43569d51d91b23" args="(const QString &amp;productId)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setProductId           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>productId</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> Product ID. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>productId</em>&nbsp;</td><td>is a QString containing the Product ID. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00812">812</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="dc51d5b5dcda2c5ae54885a40ef5c291"></a><!-- doxytag: member="KCal::Calendar::productId" ref="dc51d5b5dcda2c5ae54885a40ef5c291" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString Calendar::productId           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the Calendar's Product ID. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the string containing the Product ID </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00817">817</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="925a2840710a883015e5c809696c3b02"></a><!-- doxytag: member="KCal::Calendar::setOwner" ref="925a2840710a883015e5c809696c3b02" args="(const Person &amp;owner)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setOwner           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classKCal_1_1Person.html">Person</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>owner</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the owner of the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>owner</em>&nbsp;</td><td>is a <a class="el" href="classKCal_1_1Person.html" title="This class represents a person.">Person</a> object. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00077">77</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="fa7adad09698d0c4ab4fe8f0746b162a"></a><!-- doxytag: member="KCal::Calendar::getOwner" ref="fa7adad09698d0c4ab4fe8f0746b162a" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classKCal_1_1Person.html">Person</a> &amp; Calendar::getOwner           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the owner of the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the owner <a class="el" href="classKCal_1_1Person.html" title="This class represents a person.">Person</a> object. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00072">72</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0140baff3c473d4404bd5172fc1aad2f"></a><!-- doxytag: member="KCal::Calendar::setTimeZoneId" ref="0140baff3c473d4404bd5172fc1aad2f" args="(const QString &amp;timeZoneId)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setTimeZoneId           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>timeZoneId</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the Time Zone Id for the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>timeZoneId</em>&nbsp;</td><td>is a string containing a Time Zone ID, which is assumed to be valid. The Time Zone Id is used to set the time zone for viewing <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> dates.<br>
 On some systems, /usr/share/zoneinfo/zone.tab may be available for reference.<br>
 <em>Example:</em> "Europe/Berlin"</td></tr>
  </table>
</dl>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>Do Not pass an empty timeZoneId string as this may cause unintended consequences when storing Incidences into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00084">84</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2145646024cf3620c88e52b05ac123c1"></a><!-- doxytag: member="KCal::Calendar::setTimeZoneIdViewOnly" ref="2145646024cf3620c88e52b05ac123c1" args="(const QString &amp;timeZoneId)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KCal::Calendar::setTimeZoneIdViewOnly           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>timeZoneId</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the timezone used for viewing the incidences in this calendar. 
<p>
In case it differs from the current timezone, shift the events such that they retain their absolute time (in UTC). <a class="el" href="classKCal_1_1Calendar.html#0140baff3c473d4404bd5172fc1aad2f">setTimeZoneId</a> 
<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#78e985d19c0e550f7fa2c5ec86457e8a">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#1f0aa955606be0fbfd64ae28a80b4a7b">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#39f4979328a466b0a536e5ce1fbfe2ff">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="dbb33ceb6de6668520995b95b4fd646b"></a><!-- doxytag: member="KCal::Calendar::timeZoneId" ref="dbb33ceb6de6668520995b95b4fd646b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString Calendar::timeZoneId           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Get the Time Zone ID for the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the string containg the Time Zone ID. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00093">93</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0b40a2702da7b25bcfbbfbfeefe7c073"></a><!-- doxytag: member="KCal::Calendar::setLocalTime" ref="0b40a2702da7b25bcfbbfbfeefe7c073" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setLocalTime           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set to store calendar Incidences without a time zone. 
<p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00098">98</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d672afd42fca707c93af7ae9653b7f07"></a><!-- doxytag: member="KCal::Calendar::isLocalTime" ref="d672afd42fca707c93af7ae9653b7f07" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Calendar::isLocalTime           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Determine if <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> Incidences are to be written without a time zone. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> is set to write Incidences withoout a time zone; false otherwise. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00106">106</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6acbb24e958823e79ddf2831c0f50a50"></a><!-- doxytag: member="KCal::Calendar::setModified" ref="6acbb24e958823e79ddf2831c0f50a50" args="(bool modified)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setModified           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>modified</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set if the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> had been modified. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>modified</em>&nbsp;</td><td>is true if the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> has been modified since open or last save. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00744">744</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="da78fe4ce3d2d729f3296db2a9290116"></a><!-- doxytag: member="KCal::Calendar::isModified" ref="da78fe4ce3d2d729f3296db2a9290116" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KCal::Calendar::isModified           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Determine the Calendar's modification status. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> has been modified since open or last save. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8h-source.html#l00280">280</a> of file <a class="el" href="calendar_8h-source.html">calendar.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d6d1e7529785af4133fbacfae48caad6"></a><!-- doxytag: member="KCal::Calendar::close" ref="d6d1e7529785af4133fbacfae48caad6" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KCal::Calendar::close           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Clears out the current <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>, freeing all used memory etc. 
<p>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#9a545de4837453eea733dd61883ca513">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#f2f5cf09cf8bdf4beed27ca903e37733">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#78ecb5bb13537bcd9fb55b3087b6c2b8">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="6cf7510a33cdc0ee2e57c67f392bf6f6"></a><!-- doxytag: member="KCal::Calendar::save" ref="6cf7510a33cdc0ee2e57c67f392bf6f6" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KCal::Calendar::save           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sync changes in memory to persistant storage. 
<p>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#f3e60cb4c0a04a7fbd61eea1e44d549f">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#95e0acf4ecd7cd08940b3e22611c14bc">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#cc7d740f6fe84e18e9d99f8559522486">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="bbab545ab2f5407c6c9ea25c5add50a6"></a><!-- doxytag: member="KCal::Calendar::reload" ref="bbab545ab2f5407c6c9ea25c5add50a6" args="(const QString &amp;tz)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::reload           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>tz</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Load the calendar contents from storage. 
<p>
This requires the calendar to have been loaded once before, in other words initialized. <dl class="user" compact><dt><b>tz The timezone to use for loading.</b></dt><dd></dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#0705e55330b8f3ec85fba32d99c21b86">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#0aa17993b5099e031a7a414bd78e30c3">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#8cc4f7ea46e8da57f7cf80ed66db0ae7">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="7177aca5cfbada522af8c80739efdca6"></a><!-- doxytag: member="KCal::Calendar::isSaving" ref="7177aca5cfbada522af8c80739efdca6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::isSaving           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Determine if the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> is currently being saved. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> is currently being saved; false otherwise. </dd></dl>

<p>Reimplemented in <a class="el" href="classKCal_1_1CalendarResources.html#d3aeea6593a05353d487c81e7d141751">KCal::CalendarResources</a>.</p>

<p>Definition at line <a class="el" href="calendar_8h-source.html#l00304">304</a> of file <a class="el" href="calendar_8h-source.html">calendar.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="52fa5a88f952cb279e85032a74be88d7"></a><!-- doxytag: member="KCal::Calendar::categories" ref="52fa5a88f952cb279e85032a74be88d7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QStringList Calendar::categories           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a list of all categories used by Incidences in this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a QStringList containing all the categories. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00125">125</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2c803568803bb1b6f584cdd38e754063"></a><!-- doxytag: member="KCal::Calendar::addIncidence" ref="2c803568803bb1b6f584cdd38e754063" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Calendar::addIncidence           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> to insert.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> was successfully inserted; false otherwise. </dd></dl>

<p>Reimplemented in <a class="el" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3">KCal::CalendarResources</a>.</p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00283">283</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="4c46fd01ec4084eef9e7a92370adfad0"></a><!-- doxytag: member="KCal::Calendar::deleteIncidence" ref="4c46fd01ec4084eef9e7a92370adfad0" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Calendar::deleteIncidence           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Remove an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> from the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> to remove.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> was successfully removed; false otherwise. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00290">290</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="356d431a6e1e0cf73edff7183595a364"></a><!-- doxytag: member="KCal::Calendar::incidences" ref="356d431a6e1e0cf73edff7183595a364" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Incidence::List Calendar::incidences           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a filtered list of all Incidences for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all filtered Incidences. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00149">149</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="180b9c153934e74d62eaeb9fd1472858"></a><!-- doxytag: member="KCal::Calendar::incidences" ref="180b9c153934e74d62eaeb9fd1472858" args="(const QDate &amp;date)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Incidence::List Calendar::incidences           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a filtered list of all Incidences which occur on the given date. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request filtered <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> list for this QDate only.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of filtered Incidences occurring on the specified date. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00144">144</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="310db8f95e7abc7f20a5293e1bbd9ebb"></a><!-- doxytag: member="KCal::Calendar::rawIncidences" ref="310db8f95e7abc7f20a5293e1bbd9ebb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Incidence::List Calendar::rawIncidences           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an unfiltered list of all Incidences for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all unfiltered Incidences. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00154">154</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d271d711219da854049efa30723188c4"></a><!-- doxytag: member="KCal::Calendar::incidence" ref="d271d711219da854049efa30723188c4" args="(const QString &amp;uid)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> * Calendar::incidence           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>uid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> associated with the given unique identifier. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>is a unique identifier string.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. A null pointer is returned if no such <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> exists. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00370">370</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cade42c20df980aec35db34a484deaed"></a><!-- doxytag: member="KCal::Calendar::incidenceFromSchedulingID" ref="cade42c20df980aec35db34a484deaed" args="(const QString &amp;sid)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> * Calendar::incidenceFromSchedulingID           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>sid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> associated with the given scheduling identifier. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sid</em>&nbsp;</td><td>is a unique scheduling identifier string.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. A null pointer is returned if no such <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> exists. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00393">393</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="234a3ff942596c433f63b637b9320bfb"></a><!-- doxytag: member="KCal::Calendar::incidencesFromSchedulingID" ref="234a3ff942596c433f63b637b9320bfb" args="(const QString &amp;UID)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Incidence::List Calendar::incidencesFromSchedulingID           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>UID</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Searches all events and todos for (an incidence with this scheduling ID. 
<p>
Returns a list of matching results. 
<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00382">382</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="36c4effeca9bdb52630a0e8762e08bb3"></a><!-- doxytag: member="KCal::Calendar::mergeIncidenceList" ref="36c4effeca9bdb52630a0e8762e08bb3" args="(const Event::List &amp;events, const Todo::List &amp;todos, const Journal::List &amp;journals)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Incidence::List Calendar::mergeIncidenceList           </td>
          <td>(</td>
          <td class="paramtype">const Event::List &amp;&nbsp;</td>
          <td class="paramname"> <em>events</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const Todo::List &amp;&nbsp;</td>
          <td class="paramname"> <em>todos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const Journal::List &amp;&nbsp;</td>
          <td class="paramname"> <em>journals</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create a merged list of Events, Todos, and Journals. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>events</em>&nbsp;</td><td>is an <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> list to merge. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>todos</em>&nbsp;</td><td>is a <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> list to merge. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>journals</em>&nbsp;</td><td>is a <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> list to merge.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a list of merged Incidences. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00822">822</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2d9343cfa7d5956749d13d764bee1623"></a><!-- doxytag: member="KCal::Calendar::beginChange" ref="2d9343cfa7d5956749d13d764bee1623" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Calendar::beginChange           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Flag that a change to a <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> is starting. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> that will be changing. </td></tr>
  </table>
</dl>

<p>Reimplemented in <a class="el" href="classKCal_1_1CalendarResources.html#a49b0fe583bd635ba248edccfba2b119">KCal::CalendarResources</a>.</p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00843">843</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7e89faf167259c9f92c3702fdf53b89b"></a><!-- doxytag: member="KCal::Calendar::endChange" ref="7e89faf167259c9f92c3702fdf53b89b" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Calendar::endChange           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Flag that a change to a <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> has completed. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> that was changed. </td></tr>
  </table>
</dl>

<p>Reimplemented in <a class="el" href="classKCal_1_1CalendarResources.html#f7466744d78cc1a679aaac87509a8b23">KCal::CalendarResources</a>.</p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00848">848</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f62ea6d835b9e816156dc756e9e04051"></a><!-- doxytag: member="KCal::Calendar::dissociateOccurrence" ref="f62ea6d835b9e816156dc756e9e04051" args="(Incidence *incidence, QDate date, bool single=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> * Calendar::dissociateOccurrence           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QDate&nbsp;</td>
          <td class="paramname"> <em>date</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>single</em> = <code>true</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Dissociate an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> from a recurring <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. 
<p>
Dissociate a single occurrence or all future occurrences from a recurring sequence.<p>
By default, only one single <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> for the specified <em>date</em> will be dissociated and returned. If <em>single</em> is false, then the recurrence will be split at <em>date</em>, the old <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> will have its recurrence ending at <em>date</em> and the new <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> will have all recurrences past the <em>date</em>.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to a recurring <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>is the QDate within the recurring <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> on which the dissociation will be performed. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>single</em>&nbsp;</td><td>is a flag meaning that a new <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> should be created from the recurring Incidences after <em>date</em>.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to a new recurring <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> if <em>single</em> is false.</dd></dl>
The new incidence is returned, but not automatically inserted into the calendar, which is left to the calling application 
<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00304">304</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="4da4abd5a47d63fd1c2933faff7fdf3f"></a><!-- doxytag: member="KCal::Calendar::addEvent" ref="4da4abd5a47d63fd1c2933faff7fdf3f" args="(Event *event)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::addEvent           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Event.html">Event</a> *&nbsp;</td>
          <td class="paramname"> <em>event</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert an <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>event</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> to insert.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> was successfully inserted; false otherwise. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#92badd294078f18a2c2acbfab8ce10ac">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#acaba78d8cc3e41248285899168b7195">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#650f7fd1a405ca672104a481110cd402">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="90334784dee3d52580c1363dca149514"></a><!-- doxytag: member="KCal::Calendar::deleteEvent" ref="90334784dee3d52580c1363dca149514" args="(Event *event)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::deleteEvent           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Event.html">Event</a> *&nbsp;</td>
          <td class="paramname"> <em>event</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Remove an <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> from the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>event</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> to remove.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> was successfully remove; false otherwise. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#574629efd65cc7032141b5dc389b3713">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#dee5b3924e4611b9811c760856401a55">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#a6b3a3ef15870b94a9b681334996c177">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="4d8122d0bcfc5d887e45d1f87338f2db"></a><!-- doxytag: member="KCal::Calendar::sortEvents" ref="4d8122d0bcfc5d887e45d1f87338f2db" args="(Event::List *eventList, EventSortField sortField, SortDirection sortDirection)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Event::List Calendar::sortEvents           </td>
          <td>(</td>
          <td class="paramtype">Event::List *&nbsp;</td>
          <td class="paramname"> <em>eventList</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sort a list of Events. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>eventList</em>&nbsp;</td><td>is a pointer to a list of Events. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the EventSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a list of Events sorted as specified. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00159">159</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a910b4a8419fcc311e1ca96e588f5147"></a><!-- doxytag: member="KCal::Calendar::events" ref="a910b4a8419fcc311e1ca96e588f5147" args="(EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Event::List Calendar::events           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>EventSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, filtered list of all Events for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the EventSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all filtered Events sorted as specified. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00275">275</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cf1def752c84b1c50b2999848d6d6099"></a><!-- doxytag: member="KCal::Calendar::events" ref="cf1def752c84b1c50b2999848d6d6099" args="(const QDateTime &amp;qdt)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Event::List Calendar::events           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>qdt</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a filtered list of all Events which occur on the given timestamp. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>qdt</em>&nbsp;</td><td>request filtered <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> list for this QDateTime only.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of filtered Events occurring on the specified timestamp. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00260">260</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ed7ca72440dffbe694f806b51c84c772"></a><!-- doxytag: member="KCal::Calendar::events" ref="ed7ca72440dffbe694f806b51c84c772" args="(const QDate &amp;start, const QDate &amp;end, bool inclusive=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Event::List Calendar::events           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>inclusive</em> = <code>false</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a filtered list of all Events occurring within a date range. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>start</em>&nbsp;</td><td>is the starting date. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>is the ending date. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>inclusive</em>&nbsp;</td><td>if true only Events which are completely included within the date range are returned.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of filtered Events occurring within the specified date range. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00267">267</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f35c75839e9fc4bc1d859ca0ce41a4f8"></a><!-- doxytag: member="KCal::Calendar::events" ref="f35c75839e9fc4bc1d859ca0ce41a4f8" args="(const QDate &amp;date, EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Event::List Calendar::events           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>EventSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, filtered list of all Events which occur on the given date. 
<p>
The Events are sorted according to <em>sortField</em> and <em>sortDirection</em>.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request filtered <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> list for this QDate only. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the EventSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of sorted, filtered Events occurring on <em>date</em>. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00251">251</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a03685d1878387b4b39769a7b967a232"></a><!-- doxytag: member="KCal::Calendar::rawEvents" ref="a03685d1878387b4b39769a7b967a232" args="(EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Event::List KCal::Calendar::rawEvents           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>EventSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, unfiltered list of all Events for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the EventSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all unfiltered Events sorted as specified. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#405e9a43400c5aca3bac5d00a3638244">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#ecd0a4ada3578af31ef9e0e4d76b7b51">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#b9cd5f07e82046d5a1219e1b5d34b485">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="a8b9671ec5e4927a18459d75f2f9fe0a"></a><!-- doxytag: member="KCal::Calendar::rawEventsForDate" ref="a8b9671ec5e4927a18459d75f2f9fe0a" args="(const QDateTime &amp;qdt)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Event::List KCal::Calendar::rawEventsForDate           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>qdt</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an unfiltered list of all Events which occur on the given timestamp. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>qdt</em>&nbsp;</td><td>request unfiltered <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> list for this QDateTime only.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of unfiltered Events occurring on the specified timestamp. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#36277171bcba0aee5a21128a6b369100">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#4cc98c03a18af2b3ff5f835636014392">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#d32dd3cbe55d9c6a51271e2a78333eae">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="71b80ef0c726ce2c2dda59d5e8335b0b"></a><!-- doxytag: member="KCal::Calendar::rawEvents" ref="71b80ef0c726ce2c2dda59d5e8335b0b" args="(const QDate &amp;start, const QDate &amp;end, bool inclusive=false)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Event::List KCal::Calendar::rawEvents           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>inclusive</em> = <code>false</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an unfiltered list of all Events occurring within a date range. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>start</em>&nbsp;</td><td>is the starting date. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>is the ending date. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>inclusive</em>&nbsp;</td><td>if true only Events which are completely included within the date range are returned.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of unfiltered Events occurring within the specified date range. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#b6e8785a08da7fedeafd404b1b1cca79">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#d00faab67fd647be7625a42e1ea571d9">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#0f55fb59db085ef56308a86c9fba955a">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="2795b002078f67bd7246b3148efafc23"></a><!-- doxytag: member="KCal::Calendar::rawEventsForDate" ref="2795b002078f67bd7246b3148efafc23" args="(const QDate &amp;date, EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Event::List KCal::Calendar::rawEventsForDate           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">EventSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>EventSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, unfiltered list of all Events which occur on the given date. 
<p>
The Events are sorted according to <em>sortField</em> and <em>sortDirection</em>.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request unfiltered <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> list for this QDate only. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the EventSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of sorted, unfiltered Events occurring on <em>date</em>. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#faebffeafa64f27ddb34a016213c4473">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#82b130eaa81178e7d47eae51585758bf">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#b3a284c792af87a63856ab85c21aff90">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="79496465b9954a2e032805dcee3348a9"></a><!-- doxytag: member="KCal::Calendar::event" ref="79496465b9954a2e032805dcee3348a9" args="(const QString &amp;uid)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classKCal_1_1Event.html">Event</a>* KCal::Calendar::event           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>uid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> associated with the given unique identifier. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>is a unique identifier string.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a>. A null pointer is returned if no such <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> exists. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#110d9ec156050c1fd39c5a622d2f8cc1">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#5b0886f9868ac157710d35566277e78b">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="63b7d29fa1d80998a11a1518fc82c0d0"></a><!-- doxytag: member="KCal::Calendar::addTodo" ref="63b7d29fa1d80998a11a1518fc82c0d0" args="(Todo *todo)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::addTodo           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Todo.html">Todo</a> *&nbsp;</td>
          <td class="paramname"> <em>todo</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert a <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>todo</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> to insert.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> was successfully inserted; false otherwise. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#253549807b55e8c1b603042957dcbf01">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#a822d41e5d974a604865a06d7f1c26f8">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#27bc4aad9afe11d436963a16cc589e26">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="b5e1e649b9862fa016f5e8a4ef46c9a7"></a><!-- doxytag: member="KCal::Calendar::deleteTodo" ref="b5e1e649b9862fa016f5e8a4ef46c9a7" args="(Todo *todo)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::deleteTodo           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Todo.html">Todo</a> *&nbsp;</td>
          <td class="paramname"> <em>todo</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Remove a <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> from the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>todo</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> to remove.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> was successfully removed; false otherwise. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#622c6857d55a0105b9b4cf59c5354a56">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#00b0d4d6ea0c3ab1a6d6e9000cb7261c">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#f2caa3c74340cf949de03a437d93e5f7">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="040242aba6a4b11c00d8a34fb8f7d8d2"></a><!-- doxytag: member="KCal::Calendar::sortTodos" ref="040242aba6a4b11c00d8a34fb8f7d8d2" args="(Todo::List *todoList, TodoSortField sortField, SortDirection sortDirection)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Todo::List Calendar::sortTodos           </td>
          <td>(</td>
          <td class="paramtype">Todo::List *&nbsp;</td>
          <td class="paramname"> <em>todoList</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">TodoSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sort a list of Todos. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>todoList</em>&nbsp;</td><td>is a pointer to a list of Todos. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the TodoSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a list of Todos sorted as specified. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00405">405</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ed7c816d2cede2558b5624e8a34ee745"></a><!-- doxytag: member="KCal::Calendar::todos" ref="ed7c816d2cede2558b5624e8a34ee745" args="(TodoSortField sortField=TodoSortUnsorted, SortDirection sortDirection=SortDirectionAscending)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Todo::List Calendar::todos           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">TodoSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>TodoSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, filtered list of all Todos for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the TodoSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all filtered Todos sorted as specified. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00549">549</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="46a1fe0c57d4480c7b0b6ca1a009aaa2"></a><!-- doxytag: member="KCal::Calendar::todos" ref="46a1fe0c57d4480c7b0b6ca1a009aaa2" args="(const QDate &amp;date)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Todo::List Calendar::todos           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a filtered list of all Todos which are due on the specified date. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request filtered Todos due on this QDate.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of filtered Todos due on the specified date. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00557">557</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c95bdb0d0e9399280396d1ff26a8377d"></a><!-- doxytag: member="KCal::Calendar::rawTodos" ref="c95bdb0d0e9399280396d1ff26a8377d" args="(TodoSortField sortField=TodoSortUnsorted, SortDirection sortDirection=SortDirectionAscending)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Todo::List KCal::Calendar::rawTodos           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">TodoSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>TodoSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, unfiltered list of all Todos for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the TodoSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all unfiltered Todos sorted as specified. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#72bf6c036b4c2c084e4e02ec43dfff77">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#f76d0fa8fbe20a7436737e805e230e91">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#84ef05c6e4a0ae6541a0d01b03afa1cd">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="0c9a6c03166e1b3989c57600da03033f"></a><!-- doxytag: member="KCal::Calendar::rawTodosForDate" ref="0c9a6c03166e1b3989c57600da03033f" args="(const QDate &amp;date)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Todo::List KCal::Calendar::rawTodosForDate           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an unfiltered list of all Todos which due on the specified date. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request unfiltered Todos due on this QDate.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of unfiltered Todos due on the specified date. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#a3759e96f79f90dfb6498a615e07472d">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#7a5ce4d4b914bf0805dcfe25de6dd047">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#9246f0f0b655e0bc8f7ab862146047b8">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="7130bd9ec592f5d1538b4d0b3f1b1332"></a><!-- doxytag: member="KCal::Calendar::todo" ref="7130bd9ec592f5d1538b4d0b3f1b1332" args="(const QString &amp;uid)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classKCal_1_1Todo.html">Todo</a>* KCal::Calendar::todo           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>uid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> associated with the given unique identifier. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>is a unique identifier string.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a>. A null pointer is returned if no such <a class="el" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> exists. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#eb63e714a9239900ee030823e587da67">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#798e14fce8d2d6e8dd4fa46d8642f449">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="1d58b2f34f52d5163e3b734c789b32e5"></a><!-- doxytag: member="KCal::Calendar::addJournal" ref="1d58b2f34f52d5163e3b734c789b32e5" args="(Journal *journal)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::addJournal           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Journal.html">Journal</a> *&nbsp;</td>
          <td class="paramname"> <em>journal</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Insert a <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>journal</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> to insert.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> was successfully inserted; false otherwise. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#971cf2ff3f084317ad6ed81d85e42aa5">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#de2c1345153e9eeaad36c72fe7a8b37b">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#8d2c1b9e351681e6d416c52d97ccc5d4">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="b7e6c102509b20e403b5fb96e98e5718"></a><!-- doxytag: member="KCal::Calendar::deleteJournal" ref="b7e6c102509b20e403b5fb96e98e5718" args="(Journal *journal)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KCal::Calendar::deleteJournal           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Journal.html">Journal</a> *&nbsp;</td>
          <td class="paramname"> <em>journal</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Remove a <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> from the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>journal</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> to remove.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> was successfully removed; false otherwise. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#45817dcaf523415af54f91b58a56e4b5">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#edcb022934c2014e1fc8e98f3844c4ba">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#09e49e225648a8b07c7306c79be0dc15">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="f24bc42d73c155856f99e8cb3a03bc1b"></a><!-- doxytag: member="KCal::Calendar::sortJournals" ref="f24bc42d73c155856f99e8cb3a03bc1b" args="(Journal::List *journalList, JournalSortField sortField, SortDirection sortDirection)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Journal::List Calendar::sortJournals           </td>
          <td>(</td>
          <td class="paramtype">Journal::List *&nbsp;</td>
          <td class="paramname"> <em>journalList</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">JournalSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sort a list of Journals. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>journalList</em>&nbsp;</td><td>is a pointer to a list of Journals. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the JournalSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a list of Journals sorted as specified. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00564">564</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c6b55e4bc2dcc1557b63ffd9273bd6bc"></a><!-- doxytag: member="KCal::Calendar::journals" ref="c6b55e4bc2dcc1557b63ffd9273bd6bc" args="(JournalSortField sortField=JournalSortUnsorted, SortDirection sortDirection=SortDirectionAscending)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Journal::List Calendar::journals           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">JournalSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>JournalSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, filtered list of all Journals for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the JournalSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all filtered Journals sorted as specified. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00617">617</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="407b33adc9401ed31bcf8dba237692bd"></a><!-- doxytag: member="KCal::Calendar::journals" ref="407b33adc9401ed31bcf8dba237692bd" args="(const QDate &amp;date)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Journal::List Calendar::journals           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a filtered list of all Journals for on the specifed date. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request filtered Journals for this QDate only.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of filtered Journals for the specified date. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00625">625</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1aef8f405e800d00fd23d84ea33dacfc"></a><!-- doxytag: member="KCal::Calendar::rawJournals" ref="1aef8f405e800d00fd23d84ea33dacfc" args="(JournalSortField sortField=JournalSortUnsorted, SortDirection sortDirection=SortDirectionAscending)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Journal::List KCal::Calendar::rawJournals           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">JournalSortField</a>&nbsp;</td>
          <td class="paramname"> <em>sortField</em> = <code>JournalSortUnsorted</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">SortDirection</a>&nbsp;</td>
          <td class="paramname"> <em>sortDirection</em> = <code>SortDirectionAscending</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a sorted, unfiltered list of all Journals for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sortField</em>&nbsp;</td><td>specifies the JournalSortField. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sortDirection</em>&nbsp;</td><td>specifies the SortDirection.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of all unfiltered Journals sorted as specified. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#b8e4d015c64f30b7230ad562640b0647">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#497064945b7b18ebe0d10717bbfa21ec">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#57d066e2d1c42b4004307f4813c7f8b8">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="d6faef93706c1f51db05448f8fa8e4db"></a><!-- doxytag: member="KCal::Calendar::rawJournalsForDate" ref="d6faef93706c1f51db05448f8fa8e4db" args="(const QDate &amp;date)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Journal::List KCal::Calendar::rawJournalsForDate           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>date</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return an unfiltered list of all Journals for on the specifed date. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>date</em>&nbsp;</td><td>request unfiltered Journals for this QDate only.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of unfiltered Journals for the specified date. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#1c4dd7db068882d624509c34de49b18e">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#aec2be7c127fdbb2c1d59e479bf25200">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#4c9d39ea1586d71f4b6ae6e188184fe2">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="9fa973297b596cd4dc32c184b8bb9d4d"></a><!-- doxytag: member="KCal::Calendar::journal" ref="9fa973297b596cd4dc32c184b8bb9d4d" args="(const QString &amp;uid)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classKCal_1_1Journal.html">Journal</a>* KCal::Calendar::journal           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>uid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> associated with the given unique identifier. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>uid</em>&nbsp;</td><td>is a unique identifier string.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a>. A null pointer is returned if no such <a class="el" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> exists. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#cda1ac06064f0ca4aef676cd57671049">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#eb28f9d067cac099edde3e0549def8dd">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="3f3de93b1c098488d3fcf8bc0bdcc09b"></a><!-- doxytag: member="KCal::Calendar::setupRelations" ref="3f3de93b1c098488d3fcf8bc0bdcc09b" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setupRelations           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Setup Relations for an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> to have a Relation setup. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00634">634</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="70a85f266e8a3f23f01850b7106e3d51"></a><!-- doxytag: member="KCal::Calendar::removeRelations" ref="70a85f266e8a3f23f01850b7106e3d51" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::removeRelations           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Remove all Relations from an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> to have a Relation removed. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00668">668</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="46e84475e7efa21e96cdda8373eb44d6"></a><!-- doxytag: member="KCal::Calendar::setFilter" ref="46e84475e7efa21e96cdda8373eb44d6" args="(CalFilter *filter)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setFilter           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1CalFilter.html">CalFilter</a> *&nbsp;</td>
          <td class="paramname"> <em>filter</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> filter. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>filter</em>&nbsp;</td><td>a pointer to a <a class="el" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a> object which will be used to filter <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> Incidences. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00111">111</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7aa8780fde5754abc19e7616fc179a8e"></a><!-- doxytag: member="KCal::Calendar::filter" ref="7aa8780fde5754abc19e7616fc179a8e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKCal_1_1CalFilter.html">CalFilter</a> * Calendar::filter           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> filter. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> <a class="el" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a>. A null pointer is returned if no such <a class="el" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a> exists. </dd></dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00120">120</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="47a9849973a69ced347748e0f8900be6"></a><!-- doxytag: member="KCal::Calendar::alarms" ref="47a9849973a69ced347748e0f8900be6" args="(const QDateTime &amp;from, const QDateTime &amp;to)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Alarm::List KCal::Calendar::alarms           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>from</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>to</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return a list of Alarms within a time range for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>from</em>&nbsp;</td><td>is the starting timestamp. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>to</em>&nbsp;</td><td>is the ending timestamp.</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of Alarms for the for the specified time range. </dd></dl>

<p>Implemented in <a class="el" href="classKCal_1_1CalendarLocal.html#2f96393bd0938e66962b01b6fb23cd9e">KCal::CalendarLocal</a>, <a class="el" href="classKCal_1_1CalendarNull.html#e57209e7f7c58291fefd29a18e1cd1ce">KCal::CalendarNull</a>, and <a class="el" href="classKCal_1_1CalendarResources.html#2a7f4c991994041dd7923ab6332666e5">KCal::CalendarResources</a>.</p>

</div>
</div><p>
<a class="anchor" name="448cfb6c7cdc83e0bc28cc469235302c"></a><!-- doxytag: member="KCal::Calendar::registerObserver" ref="448cfb6c7cdc83e0bc28cc469235302c" args="(Observer *observer)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::registerObserver           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Calendar_1_1Observer.html">Observer</a> *&nbsp;</td>
          <td class="paramname"> <em>observer</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Register an <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a> for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>observer</em>&nbsp;</td><td>is a pointer to an <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a> object that will be watching this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00732">732</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="691818c82a13ff376918d75ebfb9879d"></a><!-- doxytag: member="KCal::Calendar::unregisterObserver" ref="691818c82a13ff376918d75ebfb9879d" args="(Observer *observer)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::unregisterObserver           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Calendar_1_1Observer.html">Observer</a> *&nbsp;</td>
          <td class="paramname"> <em>observer</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Unregister an <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a> for this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>observer</em>&nbsp;</td><td>is a pointer to an <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a> object that has been watching this <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00739">739</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="9372a07432542dc2edf3398d4cbdbfa3"></a><!-- doxytag: member="KCal::Calendar::calendarChanged" ref="9372a07432542dc2edf3398d4cbdbfa3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KCal::Calendar::calendarChanged           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Signal that the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> has been modified. 
<p>

</div>
</div><p>
<a class="anchor" name="4020ac843793c9e7bc5e272f098593e3"></a><!-- doxytag: member="KCal::Calendar::calendarSaved" ref="4020ac843793c9e7bc5e272f098593e3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KCal::Calendar::calendarSaved           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Signal that the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> has been saved. 
<p>

</div>
</div><p>
<a class="anchor" name="056da137c1c404c014b2c3b1783d718a"></a><!-- doxytag: member="KCal::Calendar::calendarLoaded" ref="056da137c1c404c014b2c3b1783d718a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KCal::Calendar::calendarLoaded           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Signal that the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> has been loaded into memory. 
<p>

</div>
</div><p>
<a class="anchor" name="32964dad82d469f43ee7f44dc5f7d78f"></a><!-- doxytag: member="KCal::Calendar::incidenceUpdated" ref="32964dad82d469f43ee7f44dc5f7d78f" args="(IncidenceBase *incidenceBase)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::incidenceUpdated           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1IncidenceBase.html">IncidenceBase</a> *&nbsp;</td>
          <td class="paramname"> <em>incidenceBase</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a> interface. 
<p>
So far not implemented.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidenceBase</em>&nbsp;</td><td>is a pointer an <a class="el" href="classKCal_1_1IncidenceBase.html" title="This class provides the base class common to all calendar components.">IncidenceBase</a> object. </td></tr>
  </table>
</dl>

<p>Reimplemented in <a class="el" href="classKCal_1_1CalendarLocal.html#bec53fa13090e89bbb92e25d6971ff12">KCal::CalendarLocal</a>, and <a class="el" href="classKCal_1_1CalendarNull.html#e2f18f1f20fd9b43422814a0faf0fb02">KCal::CalendarNull</a>.</p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00757">757</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8fc9cdb8baf049d4802354f0a7a62c2a"></a><!-- doxytag: member="KCal::Calendar::doSetTimeZoneId" ref="8fc9cdb8baf049d4802354f0a7a62c2a" args="(const QString &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KCal::Calendar::doSetTimeZoneId           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline, protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Let <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> subclasses set the Time Zone ID. 
<p>
First parameter is a string containing a Time Zone ID, which is assumed to be valid. On some systems, /usr/share/zoneinfo/zone.tab may be available for reference.<br>
 <em>Example:</em> "Europe/Berlin"<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>Do Not pass an empty timeZoneId string as this may cause unintended consequences when storing Incidences into the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a>. </dd></dl>

<p>Reimplemented in <a class="el" href="classKCal_1_1CalendarResources.html#59574c4d896a48b7e84fe5244f531173">KCal::CalendarResources</a>.</p>

<p>Definition at line <a class="el" href="calendar_8h-source.html#l00887">887</a> of file <a class="el" href="calendar_8h-source.html">calendar.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b320f93d0f4b93ae1cedb76d2e27bf7d"></a><!-- doxytag: member="KCal::Calendar::notifyIncidenceAdded" ref="b320f93d0f4b93ae1cedb76d2e27bf7d" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::notifyIncidenceAdded           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Let <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> subclasses notify that they inserted an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> object that was inserted. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00771">771</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="5a90d904a5fa1a4bbd29b10183e20def"></a><!-- doxytag: member="KCal::Calendar::notifyIncidenceChanged" ref="5a90d904a5fa1a4bbd29b10183e20def" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::notifyIncidenceChanged           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Let <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> subclasses notify that they modified an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> object that was modified. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00783">783</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="41d4be475453592dcebb7c2504f800c6"></a><!-- doxytag: member="KCal::Calendar::notifyIncidenceDeleted" ref="41d4be475453592dcebb7c2504f800c6" args="(Incidence *incidence)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::notifyIncidenceDeleted           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Incidence.html">Incidence</a> *&nbsp;</td>
          <td class="paramname"> <em>incidence</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Let <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> subclasses notify that they removed an <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>incidence</em>&nbsp;</td><td>is a pointer to the <a class="el" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> object that was removed. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00795">795</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6823f6975f6f5238715b7f45db71526b"></a><!-- doxytag: member="KCal::Calendar::customPropertyUpdated" ref="6823f6975f6f5238715b7f45db71526b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::customPropertyUpdated           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Called when a custom property has been changed. <p>
The default implementation does nothing: override in derived classes to perform change processing.  
<p>

<p>Reimplemented from <a class="el" href="classKCal_1_1CustomProperties.html#a25b9e98bceccb8ea25a4c8c0a851026">KCal::CustomProperties</a>.</p>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00807">807</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="9cb2ef531883e673731fbf5f4c9e8b2e"></a><!-- doxytag: member="KCal::Calendar::setObserversEnabled" ref="9cb2ef531883e673731fbf5f4c9e8b2e" args="(bool enabled)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Calendar::setObserversEnabled           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>enabled</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Let <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> subclasses notify that they enabled an <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>enabled</em>&nbsp;</td><td>if true tells the <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> that a subclass has enabled an <a class="el" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a>. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="calendar_8cpp-source.html#l00853">853</a> of file <a class="el" href="calendar_8cpp-source.html">calendar.cpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="calendar_8h-source.html">calendar.h</a><li><a class="el" href="calendar_8cpp-source.html">calendar.cpp</a></ul>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>libkcal</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKCal_1_1Alarm.html">kcal::alarm</option>,  <option value="classKCal_1_1Attachment.html">kcal::attachment</option>,  <option value="classKCal_1_1Attendee.html">kcal::attendee</option>,  <option value="classKCal_1_1Calendar.html">kcal::calendar</option>,  <option value="classKCal_1_1Calendar_1_1Observer.html">kcal::calendar::observer</option>,  <option value="classKCal_1_1CalendarLocal.html">kcal::calendarlocal</option>,  <option value="classKCal_1_1CalendarNull.html">kcal::calendarnull</option>,  <option value="classKCal_1_1CalendarResources.html">kcal::calendarresources</option>,  <option value="classKCal_1_1CalFilter.html">kcal::calfilter</option>,  <option value="classKCal_1_1CalFormat.html">kcal::calformat</option>,  <option value="classKCal_1_1CalStorage.html">kcal::calstorage</option>,  <option value="classKCal_1_1Compat.html">kcal::compat</option>,  <option value="classKCal_1_1CompatFactory.html">kcal::compatfactory</option>,  <option value="classKCal_1_1CustomProperties.html">kcal::customproperties</option>,  <option value="classKCal_1_1DndFactory.html">kcal::dndfactory</option>,  <option value="classKCal_1_1Duration.html">kcal::duration</option>,  <option value="classKCal_1_1ErrorFormat.html">kcal::errorformat</option>,  <option value="classKCal_1_1Event.html">kcal::event</option>,  <option value="classKCal_1_1Exception.html">kcal::exception</option>,  <option value="classKCal_1_1FileStorage.html">kcal::filestorage</option>,  <option value="classKCal_1_1FreeBusy.html">kcal::freebusy</option>,  <option value="classKCal_1_1HtmlExport.html">kcal::htmlexport</option>,  <option value="classKCal_1_1ICalDrag.html">kcal::icaldrag</option>,  <option value="classKCal_1_1ICalFormat.html">kcal::icalformat</option>,  <option value="classKCal_1_1Incidence.html">kcal::incidence</option>,  <option value="classKCal_1_1Incidence_1_1AddVisitor.html">kcal::incidence::addvisitor</option>,  <option value="classKCal_1_1Incidence_1_1DeleteVisitor.html">kcal::incidence::deletevisitor</option>,  <option value="classKCal_1_1IncidenceBase.html">kcal::incidencebase</option>,  <option value="classKCal_1_1IncidenceBase_1_1Visitor.html">kcal::incidencebase::visitor</option>,  <option value="classKCal_1_1IncidenceFormatter.html">kcal::incidenceformatter</option>,  <option value="classKCal_1_1Journal.html">kcal::journal</option>,  <option value="classKCal_1_1ListBase.html">kcal::listbase</option>,  <option value="classKCal_1_1Period.html">kcal::period</option>,  <option value="classKCal_1_1Person.html">kcal::person</option>,  <option value="classKCal_1_1QtopiaFormat.html">kcal::qtopiaformat</option>,  <option value="classKCal_1_1Recurrence.html">kcal::recurrence</option>,  <option value="classKCal_1_1RecurrenceRule.html">kcal::recurrencerule</option>,  <option value="classKCal_1_1RecurrenceRule_1_1WDayPos.html">kcal::recurrencerule::wdaypos</option>,  <option value="classKCal_1_1ResourceCached.html">kcal::resourcecached</option>,  <option value="classKCal_1_1ResourceCachedReloadConfig.html">kcal::resourcecachedreloadconfig</option>,  <option value="classKCal_1_1ResourceCachedSaveConfig.html">kcal::resourcecachedsaveconfig</option>,  <option value="classKCal_1_1ResourceCalendar.html">kcal::resourcecalendar</option>,  <option value="classKCal_1_1ResourceLocal.html">kcal::resourcelocal</option>,  <option value="classKCal_1_1ResourceLocalConfig.html">kcal::resourcelocalconfig</option>,  <option value="classKCal_1_1ScheduleMessage.html">kcal::schedulemessage</option>,  <option value="classKCal_1_1Scheduler.html">kcal::scheduler</option>,  <option value="classKCal_1_1Todo.html">kcal::todo</option>,  <option value="classKCal_1_1VCalDrag.html">kcal::vcaldrag</option>,  <option value="classKCal_1_1VCalFormat.html">kcal::vcalformat</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../kandy/html/index.html">kandy</a></li><li><a href="../../karm/html/index.html">karm</a></li><li><a href="../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../kgantt/html/index.html">kgantt</a></li><li><a href="../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../kmail/html/index.html">kmail</a></li><li><a href="../../knotes/html/index.html">knotes</a></li><li><a href="../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../kontact/html/index.html">kontact</a></li><li><a href="../../korganizer/html/index.html">korganizer</a></li><li><a href="../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../libkcal/html/index.html">libkcal</a></li><li><a href="../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../libkmime/html/index.html">libkmime</a></li><li><a href="../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../libkpimidentities/html/index.html">libkpimidentities</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>