Sophie

Sophie

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

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: KABPrinting::PrintStyle 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="navpath"><b>KABPrinting</b>::<a class="el" href="classKABPrinting_1_1PrintStyle.html">PrintStyle</a>
  </div>
<div class="contents">
<h1>KABPrinting::PrintStyle Class Reference</h1><!-- doxytag: class="KABPrinting::PrintStyle" --><!-- doxytag: inherits="QObject" --><code>#include &lt;<a class="el" href="printstyle_8h-source.html">printstyle.h</a>&gt;</code>
<p>
Inherits QObject.
<p>
Inherited by KABPrinting::DetailledPrintStyle, and KABPrinting::MikesStyle.
<p>

<p>
<a href="classKABPrinting_1_1PrintStyle-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The class <a class="el" href="classKABPrinting_1_1PrintStyle.html" title="The class PrintStyle implements the abstract interface to the PrintingWizards style...">PrintStyle</a> implements the abstract interface to the PrintingWizards style objects. 
<p>
To implement a print style, derive from this class and read the information in <a class="el" href="printingwizard_8h-source.html">printingwizard.h</a> to see how this two pieces work together. Basically, the print style gets the contacts it is supposed to print from the <a class="el" href="classKABPrinting_1_1PrintingWizard.html" title="The PrintingWizard combines pages common for all print styles and those provided...">PrintingWizard</a> is will not change this set - neither its content nor its order. To register your new style in the printing wizard, you need to define a <a class="el" href="classKABPrinting_1_1PrintStyleFactory.html" title="The factories are used to have all object of the respective print style created in...">PrintStyleFactory</a> that handles how your objects are created and deleted. See the existing print styles for examples. A print style should have a preview image that gives the user a basic impression on how it will look. Add this image to the printing folder (right here :-), and edit Makefile.am to have it installed along with kaddressbook. Load it using setPreview(QString). Your print style is supposed to add its options as pages to the printing wizard. The method <a class="el" href="classKABPrinting_1_1PrintStyle.html#690d65f311f5273ab6dea150731d89e1" title="Return the wizard object.">wizard()</a> gives you a pointer to the wizard object. 
<p>Definition at line <a class="el" href="printstyle_8h-source.html#l00060">60</a> of file <a class="el" href="printstyle_8h-source.html">printstyle.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></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="ef5a5c8c7e6181bd90709bb8f1d84365"></a><!-- doxytag: member="KABPrinting::PrintStyle::PrintStyle" ref="ef5a5c8c7e6181bd90709bb8f1d84365" args="(PrintingWizard *parent, const char *name=0)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><b>PrintStyle</b> (<a class="el" href="classKABPrinting_1_1PrintingWizard.html">PrintingWizard</a> *parent, const char *name=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#0791546854c2feee2fbee88410107237">print</a> (const KABC::Addressee::List &amp;contacts, <a class="el" href="classKABPrinting_1_1PrintProgress.html">PrintProgress</a> *)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const QPixmap &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#766b4a1ca5958f3176dcf9d083b8c1e7">preview</a> ()</td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">KABC::Field *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#a3eadf1fa7d2f1487a5e0a56c9e7fa77">preferredSortField</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#057b5f7f3153101f6777977d50bc3acf">preferredSortType</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#f3ee5d0fe19140c74461ec522f69fae2">setPreview</a> (const QString &amp;fileName)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#e79aab7d4417c4a26f19b93672e85493">setPreview</a> (const QPixmap &amp;image)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#ffb8ea1f801c95ffeb05abd8dba1e0fc">setPreferredSortOptions</a> (KABC::Field *field, bool ascending=true)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKABPrinting_1_1PrintingWizard.html">PrintingWizard</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#690d65f311f5273ab6dea150731d89e1">wizard</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKABPrinting_1_1PrintStyle.html#c5c34684ff3c0f5201c7c505823e776a">addPage</a> (QWidget *page, const QString &amp;title)</td></tr>

</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="0791546854c2feee2fbee88410107237"></a><!-- doxytag: member="KABPrinting::PrintStyle::print" ref="0791546854c2feee2fbee88410107237" args="(const KABC::Addressee::List &amp;contacts, PrintProgress *)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KABPrinting::PrintStyle::print           </td>
          <td>(</td>
          <td class="paramtype">const KABC::Addressee::List &amp;&nbsp;</td>
          <td class="paramname"> <em>contacts</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKABPrinting_1_1PrintProgress.html">PrintProgress</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Reimplement this method to actually print. 
<p>

</div>
</div><p>
<a class="anchor" name="766b4a1ca5958f3176dcf9d083b8c1e7"></a><!-- doxytag: member="KABPrinting::PrintStyle::preview" ref="766b4a1ca5958f3176dcf9d083b8c1e7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const QPixmap &amp; PrintStyle::preview           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Reimplement this method to provide a preview of what will be printed. 
<p>
It returns an invalid QPixmap by default, resulting in a message that no preview is available. 
<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00044">44</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c49d6f5e8863c5c82093d1cfca2e2f61"></a><!-- doxytag: member="KABPrinting::PrintStyle::hidePages" ref="c49d6f5e8863c5c82093d1cfca2e2f61" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void PrintStyle::hidePages           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Hide all style specific pages in the wizard. 
<p>

<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00099">99</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="acd9cba19ec236ce10260cf7bbdb5c2e"></a><!-- doxytag: member="KABPrinting::PrintStyle::showPages" ref="acd9cba19ec236ce10260cf7bbdb5c2e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void PrintStyle::showPages           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Show all style specific pages in the wizard. 
<p>

<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00085">85</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a3eadf1fa7d2f1487a5e0a56c9e7fa77"></a><!-- doxytag: member="KABPrinting::PrintStyle::preferredSortField" ref="a3eadf1fa7d2f1487a5e0a56c9e7fa77" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KABC::Field * PrintStyle::preferredSortField           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the preferred sort criterion field. 
<p>

<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00111">111</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="057b5f7f3153101f6777977d50bc3acf"></a><!-- doxytag: member="KABPrinting::PrintStyle::preferredSortType" ref="057b5f7f3153101f6777977d50bc3acf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool PrintStyle::preferredSortType           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the preferred sort type. 
<p>
true = ascending false = descending 
<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00116">116</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f3ee5d0fe19140c74461ec522f69fae2"></a><!-- doxytag: member="KABPrinting::PrintStyle::setPreview" ref="f3ee5d0fe19140c74461ec522f69fae2" args="(const QString &amp;fileName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool PrintStyle::setPreview           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>fileName</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Load the preview image from the kaddressbook data directory. 
<p>
The image should be located in the subdirectory "printing". Give only the file name without any prefix as the parameter. 
<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00054">54</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="e79aab7d4417c4a26f19b93672e85493"></a><!-- doxytag: member="KABPrinting::PrintStyle::setPreview" ref="e79aab7d4417c4a26f19b93672e85493" args="(const QPixmap &amp;image)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void PrintStyle::setPreview           </td>
          <td>(</td>
          <td class="paramtype">const QPixmap &amp;&nbsp;</td>
          <td class="paramname"> <em>image</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the preview image. 
<p>

<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00049">49</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ffb8ea1f801c95ffeb05abd8dba1e0fc"></a><!-- doxytag: member="KABPrinting::PrintStyle::setPreferredSortOptions" ref="ffb8ea1f801c95ffeb05abd8dba1e0fc" args="(KABC::Field *field, bool ascending=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void PrintStyle::setPreferredSortOptions           </td>
          <td>(</td>
          <td class="paramtype">KABC::Field *&nbsp;</td>
          <td class="paramname"> <em>field</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>ascending</em> = <code>true</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set preferred sort options for this printing style. 
<p>

<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00105">105</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="690d65f311f5273ab6dea150731d89e1"></a><!-- doxytag: member="KABPrinting::PrintStyle::wizard" ref="690d65f311f5273ab6dea150731d89e1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKABPrinting_1_1PrintingWizard.html">PrintingWizard</a> * PrintStyle::wizard           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the wizard object. 
<p>

<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00072">72</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c5c34684ff3c0f5201c7c505823e776a"></a><!-- doxytag: member="KABPrinting::PrintStyle::addPage" ref="c5c34684ff3c0f5201c7c505823e776a" args="(QWidget *page, const QString &amp;title)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void PrintStyle::addPage           </td>
          <td>(</td>
          <td class="paramtype">QWidget *&nbsp;</td>
          <td class="paramname"> <em>page</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>title</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Add additional page to the wizard e.g. 
<p>
a configuration page for the style. 
<p>Definition at line <a class="el" href="printstyle_8cpp-source.html#l00077">77</a> of file <a class="el" href="printstyle_8cpp-source.html">printstyle.cpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="printstyle_8h-source.html">printstyle.h</a><li><a class="el" href="printstyle_8cpp-source.html">printstyle.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>