Sophie

Sophie

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

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>kaddressbook: ViewManager Class Reference (kaddressbook)</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=".">kaddressbook</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>kaddressbook</h2>


<!-- Generated by Doxygen 1.5.5 -->
<div class="contents">
<h1>ViewManager Class Reference</h1><!-- doxytag: class="ViewManager" --><!-- doxytag: inherits="QWidget" --><code>#include &lt;<a class="el" href="viewmanager_8h-source.html">viewmanager.h</a>&gt;</code>
<p>
Inherits QWidget.
<p>

<p>
<a href="classViewManager-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The view manager manages the views and everything related to them. 
<p>
The manager will load the views at startup and display a view when told to make one active.<p>
The view manager will also create and manage all dialogs directly related to views (ie: AddView, ConfigureView, DeleteView, etc). 
<p>Definition at line <a class="el" href="viewmanager_8h-source.html#l00050">50</a> of file <a class="el" href="viewmanager_8h-source.html">viewmanager.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="21367cf3a970b4a02e3d546d6f46be99"></a><!-- doxytag: member="ViewManager::setSelected" ref="21367cf3a970b4a02e3d546d6f46be99" args="(const QString &amp;uid=QString::null, bool selected=true)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setSelected</b> (const QString &amp;uid=QString::null, bool selected=true)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cf981baaed62db287365010785b09019"></a><!-- doxytag: member="ViewManager::setFirstSelected" ref="cf981baaed62db287365010785b09019" args="(bool selected=true)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setFirstSelected</b> (bool selected=true)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9d171e624071ed05c4eea4761c6e4325"></a><!-- doxytag: member="ViewManager::refreshView" ref="9d171e624071ed05c4eea4761c6e4325" args="(const QString &amp;uid=QString::null)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>refreshView</b> (const QString &amp;uid=QString::null)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0e57a398ddcee220f356509f63588c97"></a><!-- doxytag: member="ViewManager::editView" ref="0e57a398ddcee220f356509f63588c97" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>editView</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8d58ebc9a5880adbb2280df8d4781f00"></a><!-- doxytag: member="ViewManager::deleteView" ref="8d58ebc9a5880adbb2280df8d4781f00" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>deleteView</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7add0398401bbf8619615f8d43c99479"></a><!-- doxytag: member="ViewManager::addView" ref="7add0398401bbf8619615f8d43c99479" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>addView</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ff4ab6b0e8f8bb56b16a111ad6873501"></a><!-- doxytag: member="ViewManager::scrollUp" ref="ff4ab6b0e8f8bb56b16a111ad6873501" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>scrollUp</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="534954bb420dfe2b9574641ddc6bf6be"></a><!-- doxytag: member="ViewManager::scrollDown" ref="534954bb420dfe2b9574641ddc6bf6be" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>scrollDown</b> ()</td></tr>

<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#989c54ee417e5272bc7bff10c2259952">selected</a> (const QString &amp;uid)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#f6ab813586423fe446a0003919fe4d36">executed</a> (const QString &amp;uid)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#98f2d3f16deb7dbec008bc2745687c7a">modified</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#7a4961938ef73b2295fc3e51363f9b35">urlDropped</a> (const KURL &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#e0511b561555336acbe43ea2f371fed9">sortFieldChanged</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#05e84d1c07c8f2e83d980be2e91582b0">viewFieldsChanged</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="84ec18f863bf79f7ed32b1bf97d74297"></a><!-- doxytag: member="ViewManager::ViewManager" ref="84ec18f863bf79f7ed32b1bf97d74297" args="(KAB::Core *core, QWidget *parent, const char *name=0)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><b>ViewManager</b> (KAB::Core *core, QWidget *parent, const char *name=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e790ac3d1614773620b6550ef3e44bf9"></a><!-- doxytag: member="ViewManager::restoreSettings" ref="e790ac3d1614773620b6550ef3e44bf9" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>restoreSettings</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="020466cf952f9659d8a270c30ec90ab1"></a><!-- doxytag: member="ViewManager::saveSettings" ref="020466cf952f9659d8a270c30ec90ab1" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>saveSettings</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3770c6215f34d6f2923466913702d0df"></a><!-- doxytag: member="ViewManager::unloadViews" ref="3770c6215f34d6f2923466913702d0df" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>unloadViews</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b23edf7756fc03650ab9540075f73096"></a><!-- doxytag: member="ViewManager::selectedUids" ref="b23edf7756fc03650ab9540075f73096" args="() const " -->
QStringList&nbsp;</td><td class="memItemRight" valign="bottom"><b>selectedUids</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="064a7e9aa0cd6c157ef1608ce1bcece4"></a><!-- doxytag: member="ViewManager::selectedEmails" ref="064a7e9aa0cd6c157ef1608ce1bcece4" args="() const " -->
QStringList&nbsp;</td><td class="memItemRight" valign="bottom"><b>selectedEmails</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cc3dd9031a40f2868981325e0b1ca052"></a><!-- doxytag: member="ViewManager::selectedAddressees" ref="cc3dd9031a40f2868981325e0b1ca052" args="() const " -->
KABC::Addressee::List&nbsp;</td><td class="memItemRight" valign="bottom"><b>selectedAddressees</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="12885a30b106746495ac8d4f8ae7bbf8"></a><!-- doxytag: member="ViewManager::setFilterSelectionWidget" ref="12885a30b106746495ac8d4f8ae7bbf8" args="(FilterSelectionWidget *wdg)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setFilterSelectionWidget</b> (<a class="el" href="classFilterSelectionWidget.html">FilterSelectionWidget</a> *wdg)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b24a32d2991829d8b0129c028de40106"></a><!-- doxytag: member="ViewManager::currentSortField" ref="b24a32d2991829d8b0129c028de40106" args="() const " -->
KABC::Field *&nbsp;</td><td class="memItemRight" valign="bottom"><b>currentSortField</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31c3daad09b2387ff53585c7740bc9e3"></a><!-- doxytag: member="ViewManager::viewFields" ref="31c3daad09b2387ff53585c7740bc9e3" args="() const " -->
KABC::Field::List&nbsp;</td><td class="memItemRight" valign="bottom"><b>viewFields</b> () const </td></tr>

<tr><td colspan="2"><br><h2>Protected Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#e39727d2a7883e371cb5b3b539e6c694">dropped</a> (QDropEvent *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classViewManager.html#5692590c641a473bc8443d81b60eaa9a">startDrag</a> ()</td></tr>

</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e39727d2a7883e371cb5b3b539e6c694"></a><!-- doxytag: member="ViewManager::dropped" ref="e39727d2a7883e371cb5b3b539e6c694" args="(QDropEvent *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::dropped           </td>
          <td>(</td>
          <td class="paramtype">QDropEvent *&nbsp;</td>
          <td class="paramname"> <em>e</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected, slot]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Called whenever the user drops something in the active view. 
<p>
This method will try to decode what was dropped, and if it was a valid addressee, add it to the addressbook. 
<p>Definition at line <a class="el" href="viewmanager_8cpp-source.html#l00414">414</a> of file <a class="el" href="viewmanager_8cpp-source.html">viewmanager.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="5692590c641a473bc8443d81b60eaa9a"></a><!-- doxytag: member="ViewManager::startDrag" ref="5692590c641a473bc8443d81b60eaa9a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::startDrag           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected, slot]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Called whenever the user attempts to start a drag in the view. 
<p>
This method will convert all the selected addressees into text (vcard) and create a drag object. 
<p>Definition at line <a class="el" href="viewmanager_8cpp-source.html#l00453">453</a> of file <a class="el" href="viewmanager_8cpp-source.html">viewmanager.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="989c54ee417e5272bc7bff10c2259952"></a><!-- doxytag: member="ViewManager::selected" ref="989c54ee417e5272bc7bff10c2259952" args="(const QString &amp;uid)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::selected           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>uid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Emitted whenever the user selects an entry in the view. 
<p>

</div>
</div><p>
<a class="anchor" name="f6ab813586423fe446a0003919fe4d36"></a><!-- doxytag: member="ViewManager::executed" ref="f6ab813586423fe446a0003919fe4d36" args="(const QString &amp;uid)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::executed           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>uid</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Emitted whenever the user activates an entry in the view. 
<p>

</div>
</div><p>
<a class="anchor" name="98f2d3f16deb7dbec008bc2745687c7a"></a><!-- doxytag: member="ViewManager::modified" ref="98f2d3f16deb7dbec008bc2745687c7a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::modified           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Emitted whenever the address book is modified in some way. 
<p>

</div>
</div><p>
<a class="anchor" name="7a4961938ef73b2295fc3e51363f9b35"></a><!-- doxytag: member="ViewManager::urlDropped" ref="7a4961938ef73b2295fc3e51363f9b35" args="(const KURL &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::urlDropped           </td>
          <td>(</td>
          <td class="paramtype">const KURL &amp;&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Emitted whenever a url is dragged on a view. 
<p>

</div>
</div><p>
<a class="anchor" name="e0511b561555336acbe43ea2f371fed9"></a><!-- doxytag: member="ViewManager::sortFieldChanged" ref="e0511b561555336acbe43ea2f371fed9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::sortFieldChanged           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Emitted whenever the sort field of a view has changed. 
<p>

</div>
</div><p>
<a class="anchor" name="05e84d1c07c8f2e83d980be2e91582b0"></a><!-- doxytag: member="ViewManager::viewFieldsChanged" ref="05e84d1c07c8f2e83d980be2e91582b0" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ViewManager::viewFieldsChanged           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Emitted whenever the view fields changed. 
<p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="viewmanager_8h-source.html">viewmanager.h</a><li><a class="el" href="viewmanager_8cpp-source.html">viewmanager.cpp</a></ul>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kaddressbook</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="classAddressEditDialog.html">addresseditdialog</option>,  <option value="classAddressEditWidget.html">addresseditwidget</option>,  <option value="classAddresseeUtil.html">addresseeutil</option>,  <option value="classAddressTypeDialog.html">addresstypedialog</option>,  <option value="classAddViewDialog.html">addviewdialog</option>,  <option value="classCardView.html">cardview</option>,  <option value="classCardViewItem.html">cardviewitem</option>,  <option value="classCardViewLookNFeelPage.html">cardviewlooknfeelpage</option>,  <option value="classConfigureCardViewWidget.html">configurecardviewwidget</option>,  <option value="classConfigureTableViewWidget.html">configuretableviewwidget</option>,  <option value="classDateParser.html">dateparser</option>,  <option value="classDistributionListView.html">distributionlistview</option>,  <option value="classDynamicTip.html">dynamictip</option>,  <option value="classEmailEditWidget.html">emaileditwidget</option>,  <option value="classEmailSelector.html">emailselector</option>,  <option value="classFilter.html">filter</option>,  <option value="classFilterSelectionWidget.html">filterselectionwidget</option>,  <option value="classIMAddressLVI.html">imaddresslvi</option>,  <option value="classIMAddressWidget.html">imaddresswidget</option>,  <option value="classImageButton.html">imagebutton</option>,  <option value="classImageLoader.html">imageloader</option>,  <option value="classIMEditorWidget.html">imeditorwidget</option>,  <option value="classIMEditWidget.html">imeditwidget</option>,  <option value="classJumpButtonBar.html">jumpbuttonbar</option>,  <option value="classKABPrinting_1_1PrintingWizard.html">kabprinting::printingwizard</option>,  <option value="classKABPrinting_1_1PrintProgress.html">kabprinting::printprogress</option>,  <option value="classKABPrinting_1_1PrintStyle.html">kabprinting::printstyle</option>,  <option value="classKABPrinting_1_1PrintStyleFactory.html">kabprinting::printstylefactory</option>,  <option value="classKAddressBookCardView.html">kaddressbookcardview</option>,  <option value="classKAddressBookIconView.html">kaddressbookiconview</option>,  <option value="classKAddressBookMain.html">kaddressbookmain</option>,  <option value="classKAddressBookTableView.html">kaddressbooktableview</option>,  <option value="classKAddressBookView.html">kaddressbookview</option>,  <option value="classLookAndFeelPage.html">lookandfeelpage</option>,  <option value="classNameEditDialog.html">nameeditdialog</option>,  <option value="classPhoneEditWidget.html">phoneeditwidget</option>,  <option value="classPhoneTypeDialog.html">phonetypedialog</option>,  <option value="classTypeCombo.html">typecombo</option>,  <option value="classViewConfigureWidget.html">viewconfigurewidget</option>,  <option value="classViewManager.html">viewmanager</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>