Sophie

Sophie

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

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: calendar.h Source File (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 -->
<h1>calendar.h</h1><a href="calendar_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">    This file is part of libkcal.</span>
<a name="l00003"></a>00003 <span class="comment"></span>
<a name="l00004"></a>00004 <span class="comment">    Copyright (c) 1998 Preston Brown &lt;pbrown@kde.org&gt;</span>
<a name="l00005"></a>00005 <span class="comment">    Copyright (c) 2001,2003,2004 Cornelius Schumacher &lt;schumacher@kde.org&gt;</span>
<a name="l00006"></a>00006 <span class="comment">    Copyright (C) 2003-2004 Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</span>
<a name="l00007"></a>00007 <span class="comment"></span>
<a name="l00008"></a>00008 <span class="comment">    This library is free software; you can redistribute it and/or</span>
<a name="l00009"></a>00009 <span class="comment">    modify it under the terms of the GNU Library General Public</span>
<a name="l00010"></a>00010 <span class="comment">    License as published by the Free Software Foundation; either</span>
<a name="l00011"></a>00011 <span class="comment">    version 2 of the License, or (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment"></span>
<a name="l00013"></a>00013 <span class="comment">    This library is distributed in the hope that it will be useful,</span>
<a name="l00014"></a>00014 <span class="comment">    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment">    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00016"></a>00016 <span class="comment">    Library General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment"></span>
<a name="l00018"></a>00018 <span class="comment">    You should have received a copy of the GNU Library General Public License</span>
<a name="l00019"></a>00019 <span class="comment">    along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00020"></a>00020 <span class="comment">    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00021"></a>00021 <span class="comment">    Boston, MA 02110-1301, USA.</span>
<a name="l00022"></a>00022 <span class="comment">*/</span>
<a name="l00031"></a>00031 <span class="preprocessor">#ifndef KCAL_CALENDAR_H</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define KCAL_CALENDAR_H</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;qobject.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;qdatetime.h&gt;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;qdict.h&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;kdepimmacros.h&gt;</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 <span class="preprocessor">#include "customproperties.h"</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include "event.h"</span>
<a name="l00043"></a>00043 <span class="preprocessor">#include "todo.h"</span>
<a name="l00044"></a>00044 <span class="preprocessor">#include "journal.h"</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include "kcalversion.h"</span>
<a name="l00046"></a>00046 <span class="preprocessor">#include "person.h"</span>
<a name="l00047"></a>00047 
<a name="l00052"></a>00052 <span class="keyword">namespace </span>KCal {
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <span class="keyword">class </span>CalFilter;
<a name="l00055"></a>00055 
<a name="l00060"></a><a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765">00060</a> <span class="keyword">enum</span> <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a>
<a name="l00061"></a>00061 {
<a name="l00063"></a><a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4">00063</a>   <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a>,
<a name="l00065"></a><a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765364243e2ff3efa0b0432eec87edb5863">00065</a>   <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765364243e2ff3efa0b0432eec87edb5863" title="Sort in descending order (last to first).">SortDirectionDescending</a>
<a name="l00066"></a>00066 };
<a name="l00067"></a>00067 
<a name="l00072"></a><a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21">00072</a> <span class="keyword">enum</span> <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a>
<a name="l00073"></a>00073 {
<a name="l00075"></a><a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a">00075</a>   <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a" title="Events are to be unsorted.">EventSortUnsorted</a>,
<a name="l00077"></a><a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21a5bf5e1beb9afa58353a1ac2cc14d252">00077</a>   <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21a5bf5e1beb9afa58353a1ac2cc14d252" title="Sort Events chronologically, by start date.">EventSortStartDate</a>,
<a name="l00079"></a><a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21519b81424701f6ea29b7eb6c2704734c">00079</a>   <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21519b81424701f6ea29b7eb6c2704734c" title="Sort Events chronologically, by end date.">EventSortEndDate</a>,
<a name="l00081"></a><a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f219f0af75b03b5c3f2cc4b9ba66e3c1735">00081</a>   <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f219f0af75b03b5c3f2cc4b9ba66e3c1735" title="Sort Events alphabetically, by summary.">EventSortSummary</a>
<a name="l00082"></a>00082 };
<a name="l00083"></a>00083 
<a name="l00088"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162">00088</a> <span class="keyword">enum</span> <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162" title="How Todos are to be sorted.">TodoSortField</a>
<a name="l00089"></a>00089 {
<a name="l00091"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162fdf0036a5925152f1d32af707fd503a3">00091</a>   <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162fdf0036a5925152f1d32af707fd503a3" title="Todos are to be unsorted.">TodoSortUnsorted</a>,
<a name="l00093"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162c3e473392609db03bb6783ccccfaa462">00093</a>   <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162c3e473392609db03bb6783ccccfaa462" title="Sort Todos chronologically, by start date.">TodoSortStartDate</a>,
<a name="l00095"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a08216228a8153d2fafc0ff73062b91076b8272">00095</a>   <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a08216228a8153d2fafc0ff73062b91076b8272" title="Sort Todos chronologically, by due date.">TodoSortDueDate</a>,
<a name="l00097"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a0821625210f4a2b79838bf82079c869a5662ab">00097</a>   <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a0821625210f4a2b79838bf82079c869a5662ab" title="Sort Todos by priority.">TodoSortPriority</a>,
<a name="l00099"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a0821626d453f8c2644b687428f4f906d9596ba">00099</a>   <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a0821626d453f8c2644b687428f4f906d9596ba" title="Sort Todos by percentage completed.">TodoSortPercentComplete</a>,
<a name="l00101"></a><a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a08216221e758adaae09115e016779c902cb7a7">00101</a>   <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a08216221e758adaae09115e016779c902cb7a7" title="Sort Todos alphabetically, by summary.">TodoSortSummary</a>
<a name="l00102"></a>00102 };
<a name="l00103"></a>00103 
<a name="l00108"></a><a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f">00108</a> <span class="keyword">enum</span> <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f" title="How Journals are to be sorted.">JournalSortField</a>
<a name="l00109"></a>00109 {
<a name="l00111"></a><a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f6a44efbfad0602bc6dc79d5941004742">00111</a>   <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f6a44efbfad0602bc6dc79d5941004742" title="Journals are to be unsorted.">JournalSortUnsorted</a>,
<a name="l00113"></a><a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317fe94f91ec8a162898dfc7da9613919a06">00113</a>   <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317fe94f91ec8a162898dfc7da9613919a06" title="Sort Journals chronologically by date.">JournalSortDate</a>,
<a name="l00115"></a><a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317ff52a8c51c962bfdd6a8083169f1eaa6b">00115</a>   <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317ff52a8c51c962bfdd6a8083169f1eaa6b" title="Sort Journals alphabetically, by summary.">JournalSortSummary</a>
<a name="l00116"></a>00116 };
<a name="l00117"></a>00117 
<a name="l00167"></a><a class="code" href="classKCal_1_1Calendar.html">00167</a> <span class="keyword">class </span>LIBKCAL_EXPORT <a class="code" href="classKCal_1_1Calendar.html" title="This is the main &amp;quot;calendar&amp;quot; object class.">Calendar</a> : <span class="keyword">public</span> QObject, <span class="keyword">public</span> <a class="code" href="classKCal_1_1CustomProperties.html" title="This class represents custom calendar properties.">CustomProperties</a>,
<a name="l00168"></a>00168                                 <span class="keyword">public</span> <a class="code" href="classKCal_1_1IncidenceBase.html" title="This class provides the base class common to all calendar components.">IncidenceBase</a>::<a class="code" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a>
<a name="l00169"></a>00169 {
<a name="l00170"></a>00170     Q_OBJECT
<a name="l00171"></a>00171 
<a name="l00172"></a>00172   <span class="keyword">public</span>:
<a name="l00173"></a>00173 
<a name="l00188"></a>00188     <a class="code" href="classKCal_1_1Calendar.html" title="This is the main &amp;quot;calendar&amp;quot; object class.">Calendar</a>( <span class="keyword">const</span> QString &amp;timeZoneId );
<a name="l00189"></a>00189 
<a name="l00193"></a>00193     <span class="keyword">virtual</span> ~<a class="code" href="classKCal_1_1Calendar.html" title="This is the main &amp;quot;calendar&amp;quot; object class.">Calendar</a>();
<a name="l00194"></a>00194 
<a name="l00200"></a>00200     <span class="keywordtype">void</span> setProductId( <span class="keyword">const</span> QString &amp;productId );
<a name="l00201"></a>00201 
<a name="l00207"></a>00207     QString productId();
<a name="l00208"></a>00208 
<a name="l00214"></a>00214     <span class="keywordtype">void</span> setOwner( <span class="keyword">const</span> <a class="code" href="classKCal_1_1Person.html" title="This class represents a person.">Person</a> &amp;owner );
<a name="l00215"></a>00215 
<a name="l00221"></a>00221     <span class="keyword">const</span> <a class="code" href="classKCal_1_1Person.html" title="This class represents a person.">Person</a> &amp;getOwner() <span class="keyword">const</span>;
<a name="l00222"></a>00222 
<a name="l00237"></a>00237     <span class="keywordtype">void</span> setTimeZoneId( <span class="keyword">const</span> QString &amp;timeZoneId );
<a name="l00238"></a>00238 
<a name="l00245"></a>00245     <span class="keyword">virtual</span> <span class="keywordtype">void</span> setTimeZoneIdViewOnly( <span class="keyword">const</span> QString &amp;timeZoneId ) = 0;
<a name="l00246"></a>00246 
<a name="l00252"></a>00252     QString timeZoneId() <span class="keyword">const</span>;
<a name="l00253"></a>00253 
<a name="l00257"></a>00257     <span class="keywordtype">void</span> setLocalTime();
<a name="l00258"></a>00258 
<a name="l00265"></a>00265     <span class="keywordtype">bool</span> isLocalTime() <span class="keyword">const</span>;
<a name="l00266"></a>00266 
<a name="l00273"></a>00273     <span class="keywordtype">void</span> setModified( <span class="keywordtype">bool</span> modified );
<a name="l00274"></a>00274 
<a name="l00280"></a><a class="code" href="classKCal_1_1Calendar.html#da78fe4ce3d2d729f3296db2a9290116">00280</a>     <span class="keywordtype">bool</span> isModified()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mModified; }
<a name="l00281"></a>00281 
<a name="l00285"></a>00285     <span class="keyword">virtual</span> <span class="keywordtype">void</span> close() = 0;
<a name="l00286"></a>00286 
<a name="l00290"></a>00290     <span class="keyword">virtual</span> <span class="keywordtype">void</span> save() = 0;
<a name="l00291"></a>00291 
<a name="l00297"></a>00297     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> reload( <span class="keyword">const</span> QString &amp;tz ) = 0;
<a name="l00298"></a>00298 
<a name="l00304"></a><a class="code" href="classKCal_1_1Calendar.html#7177aca5cfbada522af8c80739efdca6">00304</a>     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> isSaving() { <span class="keywordflow">return</span> <span class="keyword">false</span>; }
<a name="l00305"></a>00305 
<a name="l00311"></a>00311     QStringList categories();
<a name="l00312"></a>00312 
<a name="l00313"></a>00313 <span class="comment">// Incidence Specific Methods //</span>
<a name="l00314"></a>00314 
<a name="l00322"></a>00322     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> addIncidence( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00323"></a>00323 
<a name="l00331"></a>00331     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> deleteIncidence( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00332"></a>00332 
<a name="l00338"></a>00338     <span class="keyword">virtual</span> Incidence::List incidences();
<a name="l00339"></a>00339 
<a name="l00347"></a>00347     <span class="keyword">virtual</span> Incidence::List incidences( <span class="keyword">const</span> QDate &amp;date );
<a name="l00348"></a>00348 
<a name="l00354"></a>00354     <span class="keyword">virtual</span> Incidence::List rawIncidences();
<a name="l00355"></a>00355 
<a name="l00364"></a>00364     <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence( <span class="keyword">const</span> QString &amp;uid );
<a name="l00365"></a>00365 
<a name="l00374"></a>00374     <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidenceFromSchedulingID( <span class="keyword">const</span> QString &amp;sid );
<a name="l00375"></a>00375 
<a name="l00380"></a>00380     Incidence::List incidencesFromSchedulingID( <span class="keyword">const</span> QString &amp;UID );
<a name="l00381"></a>00381 
<a name="l00391"></a>00391     <span class="keyword">static</span> Incidence::List mergeIncidenceList( <span class="keyword">const</span> Event::List &amp;events,
<a name="l00392"></a>00392                                                <span class="keyword">const</span> Todo::List &amp;todos,
<a name="l00393"></a>00393                                                <span class="keyword">const</span> Journal::List &amp;journals );
<a name="l00394"></a>00394 
<a name="l00400"></a>00400     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> beginChange( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00401"></a>00401 
<a name="l00407"></a>00407     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> endChange( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00408"></a>00408 
<a name="l00425"></a>00425     <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *dissociateOccurrence( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence, QDate date,
<a name="l00426"></a>00426                                      <span class="keywordtype">bool</span> single = <span class="keyword">true</span> );
<a name="l00427"></a>00427 
<a name="l00428"></a>00428 <span class="comment">// Event Specific Methods //</span>
<a name="l00429"></a>00429 
<a name="l00437"></a>00437     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> addEvent( <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *event ) = 0;
<a name="l00438"></a>00438 
<a name="l00446"></a>00446     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> deleteEvent( <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *event ) = 0;
<a name="l00447"></a>00447 
<a name="l00457"></a>00457     <span class="keyword">static</span> Event::List sortEvents( Event::List *eventList,
<a name="l00458"></a>00458                                    <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField,
<a name="l00459"></a>00459                                    <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection );
<a name="l00468"></a>00468     <span class="keyword">virtual</span> Event::List events(
<a name="l00469"></a>00469       <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField = <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a" title="Events are to be unsorted.">EventSortUnsorted</a>,
<a name="l00470"></a>00470       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> );
<a name="l00471"></a>00471 
<a name="l00479"></a>00479     Event::List events( <span class="keyword">const</span> QDateTime &amp;qdt );
<a name="l00480"></a>00480 
<a name="l00492"></a>00492     Event::List events( <span class="keyword">const</span> QDate &amp;start, <span class="keyword">const</span> QDate &amp;end,
<a name="l00493"></a>00493                         <span class="keywordtype">bool</span> inclusive = <span class="keyword">false</span>);
<a name="l00494"></a>00494 
<a name="l00506"></a>00506     Event::List events(
<a name="l00507"></a>00507       <span class="keyword">const</span> QDate &amp;date,
<a name="l00508"></a>00508       <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField = <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a" title="Events are to be unsorted.">EventSortUnsorted</a>,
<a name="l00509"></a>00509       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> );
<a name="l00510"></a>00510 
<a name="l00519"></a>00519     <span class="keyword">virtual</span> Event::List rawEvents(
<a name="l00520"></a>00520       <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField = <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a" title="Events are to be unsorted.">EventSortUnsorted</a>,
<a name="l00521"></a>00521       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> ) = 0;
<a name="l00522"></a>00522 
<a name="l00532"></a>00532     <span class="keyword">virtual</span> Event::List rawEventsForDate( <span class="keyword">const</span> QDateTime &amp;qdt ) = 0;
<a name="l00533"></a>00533 
<a name="l00545"></a>00545     <span class="keyword">virtual</span> Event::List rawEvents( <span class="keyword">const</span> QDate &amp;start, <span class="keyword">const</span> QDate &amp;end,
<a name="l00546"></a>00546                                    <span class="keywordtype">bool</span> inclusive = <span class="keyword">false</span> ) = 0;
<a name="l00547"></a>00547 
<a name="l00559"></a>00559     <span class="keyword">virtual</span> Event::List rawEventsForDate(
<a name="l00560"></a>00560       <span class="keyword">const</span> QDate &amp;date,
<a name="l00561"></a>00561       <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField = <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a" title="Events are to be unsorted.">EventSortUnsorted</a>,
<a name="l00562"></a>00562       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> ) = 0;
<a name="l00563"></a>00563 
<a name="l00572"></a>00572     <span class="keyword">virtual</span> <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *event( <span class="keyword">const</span> QString &amp;uid ) = 0;
<a name="l00573"></a>00573 
<a name="l00574"></a>00574 <span class="comment">// Todo Specific Methods //</span>
<a name="l00575"></a>00575 
<a name="l00583"></a>00583     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> addTodo( <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *todo ) = 0;
<a name="l00584"></a>00584 
<a name="l00592"></a>00592     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> deleteTodo( <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *todo ) = 0;
<a name="l00593"></a>00593 
<a name="l00603"></a>00603     <span class="keyword">static</span> Todo::List sortTodos( Todo::List *todoList,
<a name="l00604"></a>00604                                  <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162" title="How Todos are to be sorted.">TodoSortField</a> sortField,
<a name="l00605"></a>00605                                  <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection );
<a name="l00606"></a>00606 
<a name="l00615"></a>00615     <span class="keyword">virtual</span> Todo::List todos(
<a name="l00616"></a>00616       <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162" title="How Todos are to be sorted.">TodoSortField</a> sortField = <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162fdf0036a5925152f1d32af707fd503a3" title="Todos are to be unsorted.">TodoSortUnsorted</a>,
<a name="l00617"></a>00617       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> );
<a name="l00618"></a>00618 
<a name="l00626"></a>00626     <span class="keyword">virtual</span> Todo::List todos( <span class="keyword">const</span> QDate &amp;date );
<a name="l00627"></a>00627 
<a name="l00636"></a>00636     <span class="keyword">virtual</span> Todo::List rawTodos(
<a name="l00637"></a>00637       <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162" title="How Todos are to be sorted.">TodoSortField</a> sortField = <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162fdf0036a5925152f1d32af707fd503a3" title="Todos are to be unsorted.">TodoSortUnsorted</a>,
<a name="l00638"></a>00638       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> ) = 0;
<a name="l00639"></a>00639 
<a name="l00647"></a>00647     <span class="keyword">virtual</span> Todo::List rawTodosForDate( <span class="keyword">const</span> QDate &amp;date ) = 0;
<a name="l00648"></a>00648 
<a name="l00657"></a>00657     <span class="keyword">virtual</span> <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *todo( <span class="keyword">const</span> QString &amp;uid ) = 0;
<a name="l00658"></a>00658 
<a name="l00659"></a>00659 <span class="comment">// Journal Specific Methods //</span>
<a name="l00660"></a>00660 
<a name="l00668"></a>00668     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> addJournal( <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *journal ) = 0;
<a name="l00669"></a>00669 
<a name="l00677"></a>00677     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> deleteJournal( <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *journal ) = 0;
<a name="l00678"></a>00678 
<a name="l00688"></a>00688     <span class="keyword">static</span> Journal::List sortJournals( Journal::List *journalList,
<a name="l00689"></a>00689                                        <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f" title="How Journals are to be sorted.">JournalSortField</a> sortField,
<a name="l00690"></a>00690                                        <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection );
<a name="l00699"></a>00699     <span class="keyword">virtual</span> Journal::List journals(
<a name="l00700"></a>00700       <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f" title="How Journals are to be sorted.">JournalSortField</a> sortField = <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f6a44efbfad0602bc6dc79d5941004742" title="Journals are to be unsorted.">JournalSortUnsorted</a>,
<a name="l00701"></a>00701       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> );
<a name="l00702"></a>00702 
<a name="l00710"></a>00710     <span class="keyword">virtual</span> Journal::List journals( <span class="keyword">const</span> QDate &amp;date );
<a name="l00711"></a>00711 
<a name="l00720"></a>00720     <span class="keyword">virtual</span> Journal::List rawJournals(
<a name="l00721"></a>00721       <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f" title="How Journals are to be sorted.">JournalSortField</a> sortField = <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f6a44efbfad0602bc6dc79d5941004742" title="Journals are to be unsorted.">JournalSortUnsorted</a>,
<a name="l00722"></a>00722       <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection = <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb676513f25b5ee7c6f59ab9bb9188f937a0b4" title="Sort in ascending order (first to last).">SortDirectionAscending</a> ) = 0;
<a name="l00723"></a>00723 
<a name="l00731"></a>00731     <span class="keyword">virtual</span> Journal::List rawJournalsForDate( <span class="keyword">const</span> QDate &amp;date ) = 0;
<a name="l00732"></a>00732 
<a name="l00741"></a>00741     <span class="keyword">virtual</span> <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *journal( <span class="keyword">const</span> QString &amp;uid ) = 0;
<a name="l00742"></a>00742 
<a name="l00743"></a>00743 <span class="comment">// Relations Specific Methods //</span>
<a name="l00744"></a>00744 
<a name="l00751"></a>00751     <span class="keyword">virtual</span> <span class="keywordtype">void</span> setupRelations( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00752"></a>00752 
<a name="l00759"></a>00759     <span class="keyword">virtual</span> <span class="keywordtype">void</span> removeRelations( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00760"></a>00760 
<a name="l00761"></a>00761 <span class="comment">// Filter Specific Methods //</span>
<a name="l00762"></a>00762 
<a name="l00769"></a>00769     <span class="keywordtype">void</span> setFilter( <a class="code" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a> *filter );
<a name="l00770"></a>00770 
<a name="l00777"></a>00777     <a class="code" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a> *filter();
<a name="l00778"></a>00778 
<a name="l00779"></a>00779 <span class="comment">// Alarm Specific Methods //</span>
<a name="l00780"></a>00780 
<a name="l00789"></a>00789     <span class="keyword">virtual</span> Alarm::List alarms( <span class="keyword">const</span> QDateTime &amp;from,
<a name="l00790"></a>00790                                 <span class="keyword">const</span> QDateTime &amp;to ) = 0;
<a name="l00791"></a>00791 
<a name="l00792"></a>00792 <span class="comment">// Observer Specific Methods //</span>
<a name="l00793"></a>00793 
<a name="l00799"></a><a class="code" href="classKCal_1_1Calendar_1_1Observer.html">00799</a>     <span class="keyword">class </span><a class="code" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a>
<a name="l00800"></a>00800     {
<a name="l00801"></a>00801       <span class="keyword">public</span>:
<a name="l00802"></a>00802         <span class="keyword">virtual</span> ~<a class="code" href="classKCal_1_1Calendar_1_1Observer.html" title="The Observer class.">Observer</a>() {}
<a name="l00810"></a><a class="code" href="classKCal_1_1Calendar_1_1Observer.html#dfc6f7a9098fdf805154404b88dd2a79">00810</a>         <span class="keyword">virtual</span> <span class="keywordtype">void</span> calendarModified( <span class="keywordtype">bool</span> <span class="comment">/*modified*/</span>,
<a name="l00811"></a>00811                                        <a class="code" href="classKCal_1_1Calendar.html" title="This is the main &amp;quot;calendar&amp;quot; object class.">Calendar</a> * <span class="comment">/*calendar*/</span> ) {};
<a name="l00812"></a>00812 
<a name="l00818"></a><a class="code" href="classKCal_1_1Calendar_1_1Observer.html#89869fd7d03e094ed0178c5b5daea3ed">00818</a>         <span class="keyword">virtual</span> <span class="keywordtype">void</span> calendarIncidenceAdded( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> * <span class="comment">/*incidence*/</span> ) {}
<a name="l00819"></a>00819 
<a name="l00825"></a><a class="code" href="classKCal_1_1Calendar_1_1Observer.html#fafff9b0c59f484f5f0651b5211f6e7b">00825</a>         <span class="keyword">virtual</span> <span class="keywordtype">void</span> calendarIncidenceChanged( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> * <span class="comment">/*incidence*/</span> ) {}
<a name="l00826"></a>00826 
<a name="l00832"></a><a class="code" href="classKCal_1_1Calendar_1_1Observer.html#d7106e5d206197ada70ac54aaaff7bf8">00832</a>           <span class="keyword">virtual</span> <span class="keywordtype">void</span> calendarIncidenceDeleted( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> * <span class="comment">/*incidence*/</span> ) {}
<a name="l00833"></a>00833     };
<a name="l00834"></a>00834 
<a name="l00841"></a>00841     <span class="keywordtype">void</span> registerObserver( Observer *observer );
<a name="l00842"></a>00842 
<a name="l00849"></a>00849     <span class="keywordtype">void</span> unregisterObserver( Observer *observer );
<a name="l00850"></a>00850 
<a name="l00851"></a>00851   signals:
<a name="l00855"></a>00855     <span class="keywordtype">void</span> calendarChanged();
<a name="l00856"></a>00856 
<a name="l00860"></a>00860     <span class="keywordtype">void</span> calendarSaved();
<a name="l00861"></a>00861 
<a name="l00865"></a>00865     <span class="keywordtype">void</span> calendarLoaded();
<a name="l00866"></a>00866 
<a name="l00867"></a>00867   <span class="keyword">protected</span>:
<a name="l00873"></a>00873     <span class="keywordtype">void</span> incidenceUpdated( <a class="code" href="classKCal_1_1IncidenceBase.html" title="This class provides the base class common to all calendar components.">IncidenceBase</a> *incidenceBase );
<a name="l00874"></a>00874 
<a name="l00887"></a><a class="code" href="classKCal_1_1Calendar.html#8fc9cdb8baf049d4802354f0a7a62c2a">00887</a>     <span class="keyword">virtual</span> <span class="keywordtype">void</span> doSetTimeZoneId( <span class="keyword">const</span> QString &amp;<span class="comment">/*timeZoneId*/</span> ) {}
<a name="l00888"></a>00888 
<a name="l00894"></a>00894     <span class="keywordtype">void</span> notifyIncidenceAdded( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00895"></a>00895 
<a name="l00901"></a>00901     <span class="keywordtype">void</span> notifyIncidenceChanged( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00902"></a>00902 
<a name="l00908"></a>00908     <span class="keywordtype">void</span> notifyIncidenceDeleted( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *incidence );
<a name="l00909"></a>00909 
<a name="l00914"></a>00914     <span class="keyword">virtual</span> <span class="keywordtype">void</span> customPropertyUpdated();
<a name="l00915"></a>00915 
<a name="l00922"></a>00922     <span class="keywordtype">void</span> setObserversEnabled( <span class="keywordtype">bool</span> enabled );
<a name="l00923"></a>00923 
<a name="l00924"></a>00924     <span class="comment">//TODO: Move appendAlarms() and appendRecurringAlarms() from</span>
<a name="l00925"></a>00925     <span class="comment">//      calendarlocal here, as protected static methods</span>
<a name="l00926"></a>00926     <span class="comment">//      returning static Alarm::List</span>
<a name="l00927"></a>00927 
<a name="l00928"></a>00928   <span class="keyword">private</span>:
<a name="l00932"></a>00932     <span class="keywordtype">void</span> init();
<a name="l00933"></a>00933 
<a name="l00934"></a>00934     QString mProductId;
<a name="l00935"></a>00935     <a class="code" href="classKCal_1_1Person.html" title="This class represents a person.">Person</a> mOwner;
<a name="l00936"></a>00936     QString mTimeZoneId;
<a name="l00937"></a>00937     <span class="keywordtype">bool</span> mLocalTime;
<a name="l00938"></a>00938 
<a name="l00939"></a>00939     <span class="keywordtype">bool</span> mModified;
<a name="l00940"></a>00940 
<a name="l00941"></a>00941     <a class="code" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a> *mFilter;
<a name="l00942"></a>00942     <a class="code" href="classKCal_1_1CalFilter.html" title="Filter for calendar objects.">CalFilter</a> *mDefaultFilter;
<a name="l00943"></a>00943 
<a name="l00944"></a>00944     QPtrList&lt;Observer&gt; mObservers;
<a name="l00945"></a>00945     <span class="keywordtype">bool</span> mNewObserver;
<a name="l00946"></a>00946     <span class="keywordtype">bool</span> mObserversEnabled;
<a name="l00947"></a>00947 
<a name="l00948"></a>00948     <span class="comment">// This list is used to put together related Todos</span>
<a name="l00949"></a>00949     QDict&lt;Incidence&gt; mOrphans;
<a name="l00950"></a>00950     QDict&lt;Incidence&gt; mOrphanUids;
<a name="l00951"></a>00951 
<a name="l00952"></a>00952     <span class="keyword">class </span>Private;
<a name="l00953"></a>00953     Private *d;
<a name="l00954"></a>00954   };
<a name="l00955"></a>00955 
<a name="l00956"></a>00956 }
<a name="l00957"></a>00957 
<a name="l00958"></a>00958 <span class="preprocessor">#endif</span>
</pre></div></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>