Sophie

Sophie

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

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>karm: taskview.h Source File (karm)</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=".">karm</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>karm</h2>


<!-- Generated by Doxygen 1.5.5 -->
<h1>taskview.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef KARM_TASK_VIEW_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define KARM_TASK_VIEW_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;qdict.h&gt;</span>
<a name="l00005"></a>00005 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00006"></a>00006 <span class="preprocessor">#include &lt;qptrstack.h&gt;</span>
<a name="l00007"></a>00007 
<a name="l00008"></a>00008 <span class="preprocessor">#include &lt;klistview.h&gt;</span>
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 <span class="preprocessor">#include "desktoplist.h"</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include "resourcecalendar.h"</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include "karmstorage.h"</span>
<a name="l00013"></a>00013 <span class="preprocessor">#include "mainwindow.h"</span>
<a name="l00014"></a>00014 <span class="preprocessor">#include "reportcriteria.h"</span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &lt;qtimer.h&gt;</span>
<a name="l00016"></a>00016 <span class="comment">//#include "desktoptracker.h"</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="comment">//#include "karmutility.h"</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="keyword">class </span>QListBox;
<a name="l00021"></a>00021 <span class="keyword">class </span>QString;
<a name="l00022"></a>00022 <span class="keyword">class </span>QTextStream;
<a name="l00023"></a>00023 <span class="keyword">class </span>QTimer;
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="keyword">class </span>KMenuBar;
<a name="l00026"></a>00026 <span class="keyword">class </span>KToolBar;
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="keyword">class </span><a class="code" href="classDesktopTracker.html" title="A utility to associate tasks with desktops As soon as a desktop is activated/left...">DesktopTracker</a>;
<a name="l00029"></a>00029 <span class="keyword">class </span><a class="code" href="classEditTaskDialog.html" title="Dialog to add a new task or edit an existing task.">EditTaskDialog</a>;
<a name="l00030"></a>00030 <span class="keyword">class </span><a class="code" href="classIdleTimeDetector.html" title="Keep track of how long the computer has been idle.">IdleTimeDetector</a>;
<a name="l00031"></a>00031 <span class="keyword">class </span><a class="code" href="classPreferences.html" title="Provide an interface to the configuration options for the program.">Preferences</a>;
<a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="classTask.html" title="A class representing a task.">Task</a>;
<a name="l00033"></a>00033 <span class="keyword">class </span><a class="code" href="classKarmStorage.html" title="Singleton to store/retrieve KArm data to/from persistent storage.">KarmStorage</a>;
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classHistoryEvent.html" title="One start/stop event that has been logged.">HistoryEvent</a>;
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="keyword">using namespace </span>KCal;
<a name="l00037"></a>00037 
<a name="l00042"></a><a class="code" href="classTaskView.html">00042</a> <span class="keyword">class </span><a class="code" href="classTaskView.html" title="Container and interface for the tasks.">TaskView</a> : <span class="keyword">public</span> KListView
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044   Q_OBJECT
<a name="l00045"></a>00045 
<a name="l00046"></a>00046   <span class="keyword">public</span>:
<a name="l00047"></a>00047     <a class="code" href="classTaskView.html" title="Container and interface for the tasks.">TaskView</a>( QWidget *parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span> *name = 0, <span class="keyword">const</span> QString &amp;icsfile = <span class="stringliteral">""</span> );
<a name="l00048"></a>00048     <span class="keyword">virtual</span> ~<a class="code" href="classTaskView.html" title="Container and interface for the tasks.">TaskView</a>();
<a name="l00049"></a>00049 
<a name="l00051"></a>00051     <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* <a class="code" href="classTaskView.html#19f03096ab651f975fec50e4be6aef49" title="Return the first item in the view, cast to a Task pointer.">first_child</a>() <span class="keyword">const</span>;
<a name="l00052"></a>00052 
<a name="l00054"></a>00054     <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* <a class="code" href="classTaskView.html#39ddafca93de0b8753014151e47734f3" title="Return the current item in the view, cast to a Task pointer.">current_item</a>() <span class="keyword">const</span>;
<a name="l00055"></a>00055 
<a name="l00057"></a>00057     <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* <a class="code" href="classTaskView.html#9050454887e14a5c62725e23f242639d" title="Return the i&amp;#39;th item (zero-based), cast to a Task pointer.">item_at_index</a>(<span class="keywordtype">int</span> i);
<a name="l00058"></a>00058 
<a name="l00060"></a>00060     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#347e02bcfcf2936ead89a6ddd0169058" title="Load the view from storage.">load</a>( QString filename=<span class="stringliteral">""</span> );
<a name="l00061"></a>00061 
<a name="l00063"></a>00063     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#74fe4fed0700550fcfda0f5abb88d211" title="Close the storage and release lock.">closeStorage</a>();
<a name="l00064"></a>00064 
<a name="l00066"></a>00066     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#f6127fd23064e1237a0589ca70978ae6" title="Reset session time to zero for all tasks.">startNewSession</a>();
<a name="l00067"></a>00067 
<a name="l00069"></a>00069     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#46bf86d293a62ae07f78b3d62ffc608e" title="Reset session and total time to zero for all tasks.">resetTimeForAllTasks</a>();
<a name="l00070"></a>00070 
<a name="l00072"></a>00072     <span class="keywordtype">long</span> <a class="code" href="classTaskView.html#1baadc861bc75b2aa06ce7351a03cefd" title="Return the total number if items in the view.">count</a>();
<a name="l00073"></a>00073 
<a name="l00075"></a>00075     QValueList&lt;HistoryEvent&gt; <a class="code" href="classTaskView.html#01feebb113c1885b3bda674167c7a88b" title="Return list of start/stop events for given date range.">getHistory</a>(<span class="keyword">const</span> QDate&amp; from, <span class="keyword">const</span> QDate&amp; to) <span class="keyword">const</span>;
<a name="l00076"></a>00076 
<a name="l00078"></a>00078     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#cdacd37c9f4309ee0b2ff52e052792e1" title="Schedule that we should save very soon.">scheduleSave</a>();
<a name="l00079"></a>00079 
<a name="l00081"></a>00081     <a class="code" href="classPreferences.html" title="Provide an interface to the configuration options for the program.">Preferences</a> *<a class="code" href="classTaskView.html#03abf669a3d3a5a669cd2f8e0dcbcee0" title="Return preferences user selected on settings dialog.">preferences</a>();
<a name="l00082"></a>00082 
<a name="l00084"></a>00084     QString <a class="code" href="classTaskView.html#95444f5b404432ec90ab3f16564cf00b" title="Add a task to view and storage.">addTask</a>( <span class="keyword">const</span> QString&amp; taskame, <span class="keywordtype">long</span> total, <span class="keywordtype">long</span> session, <span class="keyword">const</span> DesktopList&amp; desktops, 
<a name="l00085"></a>00085                      <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* parent = 0 );
<a name="l00086"></a>00086 
<a name="l00087"></a>00087   <span class="keyword">public</span> slots:
<a name="l00089"></a>00089     QString <a class="code" href="classTaskView.html#a44fba4868b50914f03bf7b7bc45274e" title="Save to persistent storage.">save</a>();
<a name="l00090"></a>00090 
<a name="l00092"></a>00092     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#639574ae0a0502e165b5ce3bab6dbd13" title="Start the timer on the current item (task) in view.">startCurrentTimer</a>();
<a name="l00093"></a>00093 
<a name="l00095"></a>00095     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#31ddc7a863e428bf3edf5e2eb1a50de7" title="Stop the timer for the current item in the view.">stopCurrentTimer</a>();
<a name="l00096"></a>00096 
<a name="l00098"></a>00098     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#e3bb12fde718e07f246307aad386e3ba" title="Stop all running timers.">stopAllTimers</a>();
<a name="l00099"></a>00099 
<a name="l00101"></a>00101     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#fb2a62582fc7f4385373bc464bde9054" title="Stop all running timers as if it was qdt.">stopAllTimersAt</a>(QDateTime qdt);
<a name="l00102"></a>00102 
<a name="l00104"></a>00104     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#97a77780f5673be980ca7be887c9a436" title="Calls newTask dialog with caption &amp;quot;New Task&amp;quot;.">newTask</a>();
<a name="l00105"></a>00105 
<a name="l00107"></a>00107     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#97a77780f5673be980ca7be887c9a436" title="Calls newTask dialog with caption &amp;quot;New Task&amp;quot;.">newTask</a>( QString caption, <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* parent );
<a name="l00108"></a>00108 
<a name="l00110"></a>00110     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#62a6de5702b8772e6200ec447cf9b664" title="Used to refresh (e.g.">refresh</a>();
<a name="l00111"></a>00111 
<a name="l00113"></a>00113     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#1729aefe766187c1efe34a8017cdca70" title="Used to import a legacy file format.">loadFromFlatFile</a>();
<a name="l00114"></a>00114 
<a name="l00116"></a>00116     QString <a class="code" href="classTaskView.html#bf9961221707538335b1fe5b939e2fff" title="used to import tasks from imendio planner">importPlanner</a>( QString fileName=<span class="stringliteral">""</span> );
<a name="l00117"></a>00117 
<a name="l00119"></a>00119     QString <a class="code" href="classTaskView.html#6ae8ad51a6e563e5f7c1cad9b2ef4ec3" title="call export function for csv totals or history">report</a>( <span class="keyword">const</span> <a class="code" href="classReportCriteria.html" title="Stores entries from export dialog.">ReportCriteria</a> &amp;rc );
<a name="l00120"></a>00120 
<a name="l00122"></a>00122     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#8f8d52286b85e4c04b38247e9b6110bc" title="Export comma separated values format for task time totals.">exportcsvFile</a>();
<a name="l00123"></a>00123 
<a name="l00125"></a>00125     QString <a class="code" href="classTaskView.html#cc29cbfd8320d66b658559cca4e71d5a" title="Export comma-separated values format for task history.">exportcsvHistory</a>();
<a name="l00126"></a>00126 
<a name="l00128"></a>00128     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#b4ea749d211bf7b025bea6ceb1ad34d3" title="Calls newTask dialog with caption &amp;quot;New Sub Task&amp;quot;.">newSubTask</a>();
<a name="l00129"></a>00129 
<a name="l00130"></a>00130     <span class="keywordtype">void</span> editTask();
<a name="l00131"></a>00131 
<a name="l00141"></a>00141     <a class="code" href="classKarmStorage.html" title="Singleton to store/retrieve KArm data to/from persistent storage.">KarmStorage</a>* <a class="code" href="classTaskView.html#03d27e96a50dcffa947644f49641f300" title="Returns a pointer to storage object.">storage</a>();
<a name="l00142"></a>00142 
<a name="l00151"></a>00151     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#a936059d9cee284f85e81b1df2207a34" title="Delete task (and children) from view.">deleteTask</a>(<span class="keywordtype">bool</span> markingascomplete=<span class="keyword">false</span>);
<a name="l00152"></a>00152 
<a name="l00155"></a>00155     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#dc58f7358fbdb44a4d4a6f26890ba925" title="Reinstates the current task as incomplete.">reinstateTask</a>(<span class="keywordtype">int</span> completion);
<a name="l00156"></a>00156 <span class="comment">//    void addCommentToTask();</span>
<a name="l00157"></a>00157     <span class="keywordtype">void</span> markTaskAsComplete();
<a name="l00158"></a>00158     <span class="keywordtype">void</span> markTaskAsIncomplete();
<a name="l00159"></a>00159 
<a name="l00164"></a>00164     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#75a6aee0e21b8165ead27b25e4dd555d" title="Subtracts time from all active tasks, and does not log event.">extractTime</a>( <span class="keywordtype">int</span> minutes );
<a name="l00165"></a>00165     <span class="keywordtype">void</span> taskTotalTimesChanged( <span class="keywordtype">long</span> session, <span class="keywordtype">long</span> total)
<a name="l00166"></a>00166                                 { emit totalTimesChanged( session, total); };
<a name="l00167"></a>00167     <span class="keywordtype">void</span> adaptColumns();
<a name="l00169"></a>00169     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#59851e18b84775a2f9e3a89ec477f425" title="receiving signal that a task is being deleted">deletingTask</a>(<a class="code" href="classTask.html" title="A class representing a task.">Task</a>* deletedTask);
<a name="l00170"></a>00170 
<a name="l00175"></a>00175     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#1f0a2039eca771ee28f457f6a8d098d5" title="starts timer for task.">startTimerFor</a>( <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* task, QDateTime startTime = QDateTime::currentDateTime() );
<a name="l00176"></a>00176     <span class="keywordtype">void</span> stopTimerFor( <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* task );
<a name="l00177"></a>00177 
<a name="l00181"></a>00181     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#918b4d6f5147a80b9d60d57fc2ae0a8c" title="clears all active tasks.">clearActiveTasks</a>();
<a name="l00182"></a>00182 
<a name="l00186"></a>00186     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#c4054db82392999c9e0c1d53d8dc463a" title="User might have picked a new iCalendar file on preferences screen.">iCalFileChanged</a>(QString file);
<a name="l00187"></a>00187 
<a name="l00189"></a>00189     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#08c5630feb473c5b51a045b85185b616" title="Copy totals for current and all sub tasks to clipboard.">clipTotals</a>();
<a name="l00190"></a>00190 
<a name="l00192"></a>00192     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#823aa24a911391922c14549b2a886a96" title="Copy session times for current and all sub tasks to clipboard.">clipSession</a>();
<a name="l00193"></a>00193 
<a name="l00195"></a>00195     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#a2f20d1a4ec54630840b0228f602a661" title="Copy history for current and all sub tasks to clipboard.">clipHistory</a>();
<a name="l00196"></a>00196 
<a name="l00197"></a>00197   signals:
<a name="l00198"></a>00198     <span class="keywordtype">void</span> totalTimesChanged( <span class="keywordtype">long</span> session, <span class="keywordtype">long</span> total );
<a name="l00199"></a>00199     <span class="keywordtype">void</span> updateButtons();
<a name="l00200"></a>00200     <span class="keywordtype">void</span> timersActive();
<a name="l00201"></a>00201     <span class="keywordtype">void</span> timersInactive();
<a name="l00202"></a>00202     <span class="keywordtype">void</span> tasksChanged( QPtrList&lt;Task&gt; activeTasks );
<a name="l00203"></a>00203     <span class="keywordtype">void</span> setStatusBar( QString );
<a name="l00204"></a>00204 
<a name="l00205"></a>00205   <span class="keyword">private</span>: <span class="comment">// member variables</span>
<a name="l00206"></a>00206     <a class="code" href="classIdleTimeDetector.html" title="Keep track of how long the computer has been idle.">IdleTimeDetector</a> *_idleTimeDetector;
<a name="l00207"></a>00207     QTimer *_minuteTimer;
<a name="l00208"></a>00208     QTimer *_autoSaveTimer;
<a name="l00209"></a>00209     QTimer *_manualSaveTimer;
<a name="l00210"></a>00210     <a class="code" href="classPreferences.html" title="Provide an interface to the configuration options for the program.">Preferences</a> *_preferences;
<a name="l00211"></a>00211     QPtrList&lt;Task&gt; activeTasks;
<a name="l00212"></a>00212     <span class="keywordtype">int</span> previousColumnWidths[4];
<a name="l00213"></a>00213     <a class="code" href="classDesktopTracker.html" title="A utility to associate tasks with desktops As soon as a desktop is activated/left...">DesktopTracker</a>* _desktopTracker;
<a name="l00214"></a>00214     <span class="keywordtype">bool</span> _isloading;
<a name="l00215"></a>00215 
<a name="l00216"></a>00216     <span class="comment">//KCal::CalendarLocal _calendar;</span>
<a name="l00217"></a>00217     <a class="code" href="classKarmStorage.html" title="Singleton to store/retrieve KArm data to/from persistent storage.">KarmStorage</a> * _storage;
<a name="l00218"></a>00218 
<a name="l00219"></a>00219   <span class="keyword">private</span>:
<a name="l00220"></a>00220     <span class="keywordtype">void</span> contentsMousePressEvent ( QMouseEvent * e );
<a name="l00221"></a>00221     <span class="keywordtype">void</span> contentsMouseDoubleClickEvent ( QMouseEvent * e );
<a name="l00222"></a>00222     <span class="keywordtype">void</span> updateParents( <a class="code" href="classTask.html" title="A class representing a task.">Task</a>* task, <span class="keywordtype">long</span> totalDiff, <span class="keywordtype">long</span> sesssionDiff);
<a name="l00223"></a>00223     <span class="keywordtype">void</span> deleteChildTasks( <a class="code" href="classTask.html" title="A class representing a task.">Task</a> *item );
<a name="l00224"></a>00224     <span class="keywordtype">void</span> addTimeToActiveTasks( <span class="keywordtype">int</span> minutes, <span class="keywordtype">bool</span> save_data = <span class="keyword">true</span> );
<a name="l00226"></a>00226     <span class="keywordtype">void</span> restoreItemState( QListViewItem *item );
<a name="l00227"></a>00227 
<a name="l00228"></a>00228   <span class="keyword">protected</span> slots:
<a name="l00229"></a>00229     <span class="keywordtype">void</span> autoSaveChanged( <span class="keywordtype">bool</span> );
<a name="l00230"></a>00230     <span class="keywordtype">void</span> autoSavePeriodChanged( <span class="keywordtype">int</span> period );
<a name="l00231"></a>00231     <span class="keywordtype">void</span> minuteUpdate();
<a name="l00233"></a>00233     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#43dc6e7573e4f8a46c45b0b1200e916c" title="item state stores if a task is expanded so you can see the subtasks">itemStateChanged</a>( QListViewItem *item );
<a name="l00235"></a>00235     <span class="keywordtype">void</span> <a class="code" href="classTaskView.html#2e887f2a1308134994ca9da82841ebcd" title="React on another process having modified the iCal file we rely on.">iCalFileModified</a>(ResourceCalendar *);
<a name="l00236"></a>00236 };
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 <span class="preprocessor">#endif // KARM_TASK_VIEW</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>karm</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</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="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</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="classDesktopTracker.html">desktoptracker</option>,  <option value="classEditTaskDialog.html">edittaskdialog</option>,  <option value="classHistoryEvent.html">historyevent</option>,  <option value="classIdleTimeDetector.html">idletimedetector</option>,  <option value="classKAccelMenuWatch.html">kaccelmenuwatch</option>,  <option value="classKarmDCOPIface.html">karmdcopiface</option>,  <option value="classKarmStorage.html">karmstorage</option>,  <option value="classKArmTimeWidget.html">karmtimewidget</option>,  <option value="classMainWindow.html">mainwindow</option>,  <option value="classMyPrinter.html">myprinter</option>,  <option value="classPlannerParser.html">plannerparser</option>,  <option value="classPreferences.html">preferences</option>,  <option value="classReportCriteria.html">reportcriteria</option>,  <option value="classTask.html">task</option>,  <option value="classTaskView.html">taskview</option>,  <option value="classTaskViewWhatsThis.html">taskviewwhatsthis</option>,  <option value="classTimeKard.html">timekard</option>,  <option value="classWeek.html">week</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>