Sophie

Sophie

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

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: calendarresources.cpp 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>calendarresources.cpp</h1><a href="calendarresources_8cpp.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) 2003 Cornelius Schumacher &lt;schumacher@kde.org&gt;</span>
<a name="l00005"></a>00005 <span class="comment">    Copyright (C) 2003-2004 Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</span>
<a name="l00006"></a>00006 <span class="comment"></span>
<a name="l00007"></a>00007 <span class="comment">    This library is free software; you can redistribute it and/or</span>
<a name="l00008"></a>00008 <span class="comment">    modify it under the terms of the GNU Library General Public</span>
<a name="l00009"></a>00009 <span class="comment">    License as published by the Free Software Foundation; either</span>
<a name="l00010"></a>00010 <span class="comment">    version 2 of the License, or (at your option) any later version.</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">    This library is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment">    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment">    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00015"></a>00015 <span class="comment">    Library General Public License for more details.</span>
<a name="l00016"></a>00016 <span class="comment"></span>
<a name="l00017"></a>00017 <span class="comment">    You should have received a copy of the GNU Library General Public License</span>
<a name="l00018"></a>00018 <span class="comment">    along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00019"></a>00019 <span class="comment">    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00020"></a>00020 <span class="comment">    Boston, MA 02110-1301, USA.</span>
<a name="l00021"></a>00021 <span class="comment">*/</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;stdlib.h&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;qdatetime.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;kstandarddirs.h&gt;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;klocale.h&gt;</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="preprocessor">#include "vcaldrag.h"</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include "vcalformat.h"</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include "icalformat.h"</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include "exceptions.h"</span>
<a name="l00043"></a>00043 <span class="preprocessor">#include "incidence.h"</span>
<a name="l00044"></a>00044 <span class="preprocessor">#include "journal.h"</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include "filestorage.h"</span>
<a name="l00046"></a>00046 
<a name="l00047"></a>00047 <span class="preprocessor">#include &lt;kresources/manager.h&gt;</span>
<a name="l00048"></a>00048 <span class="preprocessor">#include &lt;kresources/selectdialog.h&gt;</span>
<a name="l00049"></a>00049 <span class="preprocessor">#include &lt;kabc/lock.h&gt;</span>
<a name="l00050"></a>00050 
<a name="l00051"></a>00051 <span class="preprocessor">#include "resourcecalendar.h"</span>
<a name="l00052"></a>00052 <span class="preprocessor">#include "resourcelocal.h"</span>
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <span class="preprocessor">#include "<a class="code" href="calendarresources_8h.html" title="Provides a Calendar composed of several Calendar Resources.">calendarresources.h</a>"</span>
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 <span class="keyword">using namespace </span>KCal;
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a>
<a name="l00059"></a>00059 *CalendarResources::StandardDestinationPolicy::destination( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> * )
<a name="l00060"></a>00060 {
<a name="l00061"></a>00061   <span class="keywordflow">return</span> resourceManager()-&gt;standardResource();
<a name="l00062"></a>00062 }
<a name="l00063"></a>00063 
<a name="l00064"></a>00064 <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a>
<a name="l00065"></a>00065 *CalendarResources::AskDestinationPolicy::destination( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> * )
<a name="l00066"></a>00066 {
<a name="l00067"></a>00067   QPtrList&lt;KRES::Resource&gt; list;
<a name="l00068"></a>00068 
<a name="l00069"></a>00069   CalendarResourceManager::ActiveIterator it;
<a name="l00070"></a>00070   <span class="keywordflow">for</span> ( it = resourceManager()-&gt;activeBegin();
<a name="l00071"></a>00071         it != resourceManager()-&gt;activeEnd(); ++it ) {
<a name="l00072"></a>00072     <span class="keywordflow">if</span> ( !(*it)-&gt;readOnly() ) {
<a name="l00073"></a>00073       <span class="comment">//Insert the first the Standard resource to get be the default selected.</span>
<a name="l00074"></a>00074       <span class="keywordflow">if</span> ( resourceManager()-&gt;standardResource() == *it )
<a name="l00075"></a>00075         list.insert( 0, *it );
<a name="l00076"></a>00076       <span class="keywordflow">else</span>
<a name="l00077"></a>00077         list.append( *it );
<a name="l00078"></a>00078     }
<a name="l00079"></a>00079   }
<a name="l00080"></a>00080 
<a name="l00081"></a>00081   KRES::Resource *r;
<a name="l00082"></a>00082   r = KRES::SelectDialog::getResource( list, parent() );
<a name="l00083"></a>00083   <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<span class="keyword">&gt;</span>( r );
<a name="l00084"></a>00084 }
<a name="l00085"></a>00085 
<a name="l00086"></a><a class="code" href="classKCal_1_1CalendarResources.html#3da5b62f50df087a021cefe8cef3debe">00086</a> <a class="code" href="classKCal_1_1CalendarResources.html#3da5b62f50df087a021cefe8cef3debe" title="Construct CalendarResource object using a Time Zone and a Family name.">CalendarResources::CalendarResources</a>( <span class="keyword">const</span> QString &amp;<a class="code" href="classKCal_1_1Calendar.html#dbb33ceb6de6668520995b95b4fd646b" title="Get the Time Zone ID for the Calendar.">timeZoneId</a>,
<a name="l00087"></a>00087                                       <span class="keyword">const</span> QString &amp;family )
<a name="l00088"></a>00088   : <a class="code" href="classKCal_1_1Calendar.html" title="This is the main &amp;quot;calendar&amp;quot; object class.">Calendar</a>( timeZoneId )
<a name="l00089"></a>00089 {
<a name="l00090"></a>00090   init( family );
<a name="l00091"></a>00091 }
<a name="l00092"></a>00092 
<a name="l00093"></a>00093 <span class="keywordtype">void</span> CalendarResources::init( <span class="keyword">const</span> QString &amp;family )
<a name="l00094"></a>00094 {
<a name="l00095"></a>00095   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::init( "</span> &lt;&lt; family &lt;&lt; <span class="stringliteral">" )"</span> &lt;&lt; endl;
<a name="l00096"></a>00096 
<a name="l00097"></a>00097   mManager = <span class="keyword">new</span> CalendarResourceManager( family );
<a name="l00098"></a>00098   mManager-&gt;addObserver( <span class="keyword">this</span> );
<a name="l00099"></a>00099 
<a name="l00100"></a>00100   mStandardPolicy = <span class="keyword">new</span> StandardDestinationPolicy( mManager );
<a name="l00101"></a>00101   mAskPolicy = <span class="keyword">new</span> AskDestinationPolicy( mManager );
<a name="l00102"></a>00102   mDestinationPolicy = mStandardPolicy;
<a name="l00103"></a>00103 }
<a name="l00104"></a>00104 
<a name="l00105"></a><a class="code" href="classKCal_1_1CalendarResources.html#d869693fd0b9381bf515a86d2aca1d2f">00105</a> <a class="code" href="classKCal_1_1CalendarResources.html#d869693fd0b9381bf515a86d2aca1d2f" title="Destructor.">CalendarResources::~CalendarResources</a>()
<a name="l00106"></a>00106 {
<a name="l00107"></a>00107   <a class="code" href="classKCal_1_1CalendarResources.html#78ecb5bb13537bcd9fb55b3087b6c2b8" title="Clear out the current Calendar, freeing all used memory etc.">close</a>();
<a name="l00108"></a>00108   <span class="keyword">delete</span> mManager;
<a name="l00109"></a>00109   <span class="keyword">delete</span> mStandardPolicy;
<a name="l00110"></a>00110   <span class="keyword">delete</span> mAskPolicy;
<a name="l00111"></a>00111 }
<a name="l00112"></a>00112 
<a name="l00113"></a><a class="code" href="classKCal_1_1CalendarResources.html#9b79282611667c3e0e9f7759bb5e79d2">00113</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#9b79282611667c3e0e9f7759bb5e79d2" title="Read the Resources settings from a config file.">CalendarResources::readConfig</a>( KConfig *config )
<a name="l00114"></a>00114 {
<a name="l00115"></a>00115   mManager-&gt;readConfig( config );
<a name="l00116"></a>00116 
<a name="l00117"></a>00117   CalendarResourceManager::Iterator it;
<a name="l00118"></a>00118   <span class="keywordflow">for</span> ( it = mManager-&gt;begin(); it != mManager-&gt;end(); ++it ) {
<a name="l00119"></a>00119     connectResource( *it );
<a name="l00120"></a>00120   }
<a name="l00121"></a>00121 }
<a name="l00122"></a>00122 
<a name="l00123"></a><a class="code" href="classKCal_1_1CalendarResources.html#879fbc33704a9ad469791ecbc090efdc">00123</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#879fbc33704a9ad469791ecbc090efdc" title="Loads all Incidences from the Resources.">CalendarResources::load</a>()
<a name="l00124"></a>00124 {
<a name="l00125"></a>00125   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::load()"</span> &lt;&lt; endl;
<a name="l00126"></a>00126 
<a name="l00127"></a>00127   <span class="keywordflow">if</span> ( !mManager-&gt;standardResource() ) {
<a name="l00128"></a>00128     kdDebug(5800) &lt;&lt; <span class="stringliteral">"Warning! No standard resource yet."</span> &lt;&lt; endl;
<a name="l00129"></a>00129   }
<a name="l00130"></a>00130 
<a name="l00131"></a>00131   <span class="comment">// set the timezone for all resources. Otherwise we'll have those terrible tz</span>
<a name="l00132"></a>00132   <span class="comment">// troubles ;-((</span>
<a name="l00133"></a>00133   CalendarResourceManager::Iterator i1;
<a name="l00134"></a>00134   <span class="keywordflow">for</span> ( i1 = mManager-&gt;begin(); i1 != mManager-&gt;end(); ++i1 ) {
<a name="l00135"></a>00135     (*i1)-&gt;setTimeZoneId( <a class="code" href="classKCal_1_1Calendar.html#dbb33ceb6de6668520995b95b4fd646b" title="Get the Time Zone ID for the Calendar.">timeZoneId</a>() );
<a name="l00136"></a>00136   }
<a name="l00137"></a>00137 
<a name="l00138"></a>00138   QValueList&lt;ResourceCalendar *&gt; failed;
<a name="l00139"></a>00139 
<a name="l00140"></a>00140   <span class="comment">// Open all active resources</span>
<a name="l00141"></a>00141   CalendarResourceManager::ActiveIterator it;
<a name="l00142"></a>00142   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00143"></a>00143     <span class="keywordflow">if</span> ( !(*it)-&gt;load() ) {
<a name="l00144"></a>00144       failed.append( *it );
<a name="l00145"></a>00145     }
<a name="l00146"></a>00146     Incidence::List <a class="code" href="classKCal_1_1Calendar.html#356d431a6e1e0cf73edff7183595a364" title="Return a filtered list of all Incidences for this Calendar.">incidences</a> = (*it)-&gt;rawIncidences();
<a name="l00147"></a>00147     Incidence::List::Iterator incit;
<a name="l00148"></a>00148     <span class="keywordflow">for</span> ( incit = incidences.begin(); incit != incidences.end(); ++incit ) {
<a name="l00149"></a>00149       (*incit)-&gt;registerObserver( <span class="keyword">this</span> );
<a name="l00150"></a>00150       <a class="code" href="classKCal_1_1Calendar.html#b320f93d0f4b93ae1cedb76d2e27bf7d" title="Let Calendar subclasses notify that they inserted an Incidence.">notifyIncidenceAdded</a>( *incit );
<a name="l00151"></a>00151     }
<a name="l00152"></a>00152   }
<a name="l00153"></a>00153 
<a name="l00154"></a>00154   QValueList&lt;ResourceCalendar *&gt;::ConstIterator it2;
<a name="l00155"></a>00155   <span class="keywordflow">for</span> ( it2 = failed.begin(); it2 != failed.end(); ++it2 ) {
<a name="l00156"></a>00156     (*it2)-&gt;setActive( <span class="keyword">false</span> );
<a name="l00157"></a>00157     emit <a class="code" href="classKCal_1_1CalendarResources.html#3085b08b2894f2abd5cc3c25b947765e" title="Signal that the Resource has been modified.">signalResourceModified</a>( *it2 );
<a name="l00158"></a>00158   }
<a name="l00159"></a>00159 
<a name="l00160"></a>00160   mOpen = <span class="keyword">true</span>;
<a name="l00161"></a>00161 }
<a name="l00162"></a>00162 
<a name="l00163"></a><a class="code" href="classKCal_1_1CalendarResources.html#8cc4f7ea46e8da57f7cf80ed66db0ae7">00163</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#8cc4f7ea46e8da57f7cf80ed66db0ae7" title="Reloads all incidences from all resources.">CalendarResources::reload</a>( <span class="keyword">const</span> QString &amp;tz )
<a name="l00164"></a>00164 {
<a name="l00165"></a>00165   <a class="code" href="classKCal_1_1CalendarResources.html#cc7d740f6fe84e18e9d99f8559522486" title="Sync changes in memory to persistant storage.">save</a>();
<a name="l00166"></a>00166   <a class="code" href="classKCal_1_1CalendarResources.html#78ecb5bb13537bcd9fb55b3087b6c2b8" title="Clear out the current Calendar, freeing all used memory etc.">close</a>();
<a name="l00167"></a>00167   <a class="code" href="classKCal_1_1Calendar.html#0140baff3c473d4404bd5172fc1aad2f" title="Set the Time Zone Id for the Calendar.">setTimeZoneId</a>( tz );
<a name="l00168"></a>00168   <a class="code" href="classKCal_1_1CalendarResources.html#879fbc33704a9ad469791ecbc090efdc" title="Loads all Incidences from the Resources.">load</a>();
<a name="l00169"></a>00169   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00170"></a>00170 }
<a name="l00171"></a>00171 
<a name="l00172"></a><a class="code" href="classKCal_1_1CalendarResources.html#6c9d5c4b34bf78f7c204f6e66ecfbb54">00172</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#6c9d5c4b34bf78f7c204f6e66ecfbb54" title="Set the destination policy such that Incidences are always added to the standard...">CalendarResources::setStandardDestinationPolicy</a>()
<a name="l00173"></a>00173 {
<a name="l00174"></a>00174   mDestinationPolicy = mStandardPolicy;
<a name="l00175"></a>00175 }
<a name="l00176"></a>00176 
<a name="l00177"></a><a class="code" href="classKCal_1_1CalendarResources.html#e37b3373026631ee3ec2c44dfcae30b7">00177</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#e37b3373026631ee3ec2c44dfcae30b7" title="Set the destination policy such that Incidences are added to a Resource which is...">CalendarResources::setAskDestinationPolicy</a>()
<a name="l00178"></a>00178 {
<a name="l00179"></a>00179   mDestinationPolicy = mAskPolicy;
<a name="l00180"></a>00180 }
<a name="l00181"></a>00181 
<a name="l00182"></a><a class="code" href="classKCal_1_1CalendarResources.html#7b2ba325a7747a0b8fee1b925c65621a">00182</a> QWidget *<a class="code" href="classKCal_1_1CalendarResources.html#7b2ba325a7747a0b8fee1b925c65621a" title="Returns the current parent for new dialogs.">CalendarResources::dialogParentWidget</a>()
<a name="l00183"></a>00183 {
<a name="l00184"></a>00184   <span class="keywordflow">return</span> mDestinationPolicy-&gt;parent();
<a name="l00185"></a>00185 }
<a name="l00186"></a>00186 
<a name="l00187"></a><a class="code" href="classKCal_1_1CalendarResources.html#114ae76655766ffd19d639f3fe5a64a8">00187</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#114ae76655766ffd19d639f3fe5a64a8" title="Set the widget parent for new dialogs.">CalendarResources::setDialogParentWidget</a>( QWidget *parent )
<a name="l00188"></a>00188 {
<a name="l00189"></a>00189   mDestinationPolicy-&gt;setParent( parent );
<a name="l00190"></a>00190 }
<a name="l00191"></a>00191 
<a name="l00192"></a><a class="code" href="classKCal_1_1CalendarResources.html#78ecb5bb13537bcd9fb55b3087b6c2b8">00192</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#78ecb5bb13537bcd9fb55b3087b6c2b8" title="Clear out the current Calendar, freeing all used memory etc.">CalendarResources::close</a>()
<a name="l00193"></a>00193 {
<a name="l00194"></a>00194   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::close"</span> &lt;&lt; endl;
<a name="l00195"></a>00195 
<a name="l00196"></a>00196   <span class="keywordflow">if</span> ( mOpen ) {
<a name="l00197"></a>00197     CalendarResourceManager::ActiveIterator it;
<a name="l00198"></a>00198     <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00199"></a>00199       (*it)-&gt;close();
<a name="l00200"></a>00200     }
<a name="l00201"></a>00201 
<a name="l00202"></a>00202     <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( <span class="keyword">false</span> );
<a name="l00203"></a>00203     mOpen = <span class="keyword">false</span>;
<a name="l00204"></a>00204   }
<a name="l00205"></a>00205 }
<a name="l00206"></a>00206 
<a name="l00207"></a><a class="code" href="classKCal_1_1CalendarResources.html#cc7d740f6fe84e18e9d99f8559522486">00207</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#cc7d740f6fe84e18e9d99f8559522486" title="Sync changes in memory to persistant storage.">CalendarResources::save</a>()
<a name="l00208"></a>00208 {
<a name="l00209"></a>00209   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::save()"</span> &lt;&lt; endl;
<a name="l00210"></a>00210 
<a name="l00211"></a>00211   <span class="keywordflow">if</span> ( mOpen &amp;&amp; <a class="code" href="classKCal_1_1Calendar.html#da78fe4ce3d2d729f3296db2a9290116" title="Determine the Calendar&amp;#39;s modification status.">isModified</a>() ) {
<a name="l00212"></a>00212     CalendarResourceManager::ActiveIterator it;
<a name="l00213"></a>00213     <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00214"></a>00214       (*it)-&gt;save();
<a name="l00215"></a>00215     }
<a name="l00216"></a>00216 
<a name="l00217"></a>00217     <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( <span class="keyword">false</span> );
<a name="l00218"></a>00218   }
<a name="l00219"></a>00219 }
<a name="l00220"></a>00220 
<a name="l00221"></a><a class="code" href="classKCal_1_1CalendarResources.html#d3aeea6593a05353d487c81e7d141751">00221</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#d3aeea6593a05353d487c81e7d141751" title="Determine if the Calendar is currently being saved.">CalendarResources::isSaving</a>()
<a name="l00222"></a>00222 {
<a name="l00223"></a>00223   CalendarResourceManager::ActiveIterator it;
<a name="l00224"></a>00224   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00225"></a>00225     <span class="keywordflow">if</span> ( (*it)-&gt;isSaving() ) {
<a name="l00226"></a>00226       <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00227"></a>00227     }
<a name="l00228"></a>00228   }
<a name="l00229"></a>00229 
<a name="l00230"></a>00230   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00231"></a>00231 }
<a name="l00232"></a>00232 
<a name="l00233"></a><a class="code" href="classKCal_1_1CalendarResources.html#3119f52ad7b0fe812a9a978230d1c2eb">00233</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">CalendarResources::addIncidence</a>( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *<a class="code" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4" title="Returns the Incidence associated with the given unique identifier.">incidence</a>,
<a name="l00234"></a>00234                                       <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a> )
<a name="l00235"></a>00235 {
<a name="l00236"></a>00236   <span class="comment">// FIXME: Use proper locking via begin/endChange!</span>
<a name="l00237"></a>00237   <span class="keywordtype">bool</span> validRes = <span class="keyword">false</span>;
<a name="l00238"></a>00238   CalendarResourceManager::ActiveIterator it;
<a name="l00239"></a>00239   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00240"></a>00240     <span class="keywordflow">if</span> ( (*it) == resource )
<a name="l00241"></a>00241       validRes = <span class="keyword">true</span>;
<a name="l00242"></a>00242   }
<a name="l00243"></a>00243   <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *oldResource = 0;
<a name="l00244"></a>00244   <span class="keywordflow">if</span> ( mResourceMap.contains( incidence ) ) {
<a name="l00245"></a>00245     oldResource = mResourceMap[incidence];
<a name="l00246"></a>00246   }
<a name="l00247"></a>00247   mResourceMap[incidence] = resource;
<a name="l00248"></a>00248   <span class="keywordflow">if</span> ( validRes &amp;&amp; <a class="code" href="classKCal_1_1CalendarResources.html#a49b0fe583bd635ba248edccfba2b119" title="Flag that a change to a Calendar Incidence is starting.">beginChange</a>( incidence ) &amp;&amp;
<a name="l00249"></a>00249        resource-&gt;<a class="code" href="classKCal_1_1ResourceCalendar.html#6835f88a3a7dea1ef4c9d1d912659900" title="Add incidence to resource.">addIncidence</a>( incidence ) ) {
<a name="l00250"></a>00250 <span class="comment">//    mResourceMap[incidence] = resource;</span>
<a name="l00251"></a>00251     incidence-&gt;<a class="code" href="classKCal_1_1IncidenceBase.html#490816ccda2c6637b0f12235ba0b5869" title="Register observer.">registerObserver</a>( <span class="keyword">this</span> );
<a name="l00252"></a>00252     <a class="code" href="classKCal_1_1Calendar.html#b320f93d0f4b93ae1cedb76d2e27bf7d" title="Let Calendar subclasses notify that they inserted an Incidence.">notifyIncidenceAdded</a>( incidence );
<a name="l00253"></a>00253     <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( <span class="keyword">true</span> );
<a name="l00254"></a>00254     <a class="code" href="classKCal_1_1CalendarResources.html#f7466744d78cc1a679aaac87509a8b23" title="Flag that a change to a Calendar Incidence has completed.">endChange</a>( incidence );
<a name="l00255"></a>00255     <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00256"></a>00256   } <span class="keywordflow">else</span> {
<a name="l00257"></a>00257     <span class="keywordflow">if</span> ( oldResource )
<a name="l00258"></a>00258       mResourceMap[incidence] = oldResource;
<a name="l00259"></a>00259     <span class="keywordflow">else</span>
<a name="l00260"></a>00260       mResourceMap.remove( incidence );
<a name="l00261"></a>00261   }
<a name="l00262"></a>00262 
<a name="l00263"></a>00263   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00264"></a>00264 }
<a name="l00265"></a>00265 
<a name="l00266"></a><a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3">00266</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">CalendarResources::addIncidence</a>( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *<a class="code" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4" title="Returns the Incidence associated with the given unique identifier.">incidence</a> )
<a name="l00267"></a>00267 {
<a name="l00268"></a>00268   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::addIncidence"</span> &lt;&lt; <span class="keyword">this</span> &lt;&lt; endl;
<a name="l00269"></a>00269 
<a name="l00270"></a>00270   <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a> = mDestinationPolicy-&gt;destination( incidence );
<a name="l00271"></a>00271 
<a name="l00272"></a>00272   <span class="keywordflow">if</span> ( resource ) {
<a name="l00273"></a>00273     mResourceMap[ incidence ] = resource;
<a name="l00274"></a>00274 
<a name="l00275"></a>00275     <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1CalendarResources.html#a49b0fe583bd635ba248edccfba2b119" title="Flag that a change to a Calendar Incidence is starting.">beginChange</a>( incidence ) &amp;&amp; resource-&gt;<a class="code" href="classKCal_1_1ResourceCalendar.html#6835f88a3a7dea1ef4c9d1d912659900" title="Add incidence to resource.">addIncidence</a>( incidence ) ) {
<a name="l00276"></a>00276       incidence-&gt;<a class="code" href="classKCal_1_1IncidenceBase.html#490816ccda2c6637b0f12235ba0b5869" title="Register observer.">registerObserver</a>( <span class="keyword">this</span> );
<a name="l00277"></a>00277       <a class="code" href="classKCal_1_1Calendar.html#b320f93d0f4b93ae1cedb76d2e27bf7d" title="Let Calendar subclasses notify that they inserted an Incidence.">notifyIncidenceAdded</a>( incidence );
<a name="l00278"></a>00278 
<a name="l00279"></a>00279 
<a name="l00280"></a>00280       mResourceMap[ incidence ] = resource;
<a name="l00281"></a>00281       <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( <span class="keyword">true</span> );
<a name="l00282"></a>00282       <a class="code" href="classKCal_1_1CalendarResources.html#f7466744d78cc1a679aaac87509a8b23" title="Flag that a change to a Calendar Incidence has completed.">endChange</a>( incidence );
<a name="l00283"></a>00283       <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00284"></a>00284     } <span class="keywordflow">else</span> {
<a name="l00285"></a>00285       mResourceMap.remove( incidence );
<a name="l00286"></a>00286     }
<a name="l00287"></a>00287   } <span class="keywordflow">else</span>
<a name="l00288"></a>00288     kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::addIncidence(): no resource"</span> &lt;&lt; endl;
<a name="l00289"></a>00289 
<a name="l00290"></a>00290   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00291"></a>00291 }
<a name="l00292"></a>00292 
<a name="l00293"></a><a class="code" href="classKCal_1_1CalendarResources.html#650f7fd1a405ca672104a481110cd402">00293</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#650f7fd1a405ca672104a481110cd402" title="Insert an Event into the Calendar.">CalendarResources::addEvent</a>( <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *<a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee" title="Returns the Event associated with the given unique identifier.">event</a> )
<a name="l00294"></a>00294 {
<a name="l00295"></a>00295   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::addEvent"</span> &lt;&lt; endl;
<a name="l00296"></a>00296   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">addIncidence</a>( event );
<a name="l00297"></a>00297 }
<a name="l00298"></a>00298 
<a name="l00299"></a><a class="code" href="classKCal_1_1CalendarResources.html#2151077aca4f7c306249b38919453cba">00299</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#650f7fd1a405ca672104a481110cd402" title="Insert an Event into the Calendar.">CalendarResources::addEvent</a>( <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *<a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a>, <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a> )
<a name="l00300"></a>00300 {
<a name="l00301"></a>00301   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">addIncidence</a>( Event, resource );
<a name="l00302"></a>00302 }
<a name="l00303"></a>00303 
<a name="l00304"></a><a class="code" href="classKCal_1_1CalendarResources.html#a6b3a3ef15870b94a9b681334996c177">00304</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#a6b3a3ef15870b94a9b681334996c177" title="Remove an Event from the Calendar.">CalendarResources::deleteEvent</a>( <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *<a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee" title="Returns the Event associated with the given unique identifier.">event</a> )
<a name="l00305"></a>00305 {
<a name="l00306"></a>00306   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::deleteEvent"</span> &lt;&lt; endl;
<a name="l00307"></a>00307 
<a name="l00308"></a>00308   <span class="keywordtype">bool</span> status;
<a name="l00309"></a>00309   <span class="keywordflow">if</span> ( mResourceMap.find( event ) != mResourceMap.end() ) {
<a name="l00310"></a>00310     status = mResourceMap[event]-&gt;deleteEvent( event );
<a name="l00311"></a>00311     <span class="keywordflow">if</span> ( status )
<a name="l00312"></a>00312       mResourceMap.remove( event );
<a name="l00313"></a>00313   } <span class="keywordflow">else</span> {
<a name="l00314"></a>00314     status = <span class="keyword">false</span>;
<a name="l00315"></a>00315     CalendarResourceManager::ActiveIterator it;
<a name="l00316"></a>00316     <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00317"></a>00317       status = (*it)-&gt;deleteEvent( event ) || status;
<a name="l00318"></a>00318     }
<a name="l00319"></a>00319   }
<a name="l00320"></a>00320 
<a name="l00321"></a>00321   <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( status );
<a name="l00322"></a>00322   <span class="keywordflow">return</span> status;
<a name="l00323"></a>00323 }
<a name="l00324"></a>00324 
<a name="l00325"></a><a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee">00325</a> <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> *<a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee" title="Returns the Event associated with the given unique identifier.">CalendarResources::event</a>( <span class="keyword">const</span> QString &amp;uid )
<a name="l00326"></a>00326 {
<a name="l00327"></a>00327   CalendarResourceManager::ActiveIterator it;
<a name="l00328"></a>00328   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00329"></a>00329     <a class="code" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a>* <span class="keyword">event</span> = (*it)-&gt;event( uid );
<a name="l00330"></a>00330     <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee" title="Returns the Event associated with the given unique identifier.">event</a> ) {
<a name="l00331"></a>00331       mResourceMap[<a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee" title="Returns the Event associated with the given unique identifier.">event</a>] = *it;
<a name="l00332"></a>00332       <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#49fbb879b874e82dd43dce9e6b03bcee" title="Returns the Event associated with the given unique identifier.">event</a>;
<a name="l00333"></a>00333     }
<a name="l00334"></a>00334   }
<a name="l00335"></a>00335 
<a name="l00336"></a>00336   <span class="comment">// Not found</span>
<a name="l00337"></a>00337   <span class="keywordflow">return</span> 0;
<a name="l00338"></a>00338 }
<a name="l00339"></a>00339 
<a name="l00340"></a><a class="code" href="classKCal_1_1CalendarResources.html#27bc4aad9afe11d436963a16cc589e26">00340</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#27bc4aad9afe11d436963a16cc589e26" title="Insert a Todo into a Calendar Resource.">CalendarResources::addTodo</a>( <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *<a class="code" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7" title="Returns the Todo associated with the given unique identifier.">todo</a> )
<a name="l00341"></a>00341 {
<a name="l00342"></a>00342   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::addTodo"</span> &lt;&lt; endl;
<a name="l00343"></a>00343   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">addIncidence</a>( todo );
<a name="l00344"></a>00344 }
<a name="l00345"></a>00345 
<a name="l00346"></a><a class="code" href="classKCal_1_1CalendarResources.html#03b85f42a435eac8ac55384d33e9414f">00346</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#27bc4aad9afe11d436963a16cc589e26" title="Insert a Todo into a Calendar Resource.">CalendarResources::addTodo</a>( <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *<a class="code" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7" title="Returns the Todo associated with the given unique identifier.">todo</a>, <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a> )
<a name="l00347"></a>00347 {
<a name="l00348"></a>00348   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">addIncidence</a>( todo, resource );
<a name="l00349"></a>00349 }
<a name="l00350"></a>00350 
<a name="l00351"></a><a class="code" href="classKCal_1_1CalendarResources.html#f2caa3c74340cf949de03a437d93e5f7">00351</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#f2caa3c74340cf949de03a437d93e5f7" title="Remove an Todo from the Calendar.">CalendarResources::deleteTodo</a>( <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *<a class="code" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7" title="Returns the Todo associated with the given unique identifier.">todo</a> )
<a name="l00352"></a>00352 {
<a name="l00353"></a>00353   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::deleteTodo"</span> &lt;&lt; endl;
<a name="l00354"></a>00354 
<a name="l00355"></a>00355   <span class="keywordtype">bool</span> status;
<a name="l00356"></a>00356   <span class="keywordflow">if</span> ( mResourceMap.find( todo ) != mResourceMap.end() ) {
<a name="l00357"></a>00357     status = mResourceMap[todo]-&gt;deleteTodo( todo );
<a name="l00358"></a>00358     <span class="keywordflow">if</span> ( status )
<a name="l00359"></a>00359       mResourceMap.remove( todo );
<a name="l00360"></a>00360   } <span class="keywordflow">else</span> {
<a name="l00361"></a>00361     CalendarResourceManager::ActiveIterator it;
<a name="l00362"></a>00362     status = <span class="keyword">false</span>;
<a name="l00363"></a>00363     <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00364"></a>00364       status = (*it)-&gt;deleteTodo( todo ) || status;
<a name="l00365"></a>00365     }
<a name="l00366"></a>00366   }
<a name="l00367"></a>00367 
<a name="l00368"></a>00368   <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( status );
<a name="l00369"></a>00369   <span class="keywordflow">return</span> status;
<a name="l00370"></a>00370 }
<a name="l00371"></a>00371 
<a name="l00372"></a><a class="code" href="classKCal_1_1CalendarResources.html#84ef05c6e4a0ae6541a0d01b03afa1cd">00372</a> Todo::List <a class="code" href="classKCal_1_1CalendarResources.html#84ef05c6e4a0ae6541a0d01b03afa1cd" title="Return a sorted, unfiltered list of all Todos for this Calendar.">CalendarResources::rawTodos</a>( <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162" title="How Todos are to be sorted.">TodoSortField</a> sortField,
<a name="l00373"></a>00373                                         <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection )
<a name="l00374"></a>00374 {
<a name="l00375"></a>00375   Todo::List result;
<a name="l00376"></a>00376 
<a name="l00377"></a>00377   CalendarResourceManager::ActiveIterator it;
<a name="l00378"></a>00378   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00379"></a>00379     Todo::List <a class="code" href="classKCal_1_1Calendar.html#ed7c816d2cede2558b5624e8a34ee745" title="Return a sorted, filtered list of all Todos for this Calendar.">todos</a> = (*it)-&gt;rawTodos( <a class="code" href="namespaceKCal.html#055336d90bea8a2c86fde0d94a082162fdf0036a5925152f1d32af707fd503a3" title="Todos are to be unsorted.">TodoSortUnsorted</a> );
<a name="l00380"></a>00380     Todo::List::ConstIterator it2;
<a name="l00381"></a>00381     <span class="keywordflow">for</span> ( it2 = todos.begin(); it2 != todos.end(); ++it2 ) {
<a name="l00382"></a>00382       result.append( *it2 );
<a name="l00383"></a>00383       mResourceMap[ *it2 ] = *it;
<a name="l00384"></a>00384     }
<a name="l00385"></a>00385   }
<a name="l00386"></a>00386   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1Calendar.html#040242aba6a4b11c00d8a34fb8f7d8d2" title="Sort a list of Todos.">sortTodos</a>( &amp;result, sortField, sortDirection );
<a name="l00387"></a>00387 }
<a name="l00388"></a>00388 
<a name="l00389"></a><a class="code" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7">00389</a> <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *<a class="code" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7" title="Returns the Todo associated with the given unique identifier.">CalendarResources::todo</a>( <span class="keyword">const</span> QString &amp;uid )
<a name="l00390"></a>00390 {
<a name="l00391"></a>00391   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::todo(uid)"</span> &lt;&lt; endl;
<a name="l00392"></a>00392 
<a name="l00393"></a>00393   CalendarResourceManager::ActiveIterator it;
<a name="l00394"></a>00394   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00395"></a>00395     <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> *<a class="code" href="classKCal_1_1CalendarResources.html#68aef4a81e6286619f8653f90b212fd7" title="Returns the Todo associated with the given unique identifier.">todo</a> = (*it)-&gt;todo( uid );
<a name="l00396"></a>00396     <span class="keywordflow">if</span> ( todo ) {
<a name="l00397"></a>00397       mResourceMap[todo] = *it;
<a name="l00398"></a>00398       <span class="keywordflow">return</span> todo;
<a name="l00399"></a>00399     }
<a name="l00400"></a>00400   }
<a name="l00401"></a>00401 
<a name="l00402"></a>00402   <span class="comment">// Not found</span>
<a name="l00403"></a>00403   <span class="keywordflow">return</span> 0;
<a name="l00404"></a>00404 }
<a name="l00405"></a>00405 
<a name="l00406"></a><a class="code" href="classKCal_1_1CalendarResources.html#9246f0f0b655e0bc8f7ab862146047b8">00406</a> Todo::List <a class="code" href="classKCal_1_1CalendarResources.html#9246f0f0b655e0bc8f7ab862146047b8" title="Return an unfiltered list of all Todos which are due on the specified date.">CalendarResources::rawTodosForDate</a>( <span class="keyword">const</span> QDate &amp;date )
<a name="l00407"></a>00407 {
<a name="l00408"></a>00408   Todo::List result;
<a name="l00409"></a>00409 
<a name="l00410"></a>00410   CalendarResourceManager::ActiveIterator it;
<a name="l00411"></a>00411   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00412"></a>00412     Todo::List <a class="code" href="classKCal_1_1Calendar.html#ed7c816d2cede2558b5624e8a34ee745" title="Return a sorted, filtered list of all Todos for this Calendar.">todos</a> = (*it)-&gt;rawTodosForDate( date );
<a name="l00413"></a>00413     Todo::List::ConstIterator it2;
<a name="l00414"></a>00414     <span class="keywordflow">for</span> ( it2 = todos.begin(); it2 != todos.end(); ++it2 ) {
<a name="l00415"></a>00415       result.append( *it2 );
<a name="l00416"></a>00416       mResourceMap[ *it2 ] = *it;
<a name="l00417"></a>00417     }
<a name="l00418"></a>00418   }
<a name="l00419"></a>00419 
<a name="l00420"></a>00420   <span class="keywordflow">return</span> result;
<a name="l00421"></a>00421 }
<a name="l00422"></a>00422 
<a name="l00423"></a><a class="code" href="classKCal_1_1CalendarResources.html#f75dcfd7c00a09293a6728d1d2759ba8">00423</a> Alarm::List <a class="code" href="classKCal_1_1CalendarResources.html#f75dcfd7c00a09293a6728d1d2759ba8" title="Return a list of Alarms that occur before the specified timestamp.">CalendarResources::alarmsTo</a>( <span class="keyword">const</span> QDateTime &amp;to )
<a name="l00424"></a>00424 {
<a name="l00425"></a>00425   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::alarmsTo"</span> &lt;&lt; endl;
<a name="l00426"></a>00426 
<a name="l00427"></a>00427   Alarm::List result;
<a name="l00428"></a>00428   CalendarResourceManager::ActiveIterator resit;
<a name="l00429"></a>00429   <span class="keywordflow">for</span> ( resit = mManager-&gt;activeBegin(); resit != mManager-&gt;activeEnd(); ++resit ) {
<a name="l00430"></a>00430     Alarm::List list = (*resit)-&gt;alarmsTo( to );
<a name="l00431"></a>00431     Alarm::List::Iterator alarmit;
<a name="l00432"></a>00432     <span class="keywordflow">for</span> ( alarmit = list.begin(); alarmit != list.end(); ++alarmit )
<a name="l00433"></a>00433       result.append( *alarmit );
<a name="l00434"></a>00434   }
<a name="l00435"></a>00435   <span class="keywordflow">return</span> result;
<a name="l00436"></a>00436 }
<a name="l00437"></a>00437 
<a name="l00438"></a><a class="code" href="classKCal_1_1CalendarResources.html#2a7f4c991994041dd7923ab6332666e5">00438</a> Alarm::List <a class="code" href="classKCal_1_1CalendarResources.html#2a7f4c991994041dd7923ab6332666e5" title="Return a list of Alarms within a time range for this Calendar.">CalendarResources::alarms</a>( <span class="keyword">const</span> QDateTime &amp;from,
<a name="l00439"></a>00439                                        <span class="keyword">const</span> QDateTime &amp;to )
<a name="l00440"></a>00440 {
<a name="l00441"></a>00441   Alarm::List result;
<a name="l00442"></a>00442   CalendarResourceManager::ActiveIterator resit;
<a name="l00443"></a>00443   <span class="keywordflow">for</span> ( resit = mManager-&gt;activeBegin(); resit != mManager-&gt;activeEnd(); ++resit ) {
<a name="l00444"></a>00444     Alarm::List list = (*resit)-&gt;alarms( from, to );
<a name="l00445"></a>00445     Alarm::List::Iterator alarmit;
<a name="l00446"></a>00446     <span class="keywordflow">for</span> ( alarmit = list.begin(); alarmit != list.end(); ++alarmit )
<a name="l00447"></a>00447       result.append( *alarmit );
<a name="l00448"></a>00448   }
<a name="l00449"></a>00449   <span class="keywordflow">return</span> result;
<a name="l00450"></a>00450 }
<a name="l00451"></a>00451 
<a name="l00452"></a>00452 <span class="comment">/****************************** PROTECTED METHODS ****************************/</span>
<a name="l00453"></a>00453 
<a name="l00454"></a><a class="code" href="classKCal_1_1CalendarResources.html#b3a284c792af87a63856ab85c21aff90">00454</a> Event::List <a class="code" href="classKCal_1_1CalendarResources.html#d32dd3cbe55d9c6a51271e2a78333eae" title="Return an unfiltered list of all Events which occur on the given timestamp.">CalendarResources::rawEventsForDate</a>( <span class="keyword">const</span> QDate &amp;date,
<a name="l00455"></a>00455                                                  <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField,
<a name="l00456"></a>00456                                                  <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection )
<a name="l00457"></a>00457 {
<a name="l00458"></a>00458   Event::List result;
<a name="l00459"></a>00459   CalendarResourceManager::ActiveIterator it;
<a name="l00460"></a>00460   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00461"></a>00461     Event::List list = (*it)-&gt;rawEventsForDate( date );
<a name="l00462"></a>00462     Event::List::ConstIterator it2;
<a name="l00463"></a>00463     <span class="keywordflow">for</span> ( it2 = list.begin(); it2 != list.end(); ++it2 ) {
<a name="l00464"></a>00464       result.append( *it2 );
<a name="l00465"></a>00465       mResourceMap[ *it2 ] = *it;
<a name="l00466"></a>00466     }
<a name="l00467"></a>00467   }
<a name="l00468"></a>00468   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1Calendar.html#4d8122d0bcfc5d887e45d1f87338f2db" title="Sort a list of Events.">sortEvents</a>( &amp;result, sortField, sortDirection );
<a name="l00469"></a>00469 }
<a name="l00470"></a>00470 
<a name="l00471"></a><a class="code" href="classKCal_1_1CalendarResources.html#0f55fb59db085ef56308a86c9fba955a">00471</a> Event::List <a class="code" href="classKCal_1_1CalendarResources.html#b9cd5f07e82046d5a1219e1b5d34b485" title="Return a sorted, unfiltered list of all Events.">CalendarResources::rawEvents</a>( <span class="keyword">const</span> QDate &amp;start, <span class="keyword">const</span> QDate &amp;end,
<a name="l00472"></a>00472                                           <span class="keywordtype">bool</span> inclusive )
<a name="l00473"></a>00473 {
<a name="l00474"></a>00474   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::rawEvents(start,end,inclusive)"</span> &lt;&lt; endl;
<a name="l00475"></a>00475 
<a name="l00476"></a>00476   Event::List result;
<a name="l00477"></a>00477   CalendarResourceManager::ActiveIterator it;
<a name="l00478"></a>00478   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00479"></a>00479     Event::List list = (*it)-&gt;rawEvents( start, end, inclusive );
<a name="l00480"></a>00480     Event::List::ConstIterator it2;
<a name="l00481"></a>00481     <span class="keywordflow">for</span> ( it2 = list.begin(); it2 != list.end(); ++it2 ) {
<a name="l00482"></a>00482       result.append( *it2 );
<a name="l00483"></a>00483       mResourceMap[ *it2 ] = *it;
<a name="l00484"></a>00484     }
<a name="l00485"></a>00485   }
<a name="l00486"></a>00486   <span class="keywordflow">return</span> result;
<a name="l00487"></a>00487 }
<a name="l00488"></a>00488 
<a name="l00489"></a><a class="code" href="classKCal_1_1CalendarResources.html#d32dd3cbe55d9c6a51271e2a78333eae">00489</a> Event::List <a class="code" href="classKCal_1_1CalendarResources.html#d32dd3cbe55d9c6a51271e2a78333eae" title="Return an unfiltered list of all Events which occur on the given timestamp.">CalendarResources::rawEventsForDate</a>( <span class="keyword">const</span> QDateTime &amp;qdt )
<a name="l00490"></a>00490 {
<a name="l00491"></a>00491   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::rawEventsForDate(qdt)"</span> &lt;&lt; endl;
<a name="l00492"></a>00492 
<a name="l00493"></a>00493   <span class="comment">// @TODO: Remove the code duplication by the resourcemap iteration block.</span>
<a name="l00494"></a>00494   Event::List result;
<a name="l00495"></a>00495   CalendarResourceManager::ActiveIterator it;
<a name="l00496"></a>00496   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00497"></a>00497     Event::List list = (*it)-&gt;rawEventsForDate( qdt );
<a name="l00498"></a>00498     Event::List::ConstIterator it2;
<a name="l00499"></a>00499     <span class="keywordflow">for</span> ( it2 = list.begin(); it2 != list.end(); ++it2 ) {
<a name="l00500"></a>00500       result.append( *it2 );
<a name="l00501"></a>00501       mResourceMap[ *it2 ] = *it;
<a name="l00502"></a>00502     }
<a name="l00503"></a>00503   }
<a name="l00504"></a>00504   <span class="keywordflow">return</span> result;
<a name="l00505"></a>00505 }
<a name="l00506"></a>00506 
<a name="l00507"></a><a class="code" href="classKCal_1_1CalendarResources.html#b9cd5f07e82046d5a1219e1b5d34b485">00507</a> Event::List <a class="code" href="classKCal_1_1CalendarResources.html#b9cd5f07e82046d5a1219e1b5d34b485" title="Return a sorted, unfiltered list of all Events.">CalendarResources::rawEvents</a>( <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f21" title="How Events are to be sorted.">EventSortField</a> sortField,
<a name="l00508"></a>00508                                           <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection )
<a name="l00509"></a>00509 {
<a name="l00510"></a>00510   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::rawEvents()"</span> &lt;&lt; endl;
<a name="l00511"></a>00511 
<a name="l00512"></a>00512   Event::List result;
<a name="l00513"></a>00513   CalendarResourceManager::ActiveIterator it;
<a name="l00514"></a>00514   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00515"></a>00515     Event::List list = (*it)-&gt;rawEvents( <a class="code" href="namespaceKCal.html#4adb61b1b3687a67349254a53c7a2f2149c21b422159cd5177829d82cc26c60a" title="Events are to be unsorted.">EventSortUnsorted</a> );
<a name="l00516"></a>00516     Event::List::ConstIterator it2;
<a name="l00517"></a>00517     <span class="keywordflow">for</span> ( it2 = list.begin(); it2 != list.end(); ++it2 ) {
<a name="l00518"></a>00518       result.append( *it2 );
<a name="l00519"></a>00519       mResourceMap[ *it2 ] = *it;
<a name="l00520"></a>00520     }
<a name="l00521"></a>00521   }
<a name="l00522"></a>00522   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1Calendar.html#4d8122d0bcfc5d887e45d1f87338f2db" title="Sort a list of Events.">sortEvents</a>( &amp;result, sortField, sortDirection );
<a name="l00523"></a>00523 }
<a name="l00524"></a>00524 
<a name="l00525"></a>00525 
<a name="l00526"></a><a class="code" href="classKCal_1_1CalendarResources.html#8d2c1b9e351681e6d416c52d97ccc5d4">00526</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#8d2c1b9e351681e6d416c52d97ccc5d4" title="Insert a Journal into the Calendar.">CalendarResources::addJournal</a>( <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *<a class="code" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f" title="Returns the Journal associated with the given unique identifier.">journal</a> )
<a name="l00527"></a>00527 {
<a name="l00528"></a>00528   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::addJournal"</span> &lt;&lt; endl;
<a name="l00529"></a>00529   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">addIncidence</a>( journal );
<a name="l00530"></a>00530 }
<a name="l00531"></a>00531 
<a name="l00532"></a><a class="code" href="classKCal_1_1CalendarResources.html#09e49e225648a8b07c7306c79be0dc15">00532</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#09e49e225648a8b07c7306c79be0dc15" title="Remove a Journal from the Calendar.">CalendarResources::deleteJournal</a>( <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *<a class="code" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f" title="Returns the Journal associated with the given unique identifier.">journal</a> )
<a name="l00533"></a>00533 {
<a name="l00534"></a>00534   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::deleteJournal"</span> &lt;&lt; endl;
<a name="l00535"></a>00535 
<a name="l00536"></a>00536   <span class="keywordtype">bool</span> status;
<a name="l00537"></a>00537   <span class="keywordflow">if</span> ( mResourceMap.find( journal ) != mResourceMap.end() ) {
<a name="l00538"></a>00538     status = mResourceMap[journal]-&gt;deleteJournal( journal );
<a name="l00539"></a>00539     <span class="keywordflow">if</span> ( status )
<a name="l00540"></a>00540       mResourceMap.remove( journal );
<a name="l00541"></a>00541   } <span class="keywordflow">else</span> {
<a name="l00542"></a>00542     CalendarResourceManager::ActiveIterator it;
<a name="l00543"></a>00543     status = <span class="keyword">false</span>;
<a name="l00544"></a>00544     <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00545"></a>00545       status = (*it)-&gt;deleteJournal( journal ) || status;
<a name="l00546"></a>00546     }
<a name="l00547"></a>00547   }
<a name="l00548"></a>00548 
<a name="l00549"></a>00549   <a class="code" href="classKCal_1_1Calendar.html#6acbb24e958823e79ddf2831c0f50a50" title="Set if the Calendar had been modified.">setModified</a>( status );
<a name="l00550"></a>00550   <span class="keywordflow">return</span> status;
<a name="l00551"></a>00551 }
<a name="l00552"></a>00552 
<a name="l00553"></a><a class="code" href="classKCal_1_1CalendarResources.html#513b453953846134d2f20db71337009d">00553</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#8d2c1b9e351681e6d416c52d97ccc5d4" title="Insert a Journal into the Calendar.">CalendarResources::addJournal</a>( <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *<a class="code" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f" title="Returns the Journal associated with the given unique identifier.">journal</a>,
<a name="l00554"></a>00554                                     <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a>
<a name="l00555"></a>00555   )
<a name="l00556"></a>00556 {
<a name="l00557"></a>00557   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1CalendarResources.html#7c1994d8bd5cd71bb365fbc7bcfc9ce3" title="Insert an Incidence into the Calendar.">addIncidence</a>( journal, resource );
<a name="l00558"></a>00558 }
<a name="l00559"></a>00559 
<a name="l00560"></a><a class="code" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f">00560</a> <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a> *<a class="code" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f" title="Returns the Journal associated with the given unique identifier.">CalendarResources::journal</a>( <span class="keyword">const</span> QString &amp;uid )
<a name="l00561"></a>00561 {
<a name="l00562"></a>00562   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::journal(uid)"</span> &lt;&lt; endl;
<a name="l00563"></a>00563 
<a name="l00564"></a>00564   CalendarResourceManager::ActiveIterator it;
<a name="l00565"></a>00565   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00566"></a>00566     <a class="code" href="classKCal_1_1Journal.html" title="This class provides a Journal in the sense of RFC2445.">Journal</a>* <a class="code" href="classKCal_1_1CalendarResources.html#04ea3b89e94bf559c2d07052c3601a9f" title="Returns the Journal associated with the given unique identifier.">journal</a> = (*it)-&gt;journal( uid );
<a name="l00567"></a>00567     <span class="keywordflow">if</span> ( journal ) {
<a name="l00568"></a>00568       mResourceMap[journal] = *it;
<a name="l00569"></a>00569       <span class="keywordflow">return</span> journal;
<a name="l00570"></a>00570     }
<a name="l00571"></a>00571   }
<a name="l00572"></a>00572 
<a name="l00573"></a>00573   <span class="comment">// Not found</span>
<a name="l00574"></a>00574   <span class="keywordflow">return</span> 0;
<a name="l00575"></a>00575 }
<a name="l00576"></a>00576 
<a name="l00577"></a><a class="code" href="classKCal_1_1CalendarResources.html#57d066e2d1c42b4004307f4813c7f8b8">00577</a> Journal::List <a class="code" href="classKCal_1_1CalendarResources.html#57d066e2d1c42b4004307f4813c7f8b8" title="Return a sorted, unfiltered list of all Journals for this Calendar.">CalendarResources::rawJournals</a>( <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f" title="How Journals are to be sorted.">JournalSortField</a> sortField,
<a name="l00578"></a>00578                                               <a class="code" href="namespaceKCal.html#b79dc8179fdc021ae82c321b08fb6765" title="Sort direction.">SortDirection</a> sortDirection )
<a name="l00579"></a>00579 {
<a name="l00580"></a>00580   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::rawJournals()"</span> &lt;&lt; endl;
<a name="l00581"></a>00581 
<a name="l00582"></a>00582   Journal::List result;
<a name="l00583"></a>00583   CalendarResourceManager::ActiveIterator it;
<a name="l00584"></a>00584   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00585"></a>00585     Journal::List <a class="code" href="classKCal_1_1Calendar.html#c6b55e4bc2dcc1557b63ffd9273bd6bc" title="Return a sorted, filtered list of all Journals for this Calendar.">journals</a> = (*it)-&gt;rawJournals( <a class="code" href="namespaceKCal.html#12e348070fafa27c28e3291db357317f6a44efbfad0602bc6dc79d5941004742" title="Journals are to be unsorted.">JournalSortUnsorted</a> );
<a name="l00586"></a>00586     Journal::List::ConstIterator it2;
<a name="l00587"></a>00587     <span class="keywordflow">for</span> ( it2 = journals.begin(); it2 != journals.end(); ++it2 ) {
<a name="l00588"></a>00588       result.append( *it2 );
<a name="l00589"></a>00589       mResourceMap[ *it2 ] = *it;
<a name="l00590"></a>00590     }
<a name="l00591"></a>00591   }
<a name="l00592"></a>00592   <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1Calendar.html#f24bc42d73c155856f99e8cb3a03bc1b" title="Sort a list of Journals.">sortJournals</a>( &amp;result, sortField, sortDirection );
<a name="l00593"></a>00593 }
<a name="l00594"></a>00594 
<a name="l00595"></a><a class="code" href="classKCal_1_1CalendarResources.html#4c9d39ea1586d71f4b6ae6e188184fe2">00595</a> Journal::List <a class="code" href="classKCal_1_1CalendarResources.html#4c9d39ea1586d71f4b6ae6e188184fe2" title="Return an unfiltered list of all Journals for on the specifed date.">CalendarResources::rawJournalsForDate</a>( <span class="keyword">const</span> QDate &amp;date )
<a name="l00596"></a>00596 {
<a name="l00597"></a>00597 
<a name="l00598"></a>00598   Journal::List result;
<a name="l00599"></a>00599 
<a name="l00600"></a>00600   CalendarResourceManager::ActiveIterator it;
<a name="l00601"></a>00601   <span class="keywordflow">for</span> ( it = mManager-&gt;activeBegin(); it != mManager-&gt;activeEnd(); ++it ) {
<a name="l00602"></a>00602     Journal::List <a class="code" href="classKCal_1_1Calendar.html#c6b55e4bc2dcc1557b63ffd9273bd6bc" title="Return a sorted, filtered list of all Journals for this Calendar.">journals</a> = (*it)-&gt;rawJournalsForDate( date );
<a name="l00603"></a>00603     Journal::List::ConstIterator it2;
<a name="l00604"></a>00604     <span class="keywordflow">for</span> ( it2 = journals.begin(); it2 != journals.end(); ++it2 ) {
<a name="l00605"></a>00605       result.append( *it2 );
<a name="l00606"></a>00606       mResourceMap[ *it2 ] = *it;
<a name="l00607"></a>00607     }
<a name="l00608"></a>00608   }
<a name="l00609"></a>00609   <span class="keywordflow">return</span> result;
<a name="l00610"></a>00610 }
<a name="l00611"></a>00611 
<a name="l00612"></a>00612 <span class="keywordtype">void</span> CalendarResources::connectResource( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a> )
<a name="l00613"></a>00613 {
<a name="l00614"></a>00614   connect( resource, SIGNAL( resourceChanged( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> * ) ),
<a name="l00615"></a>00615            SIGNAL( <a class="code" href="classKCal_1_1Calendar.html#9372a07432542dc2edf3398d4cbdbfa3" title="Signal that the Calendar has been modified.">calendarChanged</a>() ) );
<a name="l00616"></a>00616   connect( resource, SIGNAL( resourceSaved( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> * ) ),
<a name="l00617"></a>00617            SIGNAL( <a class="code" href="classKCal_1_1Calendar.html#4020ac843793c9e7bc5e272f098593e3" title="Signal that the Calendar has been saved.">calendarSaved</a>() ) );
<a name="l00618"></a>00618 
<a name="l00619"></a>00619   connect( resource, SIGNAL( resourceLoadError( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *,
<a name="l00620"></a>00620                                                 <span class="keyword">const</span> QString &amp; ) ),
<a name="l00621"></a>00621            SLOT( slotLoadError( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *, <span class="keyword">const</span> QString &amp; ) ) );
<a name="l00622"></a>00622   connect( resource, SIGNAL( resourceSaveError( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *,
<a name="l00623"></a>00623                                                 <span class="keyword">const</span> QString &amp; ) ),
<a name="l00624"></a>00624            SLOT( slotSaveError( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *, <span class="keyword">const</span> QString &amp; ) ) );
<a name="l00625"></a>00625 }
<a name="l00626"></a>00626 
<a name="l00627"></a><a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3">00627</a> <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *<a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">CalendarResources::resource</a>( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *<a class="code" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4" title="Returns the Incidence associated with the given unique identifier.">incidence</a> )
<a name="l00628"></a>00628 {
<a name="l00629"></a>00629   <span class="keywordflow">if</span> ( mResourceMap.find( incidence ) != mResourceMap.end() ) {
<a name="l00630"></a>00630     <span class="keywordflow">return</span> mResourceMap[ incidence ];
<a name="l00631"></a>00631   }
<a name="l00632"></a>00632   <span class="keywordflow">return</span> 0;
<a name="l00633"></a>00633 }
<a name="l00634"></a>00634 
<a name="l00635"></a><a class="code" href="classKCal_1_1CalendarResources.html#b103f26289bf17389fbc6b5d0e5656f8">00635</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#b103f26289bf17389fbc6b5d0e5656f8" title="Add a Resource to the Calendar.">CalendarResources::resourceAdded</a>( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *resource )
<a name="l00636"></a>00636 {
<a name="l00637"></a>00637   kdDebug(5800) &lt;&lt; <span class="stringliteral">"Resource added: "</span> &lt;&lt; resource-&gt;resourceName() &lt;&lt; endl;
<a name="l00638"></a>00638 
<a name="l00639"></a>00639   <span class="keywordflow">if</span> ( !resource-&gt;isActive() )
<a name="l00640"></a>00640     <span class="keywordflow">return</span>;
<a name="l00641"></a>00641 
<a name="l00642"></a>00642   <span class="keywordflow">if</span> ( resource-&gt;open() ) {
<a name="l00643"></a>00643     resource-&gt;<a class="code" href="classKCal_1_1ResourceCalendar.html#67ee0befb3360c616322ac56ffbd579d" title="Load resource data.">load</a>();
<a name="l00644"></a>00644   }
<a name="l00645"></a>00645 
<a name="l00646"></a>00646   connectResource( resource );
<a name="l00647"></a>00647 
<a name="l00648"></a>00648   emit <a class="code" href="classKCal_1_1CalendarResources.html#faf703bb5e8a9ad437f74e5e32ed790f" title="Signal that an Incidence has been inserted to the Resource.">signalResourceAdded</a>( resource );
<a name="l00649"></a>00649 }
<a name="l00650"></a>00650 
<a name="l00651"></a>00651 <span class="keywordtype">void</span> CalendarResources::resourceModified( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *resource )
<a name="l00652"></a>00652 {
<a name="l00653"></a>00653   kdDebug(5800) &lt;&lt; <span class="stringliteral">"Resource modified: "</span> &lt;&lt; resource-&gt;resourceName() &lt;&lt; endl;
<a name="l00654"></a>00654 
<a name="l00655"></a>00655   emit <a class="code" href="classKCal_1_1CalendarResources.html#3085b08b2894f2abd5cc3c25b947765e" title="Signal that the Resource has been modified.">signalResourceModified</a>( resource );
<a name="l00656"></a>00656 }
<a name="l00657"></a>00657 
<a name="l00658"></a>00658 <span class="keywordtype">void</span> CalendarResources::resourceDeleted( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *resource )
<a name="l00659"></a>00659 {
<a name="l00660"></a>00660   kdDebug(5800) &lt;&lt; <span class="stringliteral">"Resource deleted: "</span> &lt;&lt; resource-&gt;resourceName() &lt;&lt; endl;
<a name="l00661"></a>00661 
<a name="l00662"></a>00662   emit <a class="code" href="classKCal_1_1CalendarResources.html#52e038cf5b8e3757c6820c249c3432d2" title="Signal that an Incidence has been removed from the Resource.">signalResourceDeleted</a>( resource );
<a name="l00663"></a>00663 }
<a name="l00664"></a>00664 
<a name="l00665"></a><a class="code" href="classKCal_1_1CalendarResources.html#59574c4d896a48b7e84fe5244f531173">00665</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#59574c4d896a48b7e84fe5244f531173" title="Let CalendarResource subclasses set the Time Zone ID.">CalendarResources::doSetTimeZoneId</a>( <span class="keyword">const</span> QString &amp;<a class="code" href="classKCal_1_1Calendar.html#dbb33ceb6de6668520995b95b4fd646b" title="Get the Time Zone ID for the Calendar.">timeZoneId</a> )
<a name="l00666"></a>00666 {
<a name="l00667"></a>00667   <span class="comment">// set the timezone for all resources. Otherwise we'll have those terrible</span>
<a name="l00668"></a>00668   <span class="comment">// tz troubles ;-((</span>
<a name="l00669"></a>00669   CalendarResourceManager::Iterator i1;
<a name="l00670"></a>00670   <span class="keywordflow">for</span> ( i1 = mManager-&gt;begin(); i1 != mManager-&gt;end(); ++i1 ) {
<a name="l00671"></a>00671     (*i1)-&gt;setTimeZoneId( timeZoneId );
<a name="l00672"></a>00672   }
<a name="l00673"></a>00673 }
<a name="l00674"></a>00674 
<a name="l00675"></a><a class="code" href="classKCal_1_1CalendarResources.html#39f4979328a466b0a536e5ce1fbfe2ff">00675</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#39f4979328a466b0a536e5ce1fbfe2ff" title="Set the viewing time zone, which requires that all resources are saved, and then...">CalendarResources::setTimeZoneIdViewOnly</a>( <span class="keyword">const</span> QString &amp;<a class="code" href="classKCal_1_1Calendar.html#dbb33ceb6de6668520995b95b4fd646b" title="Get the Time Zone ID for the Calendar.">timeZoneId</a> )
<a name="l00676"></a>00676 {
<a name="l00677"></a>00677   <a class="code" href="classKCal_1_1CalendarResources.html#8cc4f7ea46e8da57f7cf80ed66db0ae7" title="Reloads all incidences from all resources.">reload</a>( timeZoneId );
<a name="l00678"></a>00678 }
<a name="l00679"></a>00679 
<a name="l00680"></a>00680 CalendarResources::Ticket
<a name="l00681"></a><a class="code" href="classKCal_1_1CalendarResources.html#8f735d4c6dfb58d3b53aa5442dc398bb">00681</a> *<a class="code" href="classKCal_1_1CalendarResources.html#8f735d4c6dfb58d3b53aa5442dc398bb" title="Request ticket for saving the Calendar.">CalendarResources::requestSaveTicket</a>( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *resource )
<a name="l00682"></a>00682 {
<a name="l00683"></a>00683   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::requestSaveTicket()"</span> &lt;&lt; endl;
<a name="l00684"></a>00684 
<a name="l00685"></a>00685   KABC::Lock *lock = resource-&gt;<a class="code" href="classKCal_1_1ResourceCalendar.html#980a5f75977c1871a5074843f03ec368" title="Return object for locking the resource.">lock</a>();
<a name="l00686"></a>00686   <span class="keywordflow">if</span> ( !lock )
<a name="l00687"></a>00687     <span class="keywordflow">return</span> 0;
<a name="l00688"></a>00688   <span class="keywordflow">if</span> ( lock-&gt;lock() )
<a name="l00689"></a>00689     <span class="keywordflow">return</span> <span class="keyword">new</span> Ticket( resource );
<a name="l00690"></a>00690   <span class="keywordflow">else</span>
<a name="l00691"></a>00691     <span class="keywordflow">return</span> 0;
<a name="l00692"></a>00692 }
<a name="l00693"></a>00693 
<a name="l00694"></a><a class="code" href="classKCal_1_1CalendarResources.html#aca55eae6dccb0ee052d7ecb623c51ca">00694</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#cc7d740f6fe84e18e9d99f8559522486" title="Sync changes in memory to persistant storage.">CalendarResources::save</a>( Ticket *ticket, <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *<a class="code" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4" title="Returns the Incidence associated with the given unique identifier.">incidence</a> )
<a name="l00695"></a>00695 {
<a name="l00696"></a>00696   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::save( Ticket *)"</span> &lt;&lt; endl;
<a name="l00697"></a>00697 
<a name="l00698"></a>00698   <span class="keywordflow">if</span> ( !ticket || !ticket-&gt;resource() )
<a name="l00699"></a>00699     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00700"></a>00700 
<a name="l00701"></a>00701   kdDebug(5800) &lt;&lt; <span class="stringliteral">"tick "</span> &lt;&lt; ticket-&gt;resource()-&gt;resourceName() &lt;&lt; endl;
<a name="l00702"></a>00702 
<a name="l00703"></a>00703     <span class="comment">// @TODO: Check if the resource was changed at all. If not, don't save.</span>
<a name="l00704"></a>00704   <span class="keywordflow">if</span> ( ticket-&gt;resource()-&gt;save( incidence ) ) {
<a name="l00705"></a>00705     <a class="code" href="classKCal_1_1CalendarResources.html#e8db4ef75d178ddf4eeb357e4e334a39" title="Release the save Ticket.">releaseSaveTicket</a>( ticket );
<a name="l00706"></a>00706     <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00707"></a>00707   }
<a name="l00708"></a>00708 
<a name="l00709"></a>00709   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00710"></a>00710 }
<a name="l00711"></a>00711 
<a name="l00712"></a><a class="code" href="classKCal_1_1CalendarResources.html#e8db4ef75d178ddf4eeb357e4e334a39">00712</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1CalendarResources.html#e8db4ef75d178ddf4eeb357e4e334a39" title="Release the save Ticket.">CalendarResources::releaseSaveTicket</a>( Ticket *ticket )
<a name="l00713"></a>00713 {
<a name="l00714"></a>00714   ticket-&gt;resource()-&gt;lock()-&gt;unlock();
<a name="l00715"></a>00715   <span class="keyword">delete</span> ticket;
<a name="l00716"></a>00716 }
<a name="l00717"></a>00717 
<a name="l00718"></a><a class="code" href="classKCal_1_1CalendarResources.html#a49b0fe583bd635ba248edccfba2b119">00718</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#a49b0fe583bd635ba248edccfba2b119" title="Flag that a change to a Calendar Incidence is starting.">CalendarResources::beginChange</a>( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *<a class="code" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4" title="Returns the Incidence associated with the given unique identifier.">incidence</a> )
<a name="l00719"></a>00719 {
<a name="l00720"></a>00720   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::beginChange()"</span> &lt;&lt; endl;
<a name="l00721"></a>00721 
<a name="l00722"></a>00722   <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *r = <a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a>( incidence );
<a name="l00723"></a>00723   <span class="keywordflow">if</span> ( !r ) {
<a name="l00724"></a>00724     r = mDestinationPolicy-&gt;destination( incidence );
<a name="l00725"></a>00725     <span class="keywordflow">if</span> ( !r ) {
<a name="l00726"></a>00726       kdError() &lt;&lt; <span class="stringliteral">"Unable to get destination resource."</span> &lt;&lt; endl;
<a name="l00727"></a>00727       <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00728"></a>00728     }
<a name="l00729"></a>00729     mResourceMap[ incidence ] = r;
<a name="l00730"></a>00730   }
<a name="l00731"></a>00731 
<a name="l00732"></a>00732   <span class="keywordtype">int</span> count = <a class="code" href="classKCal_1_1CalendarResources.html#048fff7814a39a187c9dbcc94a152cbc" title="Increment the number of times this Resource has been changed by 1.">incrementChangeCount</a>( r );
<a name="l00733"></a>00733   <span class="keywordflow">if</span> ( count == 1 ) {
<a name="l00734"></a>00734     Ticket *ticket = <a class="code" href="classKCal_1_1CalendarResources.html#8f735d4c6dfb58d3b53aa5442dc398bb" title="Request ticket for saving the Calendar.">requestSaveTicket</a>( r );
<a name="l00735"></a>00735     <span class="keywordflow">if</span> ( !ticket ) {
<a name="l00736"></a>00736       kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResources::beginChange(): unable to get ticket."</span>
<a name="l00737"></a>00737                     &lt;&lt; endl;
<a name="l00738"></a>00738       <a class="code" href="classKCal_1_1CalendarResources.html#6a7a690e940ec934586656ae3555711f" title="Decrement the number of times this Resource has been changed by 1.">decrementChangeCount</a>( r );
<a name="l00739"></a>00739       <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00740"></a>00740     } <span class="keywordflow">else</span> {
<a name="l00741"></a>00741       mTickets[ r ] = ticket;
<a name="l00742"></a>00742     }
<a name="l00743"></a>00743   }
<a name="l00744"></a>00744 
<a name="l00745"></a>00745   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00746"></a>00746 }
<a name="l00747"></a>00747 
<a name="l00748"></a><a class="code" href="classKCal_1_1CalendarResources.html#f7466744d78cc1a679aaac87509a8b23">00748</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1CalendarResources.html#f7466744d78cc1a679aaac87509a8b23" title="Flag that a change to a Calendar Incidence has completed.">CalendarResources::endChange</a>( <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a> *<a class="code" href="classKCal_1_1Calendar.html#d271d711219da854049efa30723188c4" title="Returns the Incidence associated with the given unique identifier.">incidence</a> )
<a name="l00749"></a>00749 {
<a name="l00750"></a>00750   kdDebug(5800) &lt;&lt; <span class="stringliteral">"CalendarResource::endChange()"</span> &lt;&lt; endl;
<a name="l00751"></a>00751 
<a name="l00752"></a>00752   <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *r = <a class="code" href="classKCal_1_1CalendarResources.html#0ecf4308ea1c45d453e224cc901ce5a3" title="Get the Resource associated with a specified Incidence.">resource</a>( incidence );
<a name="l00753"></a>00753   <span class="keywordflow">if</span> ( !r )
<a name="l00754"></a>00754     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00755"></a>00755 
<a name="l00756"></a>00756   <span class="keywordtype">int</span> count = <a class="code" href="classKCal_1_1CalendarResources.html#6a7a690e940ec934586656ae3555711f" title="Decrement the number of times this Resource has been changed by 1.">decrementChangeCount</a>( r );
<a name="l00757"></a>00757 
<a name="l00758"></a>00758   <span class="keywordflow">if</span> ( count == 0 ) {
<a name="l00759"></a>00759     <span class="keywordtype">bool</span> ok = <a class="code" href="classKCal_1_1CalendarResources.html#cc7d740f6fe84e18e9d99f8559522486" title="Sync changes in memory to persistant storage.">save</a>( mTickets[ r ], incidence );
<a name="l00760"></a>00760     <span class="keywordflow">if</span> ( ok ) {
<a name="l00761"></a>00761       mTickets.remove( r );
<a name="l00762"></a>00762     } <span class="keywordflow">else</span> {
<a name="l00763"></a>00763       <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00764"></a>00764     }
<a name="l00765"></a>00765   }
<a name="l00766"></a>00766 
<a name="l00767"></a>00767   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00768"></a>00768 }
<a name="l00769"></a>00769 
<a name="l00770"></a><a class="code" href="classKCal_1_1CalendarResources.html#048fff7814a39a187c9dbcc94a152cbc">00770</a> <span class="keywordtype">int</span> <a class="code" href="classKCal_1_1CalendarResources.html#048fff7814a39a187c9dbcc94a152cbc" title="Increment the number of times this Resource has been changed by 1.">CalendarResources::incrementChangeCount</a>( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *r )
<a name="l00771"></a>00771 {
<a name="l00772"></a>00772   <span class="keywordflow">if</span> ( !mChangeCounts.contains( r ) ) {
<a name="l00773"></a>00773     mChangeCounts.insert( r, 0 );
<a name="l00774"></a>00774   }
<a name="l00775"></a>00775 
<a name="l00776"></a>00776   <span class="keywordtype">int</span> count = mChangeCounts[ r ];
<a name="l00777"></a>00777   ++count;
<a name="l00778"></a>00778   mChangeCounts[ r ] = count;
<a name="l00779"></a>00779 
<a name="l00780"></a>00780   <span class="keywordflow">return</span> count;
<a name="l00781"></a>00781 }
<a name="l00782"></a>00782 
<a name="l00783"></a><a class="code" href="classKCal_1_1CalendarResources.html#6a7a690e940ec934586656ae3555711f">00783</a> <span class="keywordtype">int</span> <a class="code" href="classKCal_1_1CalendarResources.html#6a7a690e940ec934586656ae3555711f" title="Decrement the number of times this Resource has been changed by 1.">CalendarResources::decrementChangeCount</a>( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *r )
<a name="l00784"></a>00784 {
<a name="l00785"></a>00785   <span class="keywordflow">if</span> ( !mChangeCounts.contains( r ) ) {
<a name="l00786"></a>00786     kdError() &lt;&lt; <span class="stringliteral">"No change count for resource."</span> &lt;&lt; endl;
<a name="l00787"></a>00787     <span class="keywordflow">return</span> 0;
<a name="l00788"></a>00788   }
<a name="l00789"></a>00789 
<a name="l00790"></a>00790   <span class="keywordtype">int</span> count = mChangeCounts[ r ];
<a name="l00791"></a>00791   --count;
<a name="l00792"></a>00792   <span class="keywordflow">if</span> ( count &lt; 0 ) {
<a name="l00793"></a>00793     kdError() &lt;&lt; <span class="stringliteral">"Can't decrement change count. It already is 0."</span> &lt;&lt; endl;
<a name="l00794"></a>00794     count = 0;
<a name="l00795"></a>00795   }
<a name="l00796"></a>00796   mChangeCounts[ r ] = count;
<a name="l00797"></a>00797 
<a name="l00798"></a>00798   <span class="keywordflow">return</span> count;
<a name="l00799"></a>00799 }
<a name="l00800"></a>00800 
<a name="l00801"></a>00801 <span class="keywordtype">void</span> CalendarResources::slotLoadError( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *, <span class="keyword">const</span> QString &amp;err )
<a name="l00802"></a>00802 {
<a name="l00803"></a>00803   emit <a class="code" href="classKCal_1_1CalendarResources.html#90bba2ecae027ed38d4c7dc2a77ac7b9" title="Signal an error message.">signalErrorMessage</a>( err );
<a name="l00804"></a>00804 }
<a name="l00805"></a>00805 
<a name="l00806"></a>00806 <span class="keywordtype">void</span> CalendarResources::slotSaveError( <a class="code" href="classKCal_1_1ResourceCalendar.html" title="This class provides the interfaces for a calendar resource.">ResourceCalendar</a> *, <span class="keyword">const</span> QString &amp;err )
<a name="l00807"></a>00807 {
<a name="l00808"></a>00808   emit <a class="code" href="classKCal_1_1CalendarResources.html#90bba2ecae027ed38d4c7dc2a77ac7b9" title="Signal an error message.">signalErrorMessage</a>( err );
<a name="l00809"></a>00809 }
<a name="l00810"></a>00810 
<a name="l00811"></a>00811 <span class="preprocessor">#include "calendarresources.moc"</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>