Sophie

Sophie

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

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: todo.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>todo.cpp</h1><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) 2001-2003 Cornelius Schumacher &lt;schumacher@kde.org&gt;</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">    This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment">    modify it under the terms of the GNU Library General Public</span>
<a name="l00008"></a>00008 <span class="comment">    License as published by the Free Software Foundation; either</span>
<a name="l00009"></a>00009 <span class="comment">    version 2 of the License, or (at your option) any later version.</span>
<a name="l00010"></a>00010 <span class="comment"></span>
<a name="l00011"></a>00011 <span class="comment">    This library is distributed in the hope that it will be useful,</span>
<a name="l00012"></a>00012 <span class="comment">    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00013"></a>00013 <span class="comment">    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00014"></a>00014 <span class="comment">    Library General Public License for more details.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">    You should have received a copy of the GNU Library General Public License</span>
<a name="l00017"></a>00017 <span class="comment">    along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00018"></a>00018 <span class="comment">    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00019"></a>00019 <span class="comment">    Boston, MA 02110-1301, USA.</span>
<a name="l00020"></a>00020 <span class="comment">*/</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;kglobal.h&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;klocale.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="preprocessor">#include "todo.h"</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="keyword">using namespace </span>KCal;
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 Todo::Todo()
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032   mHasDueDate = <span class="keyword">false</span>;
<a name="l00033"></a>00033   mHasStartDate = <span class="keyword">false</span>;
<a name="l00034"></a>00034 
<a name="l00035"></a>00035   mHasCompletedDate = <span class="keyword">false</span>;
<a name="l00036"></a>00036   mPercentComplete = 0;
<a name="l00037"></a>00037 }
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 Todo::Todo(<span class="keyword">const</span> <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> &amp;t) : <a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>(t)
<a name="l00040"></a>00040 {
<a name="l00041"></a>00041   mDtDue = t.<a class="code" href="classKCal_1_1Todo.html#8dadc0a8788a34ed92e8a80e766533a1">mDtDue</a>;
<a name="l00042"></a>00042   mHasDueDate = t.<a class="code" href="classKCal_1_1Todo.html#55931b233baa116229151f9642d1962d">mHasDueDate</a>;
<a name="l00043"></a>00043   mHasStartDate = t.<a class="code" href="classKCal_1_1Todo.html#eaed76dc16ee14e5bb4a13053d7eddd8">mHasStartDate</a>;
<a name="l00044"></a>00044   mCompleted = t.<a class="code" href="classKCal_1_1Todo.html#5391adee59fb4c9f51dac205fe1b1d8d">mCompleted</a>;
<a name="l00045"></a>00045   mHasCompletedDate = t.<a class="code" href="classKCal_1_1Todo.html#f8b37fd460929b113592ee498a64d1f2">mHasCompletedDate</a>;
<a name="l00046"></a>00046   mPercentComplete = t.<a class="code" href="classKCal_1_1Todo.html#69fc40889697024a1d7c1dfed77d8fa1">mPercentComplete</a>;
<a name="l00047"></a>00047   mDtRecurrence = t.<a class="code" href="classKCal_1_1Todo.html#2717d3ca57332f5011f9545e7f3d10f8">mDtRecurrence</a>;
<a name="l00048"></a>00048 }
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 Todo::~Todo()
<a name="l00051"></a>00051 {
<a name="l00052"></a>00052 }
<a name="l00053"></a>00053 
<a name="l00054"></a><a class="code" href="classKCal_1_1Todo.html#5de897dfd17f8fd85394eda93ddf377b">00054</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_1Todo.html#5de897dfd17f8fd85394eda93ddf377b" title="Returns an exact copy of this todo.">Todo::clone</a>()
<a name="l00055"></a>00055 {
<a name="l00056"></a>00056   <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a>( *<span class="keyword">this</span> );
<a name="l00057"></a>00057 }
<a name="l00058"></a>00058 
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a>&amp; Todo::operator=( <span class="keyword">const</span> <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a> &amp;t )
<a name="l00061"></a>00061 {
<a name="l00062"></a>00062   Incidence::operator=( t );
<a name="l00063"></a>00063   mDtDue = t.<a class="code" href="classKCal_1_1Todo.html#8dadc0a8788a34ed92e8a80e766533a1">mDtDue</a>;
<a name="l00064"></a>00064   mHasDueDate = t.<a class="code" href="classKCal_1_1Todo.html#55931b233baa116229151f9642d1962d">mHasDueDate</a>;
<a name="l00065"></a>00065   mHasStartDate = t.<a class="code" href="classKCal_1_1Todo.html#eaed76dc16ee14e5bb4a13053d7eddd8">mHasStartDate</a>;
<a name="l00066"></a>00066   mCompleted = t.<a class="code" href="classKCal_1_1Todo.html#5391adee59fb4c9f51dac205fe1b1d8d">mCompleted</a>;
<a name="l00067"></a>00067   mHasCompletedDate = t.<a class="code" href="classKCal_1_1Todo.html#f8b37fd460929b113592ee498a64d1f2">mHasCompletedDate</a>;
<a name="l00068"></a>00068   mPercentComplete = t.<a class="code" href="classKCal_1_1Todo.html#69fc40889697024a1d7c1dfed77d8fa1">mPercentComplete</a>;
<a name="l00069"></a>00069   mDtRecurrence = t.<a class="code" href="classKCal_1_1Todo.html#2717d3ca57332f5011f9545e7f3d10f8">mDtRecurrence</a>;
<a name="l00070"></a>00070   <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00071"></a>00071 }
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keywordtype">bool</span> Todo::operator==( <span class="keyword">const</span> <a class="code" href="classKCal_1_1Todo.html" title="This class provides a Todo in the sense of RFC2445.">Todo</a>&amp; t2 )<span class="keyword"> const</span>
<a name="l00074"></a>00074 <span class="keyword"></span>{
<a name="l00075"></a>00075     <span class="keywordflow">return</span>
<a name="l00076"></a>00076         <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>&amp;<span class="keyword">&gt;</span>(*this) == <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classKCal_1_1Incidence.html" title="This class provides the base class common to all calendar components.">Incidence</a>&amp;<span class="keyword">&gt;</span>(t2) &amp;&amp;
<a name="l00077"></a>00077         <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>() == t2.<a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>() &amp;&amp;
<a name="l00078"></a>00078         <a class="code" href="classKCal_1_1Todo.html#a40c65f6e9024015f7546e8749436b12" title="Returns true if the todo has a due date, otherwise return false.">hasDueDate</a>() == t2.<a class="code" href="classKCal_1_1Todo.html#a40c65f6e9024015f7546e8749436b12" title="Returns true if the todo has a due date, otherwise return false.">hasDueDate</a>() &amp;&amp;
<a name="l00079"></a>00079         <a class="code" href="classKCal_1_1Todo.html#1fb5a233b65e2c35f9cb03460bb68c30" title="Returns true if the todo has a start date, otherwise return false.">hasStartDate</a>() == t2.<a class="code" href="classKCal_1_1Todo.html#1fb5a233b65e2c35f9cb03460bb68c30" title="Returns true if the todo has a start date, otherwise return false.">hasStartDate</a>() &amp;&amp;
<a name="l00080"></a>00080         <a class="code" href="classKCal_1_1Todo.html#54dcea7cf3beaab3a4eb2fee4c66998e" title="Returns date and time when todo was completed.">completed</a>() == t2.<a class="code" href="classKCal_1_1Todo.html#54dcea7cf3beaab3a4eb2fee4c66998e" title="Returns date and time when todo was completed.">completed</a>() &amp;&amp;
<a name="l00081"></a>00081         <a class="code" href="classKCal_1_1Todo.html#d681e871a6dc5ee92762c99b635cd8e0" title="Returns true, if todo has a date associated with completion, otherwise return false...">hasCompletedDate</a>() == t2.<a class="code" href="classKCal_1_1Todo.html#d681e871a6dc5ee92762c99b635cd8e0" title="Returns true, if todo has a date associated with completion, otherwise return false...">hasCompletedDate</a>() &amp;&amp;
<a name="l00082"></a>00082         <a class="code" href="classKCal_1_1Todo.html#e269def11f2ac042c997b3d95f8521a1" title="Returns how many percent of the task are completed.">percentComplete</a>() == t2.<a class="code" href="classKCal_1_1Todo.html#e269def11f2ac042c997b3d95f8521a1" title="Returns how many percent of the task are completed.">percentComplete</a>();
<a name="l00083"></a>00083 }
<a name="l00084"></a>00084 
<a name="l00085"></a><a class="code" href="classKCal_1_1Todo.html#68e50e47f65def4d8d58a68423952ddb">00085</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#68e50e47f65def4d8d58a68423952ddb" title="Sets due date and time.">Todo::setDtDue</a>(<span class="keyword">const</span> QDateTime &amp;<a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>, <span class="keywordtype">bool</span> first )
<a name="l00086"></a>00086 {
<a name="l00087"></a>00087   <span class="comment">//int diffsecs = mDtDue.secsTo(dtDue);</span>
<a name="l00088"></a>00088 
<a name="l00089"></a>00089   <span class="comment">/*if (mReadOnly) return;</span>
<a name="l00090"></a>00090 <span class="comment">  const Alarm::List&amp; alarms = alarms();</span>
<a name="l00091"></a>00091 <span class="comment">  for (Alarm* alarm = alarms.first(); alarm; alarm = alarms.next()) {</span>
<a name="l00092"></a>00092 <span class="comment">    if (alarm-&gt;enabled()) {</span>
<a name="l00093"></a>00093 <span class="comment">      alarm-&gt;setTime(alarm-&gt;time().addSecs(diffsecs));</span>
<a name="l00094"></a>00094 <span class="comment">    }</span>
<a name="l00095"></a>00095 <span class="comment">  }*/</span>
<a name="l00096"></a>00096   <span class="keywordflow">if</span>( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() &amp;&amp; !first ) {
<a name="l00097"></a>00097     mDtRecurrence = dtDue;
<a name="l00098"></a>00098   } <span class="keywordflow">else</span> {
<a name="l00099"></a>00099     mDtDue = dtDue;
<a name="l00100"></a>00100     <span class="comment">// TODO: This doesn't seem right...</span>
<a name="l00101"></a>00101     <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>()-&gt;<a class="code" href="classKCal_1_1Recurrence.html#3ded76719e86e378a0ebb4a2e6524e71" title="Set start of recurrence, as a date and time.">setStartDateTime</a>( dtDue );
<a name="l00102"></a>00102     <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>()-&gt;<a class="code" href="classKCal_1_1Recurrence.html#044e9669784a8d8ee40c7c0c00ca0d0d" title="Sets whether the dtstart is a floating time (i.e.">setFloats</a>( <a class="code" href="classKCal_1_1IncidenceBase.html#edfe188f8024f1ec9e25972ddd332724" title="Return true or false depending on whether the incidence &amp;quot;floats,&amp;quot; i.e.">doesFloat</a>() );
<a name="l00103"></a>00103   }
<a name="l00104"></a>00104 
<a name="l00105"></a>00105   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() &amp;&amp; dtDue &lt; <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>()-&gt;startDateTime() )
<a name="l00106"></a>00106     <a class="code" href="classKCal_1_1Todo.html#9b43603d86bf520cb5abcc686e8d1712" title="Sets the startdate of the todo.">setDtStart</a>( dtDue );
<a name="l00107"></a>00107 
<a name="l00108"></a>00108   <span class="comment">//kdDebug(5800) &lt;&lt; "setDtDue says date is " &lt;&lt; mDtDue.toString() &lt;&lt; endl;</span>
<a name="l00109"></a>00109 
<a name="l00110"></a>00110   <span class="comment">/*const Alarm::List&amp; alarms = alarms();</span>
<a name="l00111"></a>00111 <span class="comment">  for (Alarm* alarm = alarms.first(); alarm; alarm = alarms.next())</span>
<a name="l00112"></a>00112 <span class="comment">    alarm-&gt;setAlarmStart(mDtDue);*/</span>
<a name="l00113"></a>00113 
<a name="l00114"></a>00114   <a class="code" href="classKCal_1_1IncidenceBase.html#13d965bce05bc47317a54dd81d6b2f51" title="Call this to notify the observers after the IncidenceBas object has changed.">updated</a>();
<a name="l00115"></a>00115 }
<a name="l00116"></a>00116 
<a name="l00117"></a><a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec">00117</a> QDateTime <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">Todo::dtDue</a>( <span class="keywordtype">bool</span> first )<span class="keyword"> const</span>
<a name="l00118"></a>00118 <span class="keyword"></span>{
<a name="l00119"></a>00119   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() &amp;&amp; !first &amp;&amp; mDtRecurrence.isValid() )
<a name="l00120"></a>00120     <span class="keywordflow">return</span> mDtRecurrence;
<a name="l00121"></a>00121 
<a name="l00122"></a>00122   <span class="keywordflow">return</span> mDtDue;
<a name="l00123"></a>00123 }
<a name="l00124"></a>00124 
<a name="l00125"></a><a class="code" href="classKCal_1_1Todo.html#1bd3ebeb9b5d9a2c9cae6fbcc70e6653">00125</a> QString <a class="code" href="classKCal_1_1Todo.html#1bd3ebeb9b5d9a2c9cae6fbcc70e6653" title="Returns due time as string formatted according to the users locale settings.">Todo::dtDueTimeStr</a>()<span class="keyword"> const</span>
<a name="l00126"></a>00126 <span class="keyword"></span>{
<a name="l00127"></a>00127   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatTime( <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>(!<a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>()).time() );
<a name="l00128"></a>00128 }
<a name="l00129"></a>00129 
<a name="l00130"></a><a class="code" href="classKCal_1_1Todo.html#bbae1ac010a13aefaf4c6564a8a610d8">00130</a> QString <a class="code" href="classKCal_1_1Todo.html#bbae1ac010a13aefaf4c6564a8a610d8" title="Returns due date as string formatted according to the users locale settings.">Todo::dtDueDateStr</a>(<span class="keywordtype">bool</span> shortfmt)<span class="keyword"> const</span>
<a name="l00131"></a>00131 <span class="keyword"></span>{
<a name="l00132"></a>00132   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatDate(<a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>( !<a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() ).date(),shortfmt);
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134 
<a name="l00135"></a>00135 <span class="comment">// TODO: Add shortfmt param!!!</span>
<a name="l00136"></a><a class="code" href="classKCal_1_1Todo.html#59c85e3c3ba760c61b83b30e09bac50b">00136</a> QString <a class="code" href="classKCal_1_1Todo.html#59c85e3c3ba760c61b83b30e09bac50b" title="Returns due date and time as string formatted according to the users locale settings...">Todo::dtDueStr</a>()<span class="keyword"> const</span>
<a name="l00137"></a>00137 <span class="keyword"></span>{
<a name="l00138"></a>00138   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatDateTime( <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>( !<a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() ) );
<a name="l00139"></a>00139 }
<a name="l00140"></a>00140 
<a name="l00141"></a><a class="code" href="classKCal_1_1Todo.html#a40c65f6e9024015f7546e8749436b12">00141</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#a40c65f6e9024015f7546e8749436b12" title="Returns true if the todo has a due date, otherwise return false.">Todo::hasDueDate</a>()<span class="keyword"> const</span>
<a name="l00142"></a>00142 <span class="keyword"></span>{
<a name="l00143"></a>00143   <span class="keywordflow">return</span> mHasDueDate;
<a name="l00144"></a>00144 }
<a name="l00145"></a>00145 
<a name="l00146"></a><a class="code" href="classKCal_1_1Todo.html#e806a381254cd454e80a6a82f114e84d">00146</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#e806a381254cd454e80a6a82f114e84d" title="Set if the todo has a due date.">Todo::setHasDueDate</a>(<span class="keywordtype">bool</span> f)
<a name="l00147"></a>00147 {
<a name="l00148"></a>00148   <span class="keywordflow">if</span> (mReadOnly) <span class="keywordflow">return</span>;
<a name="l00149"></a>00149   mHasDueDate = f;
<a name="l00150"></a>00150   <a class="code" href="classKCal_1_1IncidenceBase.html#13d965bce05bc47317a54dd81d6b2f51" title="Call this to notify the observers after the IncidenceBas object has changed.">updated</a>();
<a name="l00151"></a>00151 }
<a name="l00152"></a>00152 
<a name="l00153"></a>00153 
<a name="l00154"></a><a class="code" href="classKCal_1_1Todo.html#1fb5a233b65e2c35f9cb03460bb68c30">00154</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#1fb5a233b65e2c35f9cb03460bb68c30" title="Returns true if the todo has a start date, otherwise return false.">Todo::hasStartDate</a>()<span class="keyword"> const</span>
<a name="l00155"></a>00155 <span class="keyword"></span>{
<a name="l00156"></a>00156   <span class="keywordflow">return</span> mHasStartDate;
<a name="l00157"></a>00157 }
<a name="l00158"></a>00158 
<a name="l00159"></a><a class="code" href="classKCal_1_1Todo.html#bd8edba3efd7a23d1273dc0469717d7c">00159</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#bd8edba3efd7a23d1273dc0469717d7c" title="Set if the todo has a start date.">Todo::setHasStartDate</a>(<span class="keywordtype">bool</span> f)
<a name="l00160"></a>00160 {
<a name="l00161"></a>00161   <span class="keywordflow">if</span> (mReadOnly) <span class="keywordflow">return</span>;
<a name="l00162"></a>00162 
<a name="l00163"></a>00163   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() &amp;&amp; !f ) {
<a name="l00164"></a>00164     <span class="keywordflow">if</span> ( !<a class="code" href="classKCal_1_1IncidenceBase.html#416db24cfef787a1965ae90c7855776b" title="Return all comments associated with this incidence.">comments</a>().grep(<span class="stringliteral">"NoStartDate"</span>).count() )
<a name="l00165"></a>00165       <a class="code" href="classKCal_1_1IncidenceBase.html#4ebbfe21416f817ba7e9dad1d3e84656" title="Add a comment to this incidence.">addComment</a>(<span class="stringliteral">"NoStartDate"</span>); <span class="comment">//TODO: --&gt; custom flag?</span>
<a name="l00166"></a>00166   } <span class="keywordflow">else</span> {
<a name="l00167"></a>00167     QString s(<span class="stringliteral">"NoStartDate"</span>);
<a name="l00168"></a>00168     <a class="code" href="classKCal_1_1IncidenceBase.html#f65a5c2d192c62731fd69d0e4c79371d" title="Remove a comment from the event.">removeComment</a>(s);
<a name="l00169"></a>00169   }
<a name="l00170"></a>00170   mHasStartDate = f;
<a name="l00171"></a>00171   <a class="code" href="classKCal_1_1IncidenceBase.html#13d965bce05bc47317a54dd81d6b2f51" title="Call this to notify the observers after the IncidenceBas object has changed.">updated</a>();
<a name="l00172"></a>00172 }
<a name="l00173"></a>00173 
<a name="l00174"></a><a class="code" href="classKCal_1_1Todo.html#30769e5e8bdc066ed4d92c68fb47c833">00174</a> QDateTime <a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">Todo::dtStart</a>( <span class="keywordtype">bool</span> first )<span class="keyword"> const</span>
<a name="l00175"></a>00175 <span class="keyword"></span>{
<a name="l00176"></a>00176   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() &amp;&amp; !first )
<a name="l00177"></a>00177     <span class="keywordflow">return</span> mDtRecurrence.addDays( <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>( first ).daysTo( <a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">IncidenceBase::dtStart</a>() ) );
<a name="l00178"></a>00178   <span class="keywordflow">else</span>
<a name="l00179"></a>00179     <span class="keywordflow">return</span> <a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">IncidenceBase::dtStart</a>();
<a name="l00180"></a>00180 }
<a name="l00181"></a>00181 
<a name="l00182"></a><a class="code" href="classKCal_1_1Todo.html#9b43603d86bf520cb5abcc686e8d1712">00182</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#9b43603d86bf520cb5abcc686e8d1712" title="Sets the startdate of the todo.">Todo::setDtStart</a>( <span class="keyword">const</span> QDateTime &amp;<a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">dtStart</a> )
<a name="l00183"></a>00183 {
<a name="l00184"></a>00184   <span class="comment">// TODO: This doesn't seem right (rfc 2445/6 says, recurrence is calculated from the dtstart...)</span>
<a name="l00185"></a>00185   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() ) {
<a name="l00186"></a>00186     <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>()-&gt;<a class="code" href="classKCal_1_1Recurrence.html#3ded76719e86e378a0ebb4a2e6524e71" title="Set start of recurrence, as a date and time.">setStartDateTime</a>( mDtDue );
<a name="l00187"></a>00187     <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>()-&gt;<a class="code" href="classKCal_1_1Recurrence.html#044e9669784a8d8ee40c7c0c00ca0d0d" title="Sets whether the dtstart is a floating time (i.e.">setFloats</a>( <a class="code" href="classKCal_1_1IncidenceBase.html#edfe188f8024f1ec9e25972ddd332724" title="Return true or false depending on whether the incidence &amp;quot;floats,&amp;quot; i.e.">doesFloat</a>() );
<a name="l00188"></a>00188   }
<a name="l00189"></a>00189   <a class="code" href="classKCal_1_1IncidenceBase.html#1a0e95e316942fdd64b9b0a1a2cf7a85" title="for setting the event&amp;#39;s starting date/time with a QDateTime.">IncidenceBase::setDtStart</a>( dtStart );
<a name="l00190"></a>00190 }
<a name="l00191"></a>00191 
<a name="l00192"></a><a class="code" href="classKCal_1_1Todo.html#09078d277f64ebd1a1d486616ea0b728">00192</a> QString <a class="code" href="classKCal_1_1IncidenceBase.html#ba22e2b05348fd4f18859b5e434bde3e" title="returns an event&amp;#39;s starting time as a string formatted according to the users...">Todo::dtStartTimeStr</a>( <span class="keywordtype">bool</span> first )<span class="keyword"> const</span>
<a name="l00193"></a>00193 <span class="keyword"></span>{
<a name="l00194"></a>00194   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatTime(<a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">dtStart</a>(first).time());
<a name="l00195"></a>00195 }
<a name="l00196"></a>00196 
<a name="l00197"></a><a class="code" href="classKCal_1_1Todo.html#76e9a4052617ebb42bd4546e76e5604f">00197</a> QString <a class="code" href="classKCal_1_1Todo.html#76e9a4052617ebb42bd4546e76e5604f" title="Returns an todo&amp;#39;s starting date as a string formatted according to the users...">Todo::dtStartDateStr</a>(<span class="keywordtype">bool</span> shortfmt, <span class="keywordtype">bool</span> first)<span class="keyword"> const</span>
<a name="l00198"></a>00198 <span class="keyword"></span>{
<a name="l00199"></a>00199   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatDate(<a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">dtStart</a>(first).date(),shortfmt);
<a name="l00200"></a>00200 }
<a name="l00201"></a>00201 
<a name="l00202"></a><a class="code" href="classKCal_1_1Todo.html#ce7bb432d809d48af76490d69eb27a95">00202</a> QString <a class="code" href="classKCal_1_1IncidenceBase.html#94846b495fa6de8138dca8f997e48e57" title="returns an event&amp;#39;s starting date and time as a string formatted according to...">Todo::dtStartStr</a>(<span class="keywordtype">bool</span> first)<span class="keyword"> const</span>
<a name="l00203"></a>00203 <span class="keyword"></span>{
<a name="l00204"></a>00204   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatDateTime(<a class="code" href="classKCal_1_1IncidenceBase.html#5419a946a4e5715a0c34ec2c7e04cd9b" title="returns an event&amp;#39;s starting date/time as a QDateTime.">dtStart</a>(first));
<a name="l00205"></a>00205 }
<a name="l00206"></a>00206 
<a name="l00207"></a><a class="code" href="classKCal_1_1Todo.html#c935ce3f04f7e9d828d3f954de585af6">00207</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#c935ce3f04f7e9d828d3f954de585af6" title="Returns true if the todo is 100% completed, otherwise return false.">Todo::isCompleted</a>()<span class="keyword"> const</span>
<a name="l00208"></a>00208 <span class="keyword"></span>{
<a name="l00209"></a>00209   <span class="keywordflow">if</span> (mPercentComplete == 100) <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00210"></a>00210   <span class="keywordflow">else</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00211"></a>00211 }
<a name="l00212"></a>00212 
<a name="l00213"></a><a class="code" href="classKCal_1_1Todo.html#64cb08677f9e62426b93d3d4f9cd31d2">00213</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#64cb08677f9e62426b93d3d4f9cd31d2" title="Set completed state.">Todo::setCompleted</a>(<span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#54dcea7cf3beaab3a4eb2fee4c66998e" title="Returns date and time when todo was completed.">completed</a>)
<a name="l00214"></a>00214 {
<a name="l00215"></a>00215   <span class="keywordflow">if</span> (completed)
<a name="l00216"></a>00216     mPercentComplete = 100;
<a name="l00217"></a>00217   <span class="keywordflow">else</span> {
<a name="l00218"></a>00218     mPercentComplete = 0;
<a name="l00219"></a>00219     mHasCompletedDate = <span class="keyword">false</span>;
<a name="l00220"></a>00220     mCompleted = QDateTime();
<a name="l00221"></a>00221   }
<a name="l00222"></a>00222   <a class="code" href="classKCal_1_1IncidenceBase.html#13d965bce05bc47317a54dd81d6b2f51" title="Call this to notify the observers after the IncidenceBas object has changed.">updated</a>();
<a name="l00223"></a>00223 }
<a name="l00224"></a>00224 
<a name="l00225"></a><a class="code" href="classKCal_1_1Todo.html#54dcea7cf3beaab3a4eb2fee4c66998e">00225</a> QDateTime <a class="code" href="classKCal_1_1Todo.html#54dcea7cf3beaab3a4eb2fee4c66998e" title="Returns date and time when todo was completed.">Todo::completed</a>()<span class="keyword"> const</span>
<a name="l00226"></a>00226 <span class="keyword"></span>{
<a name="l00227"></a>00227   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Todo.html#d681e871a6dc5ee92762c99b635cd8e0" title="Returns true, if todo has a date associated with completion, otherwise return false...">hasCompletedDate</a>() )
<a name="l00228"></a>00228     <span class="keywordflow">return</span> mCompleted;
<a name="l00229"></a>00229   <span class="keywordflow">else</span>
<a name="l00230"></a>00230     <span class="keywordflow">return</span> QDateTime();
<a name="l00231"></a>00231 }
<a name="l00232"></a>00232 
<a name="l00233"></a><a class="code" href="classKCal_1_1Todo.html#cfb13bad32697c0d58a4c5949ca38176">00233</a> QString <a class="code" href="classKCal_1_1Todo.html#cfb13bad32697c0d58a4c5949ca38176" title="Returns string contaiting date and time when the todo was completed formatted according...">Todo::completedStr</a>()<span class="keyword"> const</span>
<a name="l00234"></a>00234 <span class="keyword"></span>{
<a name="l00235"></a>00235   <span class="keywordflow">return</span> KGlobal::locale()-&gt;formatDateTime(mCompleted);
<a name="l00236"></a>00236 }
<a name="l00237"></a>00237 
<a name="l00238"></a><a class="code" href="classKCal_1_1Todo.html#4524acb482e170e7e74c5165ced362a7">00238</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#64cb08677f9e62426b93d3d4f9cd31d2" title="Set completed state.">Todo::setCompleted</a>(<span class="keyword">const</span> QDateTime &amp;<a class="code" href="classKCal_1_1Todo.html#54dcea7cf3beaab3a4eb2fee4c66998e" title="Returns date and time when todo was completed.">completed</a>)
<a name="l00239"></a>00239 {
<a name="l00240"></a>00240   <span class="keywordflow">if</span>( !recurTodo() ) {
<a name="l00241"></a>00241     mHasCompletedDate = <span class="keyword">true</span>;
<a name="l00242"></a>00242     mPercentComplete = 100;
<a name="l00243"></a>00243     mCompleted = completed;
<a name="l00244"></a>00244   }
<a name="l00245"></a>00245   <a class="code" href="classKCal_1_1IncidenceBase.html#13d965bce05bc47317a54dd81d6b2f51" title="Call this to notify the observers after the IncidenceBas object has changed.">updated</a>();
<a name="l00246"></a>00246 }
<a name="l00247"></a>00247 
<a name="l00248"></a><a class="code" href="classKCal_1_1Todo.html#d681e871a6dc5ee92762c99b635cd8e0">00248</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#d681e871a6dc5ee92762c99b635cd8e0" title="Returns true, if todo has a date associated with completion, otherwise return false...">Todo::hasCompletedDate</a>()<span class="keyword"> const</span>
<a name="l00249"></a>00249 <span class="keyword"></span>{
<a name="l00250"></a>00250   <span class="keywordflow">return</span> mHasCompletedDate;
<a name="l00251"></a>00251 }
<a name="l00252"></a>00252 
<a name="l00253"></a><a class="code" href="classKCal_1_1Todo.html#e269def11f2ac042c997b3d95f8521a1">00253</a> <span class="keywordtype">int</span> <a class="code" href="classKCal_1_1Todo.html#e269def11f2ac042c997b3d95f8521a1" title="Returns how many percent of the task are completed.">Todo::percentComplete</a>()<span class="keyword"> const</span>
<a name="l00254"></a>00254 <span class="keyword"></span>{
<a name="l00255"></a>00255   <span class="keywordflow">return</span> mPercentComplete;
<a name="l00256"></a>00256 }
<a name="l00257"></a>00257 
<a name="l00258"></a><a class="code" href="classKCal_1_1Todo.html#f51893ca69f782941d7f28f309a1497f">00258</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#f51893ca69f782941d7f28f309a1497f" title="Set how many percent of the task are completed.">Todo::setPercentComplete</a>(<span class="keywordtype">int</span> v)
<a name="l00259"></a>00259 {
<a name="l00260"></a>00260   mPercentComplete = v;
<a name="l00261"></a>00261   <span class="keywordflow">if</span> ( v != 100 ) mHasCompletedDate = <span class="keyword">false</span>;
<a name="l00262"></a>00262   <a class="code" href="classKCal_1_1IncidenceBase.html#13d965bce05bc47317a54dd81d6b2f51" title="Call this to notify the observers after the IncidenceBas object has changed.">updated</a>();
<a name="l00263"></a>00263 }
<a name="l00264"></a>00264 
<a name="l00265"></a><a class="code" href="classKCal_1_1Todo.html#87546a24ef140d923e8e6654cfc505a4">00265</a> <span class="keywordtype">void</span> <a class="code" href="classKCal_1_1Todo.html#87546a24ef140d923e8e6654cfc505a4" title="Sets the due date/time of the current occurrence if recurrent.">Todo::setDtRecurrence</a>( <span class="keyword">const</span> QDateTime &amp;dt )
<a name="l00266"></a>00266 {
<a name="l00267"></a>00267   mDtRecurrence = dt;
<a name="l00268"></a>00268 }
<a name="l00269"></a>00269 
<a name="l00270"></a><a class="code" href="classKCal_1_1Todo.html#f769d26d8b1b62d4c2de1a285fffe433">00270</a> QDateTime <a class="code" href="classKCal_1_1Todo.html#f769d26d8b1b62d4c2de1a285fffe433" title="Returns the due date/time of the current occurrence if recurrent.">Todo::dtRecurrence</a>()<span class="keyword"> const</span>
<a name="l00271"></a>00271 <span class="keyword"></span>{
<a name="l00272"></a>00272   <span class="keywordflow">return</span> mDtRecurrence.isValid() ? mDtRecurrence : mDtDue;
<a name="l00273"></a>00273 }
<a name="l00274"></a>00274 
<a name="l00275"></a><a class="code" href="classKCal_1_1Todo.html#1fd77ec43cf827cb3f4d85c534feb97a">00275</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#1fd77ec43cf827cb3f4d85c534feb97a" title="Returns true if the date specified is one on which the todo will recur.">Todo::recursOn</a>( <span class="keyword">const</span> QDate &amp;date )<span class="keyword"> const</span>
<a name="l00276"></a>00276 <span class="keyword"></span>{
<a name="l00277"></a>00277   QDate today = QDate::currentDate();
<a name="l00278"></a>00278   <span class="keywordflow">return</span> ( <a class="code" href="classKCal_1_1Incidence.html#105f15b8e9d48e2778cce396511e7a68" title="Returns true if the date specified is one on which the incidence will recur.">Incidence::recursOn</a>(date) &amp;&amp;
<a name="l00279"></a>00279            !( date &lt; today &amp;&amp; mDtRecurrence.date() &lt; today &amp;&amp;
<a name="l00280"></a>00280               mDtRecurrence &gt; <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>()-&gt;<a class="code" href="classKCal_1_1Recurrence.html#5f6c10710824ff4ef160c242db53ec20" title="Return the start date/time of the recurrence (Time for floating incidences will be...">startDateTime</a>() ) );
<a name="l00281"></a>00281 }
<a name="l00282"></a>00282 
<a name="l00283"></a>00283 <span class="keywordtype">bool</span> Todo::recurTodo()
<a name="l00284"></a>00284 {
<a name="l00285"></a>00285   <span class="keywordflow">if</span> ( <a class="code" href="classKCal_1_1Incidence.html#81ad15662138be07f0d55be6b075b043" title="Forward to Recurrence::doesRecur().">doesRecur</a>() ) {
<a name="l00286"></a>00286     <a class="code" href="classKCal_1_1Recurrence.html" title="This class represents a recurrence rule for a calendar incidence.">Recurrence</a> *r = <a class="code" href="classKCal_1_1Incidence.html#d06004593e064a37d08c96f9ae16735e" title="Return the recurrence rule associated with this incidence.">recurrence</a>();
<a name="l00287"></a>00287     QDateTime endDateTime = r-&gt;<a class="code" href="classKCal_1_1Recurrence.html#6a7814ddb89dd40d01a2b7efe4f3eb6f" title="Returns the date/time of the last recurrence.">endDateTime</a>();
<a name="l00288"></a>00288     QDateTime nextDate = r-&gt;<a class="code" href="classKCal_1_1Recurrence.html#158561ac748570b0bf058a6b69007df8" title="Returns the date and time of the next recurrence, after the specified date/time.">getNextDateTime</a>( <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>() );
<a name="l00289"></a>00289 
<a name="l00290"></a>00290     <span class="keywordflow">if</span> ( ( r-&gt;<a class="code" href="classKCal_1_1Recurrence.html#54913d2f0a66bae406a7b11945919a00" title="Returns -1 if the event recurs infinitely, 0 if the end date is set, otherwise the...">duration</a>() == -1 || ( nextDate.isValid() &amp;&amp; endDateTime.isValid()
<a name="l00291"></a>00291            &amp;&amp; nextDate &lt;= endDateTime ) ) ) {
<a name="l00292"></a>00292 
<a name="l00293"></a>00293       <span class="keywordflow">while</span> ( !<a class="code" href="classKCal_1_1Incidence.html#6843f232f00923ac773bb7198fdd6151" title="Returns true if the date/time specified is one on which the incidence will recur...">recursAt</a>( nextDate ) || nextDate &lt;= QDateTime::currentDateTime() ) {
<a name="l00294"></a>00294 
<a name="l00295"></a>00295         <span class="keywordflow">if</span> ( !nextDate.isValid() || nextDate &gt; endDateTime ) {
<a name="l00296"></a>00296           <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00297"></a>00297         }
<a name="l00298"></a>00298 
<a name="l00299"></a>00299         nextDate = r-&gt;<a class="code" href="classKCal_1_1Recurrence.html#158561ac748570b0bf058a6b69007df8" title="Returns the date and time of the next recurrence, after the specified date/time.">getNextDateTime</a>( nextDate );
<a name="l00300"></a>00300       }
<a name="l00301"></a>00301 
<a name="l00302"></a>00302       <a class="code" href="classKCal_1_1Todo.html#68e50e47f65def4d8d58a68423952ddb" title="Sets due date and time.">setDtDue</a>( nextDate );
<a name="l00303"></a>00303       <a class="code" href="classKCal_1_1Todo.html#64cb08677f9e62426b93d3d4f9cd31d2" title="Set completed state.">setCompleted</a>( <span class="keyword">false</span> );
<a name="l00304"></a>00304       <a class="code" href="classKCal_1_1Incidence.html#d9cf94ebb636d6ce56b8f2f74d5c51d3" title="Set the number of revisions this event has seen.">setRevision</a>( <a class="code" href="classKCal_1_1Incidence.html#061b1b33e5105cee5a2a6db2abc04b92" title="Return the number of revisions this event has seen.">revision</a>() + 1 );
<a name="l00305"></a>00305 
<a name="l00306"></a>00306       <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00307"></a>00307     }
<a name="l00308"></a>00308   }
<a name="l00309"></a>00309 
<a name="l00310"></a>00310   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00311"></a>00311 }
<a name="l00312"></a>00312 
<a name="l00313"></a><a class="code" href="classKCal_1_1Todo.html#30c812790a3f2b2c92be6a192bd83184">00313</a> <span class="keywordtype">bool</span> <a class="code" href="classKCal_1_1Todo.html#30c812790a3f2b2c92be6a192bd83184" title="Returns true if this todo is overdue (e.g.">Todo::isOverdue</a>()<span class="keyword"> const</span>
<a name="l00314"></a>00314 <span class="keyword"></span>{
<a name="l00315"></a>00315   <span class="keywordtype">bool</span> inPast = <a class="code" href="classKCal_1_1IncidenceBase.html#edfe188f8024f1ec9e25972ddd332724" title="Return true or false depending on whether the incidence &amp;quot;floats,&amp;quot; i.e.">doesFloat</a>() ? <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>().date() &lt; QDate::currentDate()
<a name="l00316"></a>00316                             : <a class="code" href="classKCal_1_1Todo.html#09d6933ae42390339b27053faee3afec" title="Returns due date and time.">dtDue</a>() &lt; QDateTime::currentDateTime();
<a name="l00317"></a>00317   <span class="keywordflow">return</span> ( inPast &amp;&amp; !<a class="code" href="classKCal_1_1Todo.html#c935ce3f04f7e9d828d3f954de585af6" title="Returns true if the todo is 100% completed, otherwise return false.">isCompleted</a>() );
<a name="l00318"></a>00318 }
</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>