Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 1638

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qorganizertodo.cpp -->
  <title>Qt Mobility 1.2: QOrganizerTodo Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtorganizer.html">QtOrganizer</a></li>
<li>QOrganizerTodo</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QOrganizerTodo Class Reference</h1>
<!-- $$$QOrganizerTodo-brief -->
<p>The <a href="qorganizertodo.html#QOrganizerTodo-var">QOrganizerTodo</a> class provides a task which should be completed <a href="#details">More...</a></p>
<!-- @@@QOrganizerTodo -->
<pre class="cpp"> <span class="preprocessor">#include &lt;<a href="qorganizertodo.html#QOrganizerTodo-var">QOrganizerTodo</a>&gt;</span></pre><p><b>Inherits: </b><a href="qorganizeritem.html">QOrganizerItem</a>.</p>
<p>This class was introduced in Qt Mobility 1.1.</p>
<ul>
<li><a href="qorganizertodo-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QDateTime </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#dueDateTime">dueDateTime</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QDate&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#exceptionDates">exceptionDates</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerRecurrenceRule </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#exceptionRule">exceptionRule</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QOrganizerRecurrenceRule&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#exceptionRules">exceptionRules</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDateTime </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#finishedDateTime">finishedDateTime</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#isAllDay">isAllDay</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerItemPriority::Priority </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#priority">priority</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#progressPercentage">progressPercentage</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QDate&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#recurrenceDates">recurrenceDates</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerRecurrenceRule </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#recurrenceRule">recurrenceRule</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QOrganizerRecurrenceRule&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#recurrenceRules">recurrenceRules</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setAllDay">setAllDay</a></b> ( bool <i>isAllDay</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setDueDateTime">setDueDateTime</a></b> ( const QDateTime &amp; <i>dueDateTime</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setExceptionDates">setExceptionDates</a></b> ( const QSet&lt;QDate&gt; &amp; <i>exdates</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setExceptionRule">setExceptionRule</a></b> ( const QOrganizerRecurrenceRule &amp; <i>exrule</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setExceptionRules">setExceptionRules</a></b> ( const QSet&lt;QOrganizerRecurrenceRule&gt; &amp; <i>exrules</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setFinishedDateTime">setFinishedDateTime</a></b> ( const QDateTime &amp; <i>finishedDateTime</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setPriority">setPriority</a></b> ( QOrganizerItemPriority::Priority <i>priority</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setProgressPercentage">setProgressPercentage</a></b> ( int <i>percentage</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setRecurrenceDates">setRecurrenceDates</a></b> ( const QSet&lt;QDate&gt; &amp; <i>rdates</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setRecurrenceRule">setRecurrenceRule</a></b> ( const QOrganizerRecurrenceRule &amp; <i>rrule</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setRecurrenceRules">setRecurrenceRules</a></b> ( const QSet&lt;QOrganizerRecurrenceRule&gt; &amp; <i>rrules</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setStartDateTime">setStartDateTime</a></b> ( const QDateTime &amp; <i>startDateTime</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#setStatus">setStatus</a></b> ( QOrganizerTodoProgress::Status <i>status</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDateTime </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#startDateTime">startDateTime</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerTodoProgress::Status </td><td class="memItemRight bottomAlign"><b><a href="qorganizertodo.html#status">status</a></b> () const</td></tr>
</table>
<ul>
<li class="fn">39 public functions inherited from <a href="qorganizeritem.html#public-functions">QOrganizerItem</a></li>
</ul>
<a name="details"></a>
<!-- $$$QOrganizerTodo-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The <a href="qorganizertodo.html#QOrganizerTodo-var">QOrganizerTodo</a> class provides a task which should be completed</p>
<p>A todo is an item which contains information about a task which has to be completed. It might be associated with a particular point in time (for example, water the garden tomorrow evening) or it might have no specific temporal association (for example, climb Mount Everest someday).</p>
<p>A todo can reoccur (for example, water the garden every evening) or it can occur only once.</p>
<p>Todos can be used to schedule agenda items or tasks in a meaningful manner.</p>
</div>
<!-- @@@QOrganizerTodo -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$dueDateTime[overload1]$$$dueDateTime -->
<h3 class="fn"><a name="dueDateTime"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> QOrganizerTodo::<span class="name">dueDateTime</span> () const</h3>
<p>Returns the date time by which the task should be completed (for recurring tasks, this applies to the first instance). For all-day tasks, the time part is meaningless.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setDueDateTime">setDueDateTime</a>().</p>
<!-- @@@dueDateTime -->
<!-- $$$exceptionDates[overload1]$$$exceptionDates -->
<h3 class="fn"><a name="exceptionDates"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; QOrganizerTodo::<span class="name">exceptionDates</span> () const</h3>
<p>Returns the dates on which the todo does not occur, where it otherwise would occur as described by the recurrence rules.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setExceptionDates">setExceptionDates</a>().</p>
<!-- @@@exceptionDates -->
<!-- $$$exceptionRule[overload1]$$$exceptionRule -->
<h3 class="fn"><a name="exceptionRule"></a><span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> QOrganizerTodo::<span class="name">exceptionRule</span> () const</h3>
<p>Returns a recurrence rule which describe the dates on which the todo does not occur, where it otherwise would occur as described by the recurrence rules. If more than one exception rule was set for the todo item, one of those exception rules will be returned at random.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setExceptionRule">setExceptionRule</a>().</p>
<!-- @@@exceptionRule -->
<!-- $$$exceptionRules[overload1]$$$exceptionRules -->
<h3 class="fn"><a name="exceptionRules"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; QOrganizerTodo::<span class="name">exceptionRules</span> () const</h3>
<p>Returns the recurrence rules which describe the dates on which the todo does not occur, where it otherwise would occur as described by the recurrence rules set the <a href="qorganizertodo.html#setRecurrenceRules">setRecurrenceRules</a>().</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setExceptionRules">setExceptionRules</a>().</p>
<!-- @@@exceptionRules -->
<!-- $$$finishedDateTime[overload1]$$$finishedDateTime -->
<h3 class="fn"><a name="finishedDateTime"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> QOrganizerTodo::<span class="name">finishedDateTime</span> () const</h3>
<p>Returns the date and time at which the task was completed, if known.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setFinishedDateTime">setFinishedDateTime</a>().</p>
<!-- @@@finishedDateTime -->
<!-- $$$isAllDay[overload1]$$$isAllDay -->
<h3 class="fn"><a name="isAllDay"></a><span class="type">bool</span> QOrganizerTodo::<span class="name">isAllDay</span> () const</h3>
<p>Returns true if and only if the time component of the start date/time or end date/time are * insignificant.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@isAllDay -->
<!-- $$$priority[overload1]$$$priority -->
<h3 class="fn"><a name="priority"></a><span class="type"><a href="qorganizeritempriority.html#Priority-enum">QOrganizerItemPriority::Priority</a></span> QOrganizerTodo::<span class="name">priority</span> () const</h3>
<p>Returns the priority of the task.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setPriority">setPriority</a>().</p>
<!-- @@@priority -->
<!-- $$$progressPercentage[overload1]$$$progressPercentage -->
<h3 class="fn"><a name="progressPercentage"></a><span class="type">int</span> QOrganizerTodo::<span class="name">progressPercentage</span> () const</h3>
<p>Returns the percentage of progress completed on the task described by the todo.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setProgressPercentage">setProgressPercentage</a>().</p>
<!-- @@@progressPercentage -->
<!-- $$$recurrenceDates[overload1]$$$recurrenceDates -->
<h3 class="fn"><a name="recurrenceDates"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; QOrganizerTodo::<span class="name">recurrenceDates</span> () const</h3>
<p>Returns the dates on which the todo reoccurs, which have been explicitly set by calling <a href="qorganizertodo.html#setRecurrenceDates">setRecurrenceDates</a>()</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setRecurrenceDates">setRecurrenceDates</a>().</p>
<!-- @@@recurrenceDates -->
<!-- $$$recurrenceRule[overload1]$$$recurrenceRule -->
<h3 class="fn"><a name="recurrenceRule"></a><span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> QOrganizerTodo::<span class="name">recurrenceRule</span> () const</h3>
<p>Returns a recurrence rule which defines when the todo occurs. If more than one recurrence rule has been set in the todo, one will be returned at random.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setRecurrenceRule">setRecurrenceRule</a>().</p>
<!-- @@@recurrenceRule -->
<!-- $$$recurrenceRules[overload1]$$$recurrenceRules -->
<h3 class="fn"><a name="recurrenceRules"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; QOrganizerTodo::<span class="name">recurrenceRules</span> () const</h3>
<p>Returns the list of recurrence rules which define when the todo occurs</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setRecurrenceRules">setRecurrenceRules</a>().</p>
<!-- @@@recurrenceRules -->
<!-- $$$setAllDay[overload1]$$$setAllDaybool -->
<h3 class="fn"><a name="setAllDay"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setAllDay</span> ( <span class="type">bool</span> <i>isAllDay</i> )</h3>
<p>Sets whether the time-of-day component of the todo's start date-time or end date-time is insignificant (eg. this is generally set to true for a birthday). If <i>isAllDay</i> is true, the time-of-day component is considered insignificant, and the todo will be an all-day item.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#isAllDay">isAllDay</a>().</p>
<!-- @@@setAllDay -->
<!-- $$$setDueDateTime[overload1]$$$setDueDateTimeconstQDateTime& -->
<h3 class="fn"><a name="setDueDateTime"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setDueDateTime</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> &amp; <i>dueDateTime</i> )</h3>
<p>Sets the date time by which the task should be completed to <i>dueDateTime</i> (for recurring tasks, this applies to the first instance). For all-day tasks, the time part can be set to any valid value</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#dueDateTime">dueDateTime</a>().</p>
<!-- @@@setDueDateTime -->
<!-- $$$setExceptionDates[overload1]$$$setExceptionDatesconstQSet<QDate>& -->
<h3 class="fn"><a name="setExceptionDates"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setExceptionDates</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; &amp; <i>exdates</i> )</h3>
<p>Sets the dates on which the todo does not occur despite the date fulfilling the recurrence rules of the todo, to <i>exdates</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#exceptionDates">exceptionDates</a>().</p>
<!-- @@@setExceptionDates -->
<!-- $$$setExceptionRule[overload1]$$$setExceptionRuleconstQOrganizerRecurrenceRule& -->
<h3 class="fn"><a name="setExceptionRule"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setExceptionRule</span> ( const <span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> &amp; <i>exrule</i> )</h3>
<p>Clears the set of recurrence rules which describe the dates on which the todo does not occur, where it otherwise would occur as described by the recurrence rules, and inserts into the cleared list the single exception rule <i>exrule</i>.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#exceptionRule">exceptionRule</a>().</p>
<!-- @@@setExceptionRule -->
<!-- $$$setExceptionRules[overload1]$$$setExceptionRulesconstQSet<QOrganizerRecurrenceRule>& -->
<h3 class="fn"><a name="setExceptionRules"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setExceptionRules</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; &amp; <i>exrules</i> )</h3>
<p>Sets the recurrence rules which describe the dates on which the todo does not occur, where it otherwise would occur as described by the recurrence rules set with <a href="qorganizertodo.html#setRecurrenceRules">setRecurrenceRules</a>(), to <i>exrules</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#exceptionRules">exceptionRules</a>().</p>
<!-- @@@setExceptionRules -->
<!-- $$$setFinishedDateTime[overload1]$$$setFinishedDateTimeconstQDateTime& -->
<h3 class="fn"><a name="setFinishedDateTime"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setFinishedDateTime</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> &amp; <i>finishedDateTime</i> )</h3>
<p>Sets the date and time at which the task was completed to <i>finishedDateTime</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#finishedDateTime">finishedDateTime</a>().</p>
<!-- @@@setFinishedDateTime -->
<!-- $$$setPriority[overload1]$$$setPriorityQOrganizerItemPriority::Priority -->
<h3 class="fn"><a name="setPriority"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setPriority</span> ( <span class="type"><a href="qorganizeritempriority.html#Priority-enum">QOrganizerItemPriority::Priority</a></span> <i>priority</i> )</h3>
<p>Sets the priority of the todo to <i>priority</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#priority">priority</a>().</p>
<!-- @@@setPriority -->
<!-- $$$setProgressPercentage[overload1]$$$setProgressPercentageint -->
<h3 class="fn"><a name="setProgressPercentage"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setProgressPercentage</span> ( <span class="type">int</span> <i>percentage</i> )</h3>
<p>Sets the percentage of progress completed on the task described by the todo item to <i>percentage</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#progressPercentage">progressPercentage</a>().</p>
<!-- @@@setProgressPercentage -->
<!-- $$$setRecurrenceDates[overload1]$$$setRecurrenceDatesconstQSet<QDate>& -->
<h3 class="fn"><a name="setRecurrenceDates"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setRecurrenceDates</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; &amp; <i>rdates</i> )</h3>
<p>Sets the dates on which the todo reoccurs to <i>rdates</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#recurrenceDates">recurrenceDates</a>().</p>
<!-- @@@setRecurrenceDates -->
<!-- $$$setRecurrenceRule[overload1]$$$setRecurrenceRuleconstQOrganizerRecurrenceRule& -->
<h3 class="fn"><a name="setRecurrenceRule"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setRecurrenceRule</span> ( const <span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> &amp; <i>rrule</i> )</h3>
<p>Clears the set of recurrence rules which define when the todo occurs, and replaces it will the single recurrence rule <i>rrule</i>.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#recurrenceRule">recurrenceRule</a>().</p>
<!-- @@@setRecurrenceRule -->
<!-- $$$setRecurrenceRules[overload1]$$$setRecurrenceRulesconstQSet<QOrganizerRecurrenceRule>& -->
<h3 class="fn"><a name="setRecurrenceRules"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setRecurrenceRules</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; &amp; <i>rrules</i> )</h3>
<p>Sets the recurrence rules which define when the todo occurs to <i>rrules</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#recurrenceRules">recurrenceRules</a>().</p>
<!-- @@@setRecurrenceRules -->
<!-- $$$setStartDateTime[overload1]$$$setStartDateTimeconstQDateTime& -->
<h3 class="fn"><a name="setStartDateTime"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setStartDateTime</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> &amp; <i>startDateTime</i> )</h3>
<p>Sets the date time at which the task should be started to <i>startDateTime</i> (for recurring tasks, this applies to the first instance). For all-day tasks, the time part can be set to any valid value.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#startDateTime">startDateTime</a>().</p>
<!-- @@@setStartDateTime -->
<!-- $$$setStatus[overload1]$$$setStatusQOrganizerTodoProgress::Status -->
<h3 class="fn"><a name="setStatus"></a><span class="type">void</span> QOrganizerTodo::<span class="name">setStatus</span> ( <span class="type"><a href="qorganizertodoprogress.html#Status-enum">QOrganizerTodoProgress::Status</a></span> <i>status</i> )</h3>
<p>Sets the progress status of the task to <i>status</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#status">status</a>().</p>
<!-- @@@setStatus -->
<!-- $$$startDateTime[overload1]$$$startDateTime -->
<h3 class="fn"><a name="startDateTime"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> QOrganizerTodo::<span class="name">startDateTime</span> () const</h3>
<p>Returns the date time at which the task should be started (for recurring tasks, this applies to the first instance). For all-day tasks, the time part is meaningless.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setStartDateTime">setStartDateTime</a>().</p>
<!-- @@@startDateTime -->
<!-- $$$status[overload1]$$$status -->
<h3 class="fn"><a name="status"></a><span class="type"><a href="qorganizertodoprogress.html#Status-enum">QOrganizerTodoProgress::Status</a></span> QOrganizerTodo::<span class="name">status</span> () const</h3>
<p>Returns the progress status of the task described by the todo</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizertodo.html#setStatus">setStatus</a>().</p>
<!-- @@@status -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
    Free Documentation License version 1.3</a>
    as published by the Free Software Foundation.</p>
</div>
</body>
</html>