Sophie

Sophie

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

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


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

<p>
<a href="classKMFilterDlg-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The filter dialog. 
<p>
This is a non-modal dialog used to manage KMail's filters. It should only be called through KMFilterMgr::openDialog. The dialog consists of three main parts:<p>
<ul>
<li>The <a class="el" href="classKMFilterListBox.html" title="This is a complex widget that is used to manipulate KMail&#39;s filter list.">KMFilterListBox</a> in the left half allows the user to select a filter to be displayed using the widgets on the right half. It also has buttons to delete filters, add new ones, to rename them and to change their order (maybe you will be able to move the filters around by dragging later, and to optimise the filters by trying to apply them to all locally available <a class="el" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a> in turn and thus profiling which filters (and which rules of the search patterns) matches most often and sorting the filter/rules list according to the results, but I first want the basic functionality in place).</li>
</ul>
<ul>
<li>The <a class="el" href="classKMSearchPatternEdit.html" title="This widget is intended to be used in the filter configuration as well as in the...">KMSearchPatternEdit</a> in the upper-right quarter allows the user to modify the filter criteria.</li>
</ul>
<ul>
<li>The KMFilterActionEdit in the lower-right quarter allows the user to select the actions that will be executed for any message that matches the search pattern.</li>
</ul>
<ul>
<li>(tbi) There will be another widget that will allow the user to select to which folders the filter may be applied and whether it should be applied on outbound or inbound message transfers or both or none (meaning the filter is only applied when the user explicitly hits CTRL-J). I'm not sure whether there should be a per-folder filter list or a single list where you can select the names of folders this rule will be applied to.</li>
</ul>
Upon creating the dialog, a (deep) copy of the current filter list is made by <a class="el" href="classKMFilterListBox.html" title="This is a complex widget that is used to manipulate KMail&#39;s filter list.">KMFilterListBox</a>. The changed filters are local to <a class="el" href="classKMFilterListBox.html" title="This is a complex widget that is used to manipulate KMail&#39;s filter list.">KMFilterListBox</a> until the user clicks the 'Apply' button.<p>
NOTE: Though this dialog is non-modal, it completely ignores all the stuff that goes on behind the scenes with folders esp. folder creation, move and create. The widgets that depend on the filter list and the filters that use folders as parameters are not updated as you expect. I hope this will change sometime soon.<p>
<a class="el" href="classKMFilterDlg.html" title="The filter dialog.">KMFilterDlg</a> supports the creation of new filters through context menues, dubbed "rapid filters". Call KMFilterMgr::createFilter to use this. That call will be delivered to this dialog, which in turn delivers it to the <a class="el" href="classKMFilterListBox.html" title="This is a complex widget that is used to manipulate KMail&#39;s filter list.">KMFilterListBox</a>.<p>
If you change the (DocBook) anchor for the filter dialog help, make sure to change <code>const</code> <code>QString</code> <code>KMFilterDlgHelpAnchor</code> in <a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.cpp</a> accordingly.<p>
The filter dialog. <dl class="author" compact><dt><b>Author:</b></dt><dd>Marc Mutz &lt;<a href="mailto:Marc@Mutz.com">Marc@Mutz.com</a>&gt;, based upon work by Stefan Taferner &lt;<a href="mailto:taferner@kde.org">taferner@kde.org</a>&gt;. </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd>KMFilter KMFilterActionEdit <a class="el" href="classKMSearchPatternEdit.html" title="This widget is intended to be used in the filter configuration as well as in the...">KMSearchPatternEdit</a> <a class="el" href="classKMFilterListBox.html" title="This is a complex widget that is used to manipulate KMail&#39;s filter list.">KMFilterListBox</a> </dd></dl>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00333">333</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#82b6f2a4c3157a8cf1767ea92a3550ac">slotFilterSelected</a> (KMFilter *aFilter)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#cac4424702e4a2ecf5193754ad5978bb">slotActionChanged</a> (const KMPopFilterAction aAction)</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#4045bbe72a434c39c198fb4557705b8d">KMFilterDlg</a> (QWidget *parent=0, const char *name=0, bool popFilter=false, bool createDummyFilter=true)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#b240e61511e346ed480e7b66262791ad">createFilter</a> (const QCString &amp;field, const QString &amp;value)</td></tr>

<tr><td colspan="2"><br><h2>Protected Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d7d2dc38e1fa5bc011fc0277c51b0673"></a><!-- doxytag: member="KMFilterDlg::slotApplicabilityChanged" ref="d7d2dc38e1fa5bc011fc0277c51b0673" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>slotApplicabilityChanged</b> ()</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="32b2850f3c411cbac11d1cba39514e0f"></a><!-- doxytag: member="KMFilterDlg::slotStopProcessingButtonToggled" ref="32b2850f3c411cbac11d1cba39514e0f" args="(bool aChecked)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>slotStopProcessingButtonToggled</b> (bool aChecked)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="889883c649f7e44be8ec7a005f4de31f"></a><!-- doxytag: member="KMFilterDlg::slotConfigureShortcutButtonToggled" ref="889883c649f7e44be8ec7a005f4de31f" args="(bool aChecked)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>slotConfigureShortcutButtonToggled</b> (bool aChecked)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9905d80df31eab1c9dd10a7db073404f"></a><!-- doxytag: member="KMFilterDlg::slotCapturedShortcutChanged" ref="9905d80df31eab1c9dd10a7db073404f" args="(const KShortcut &amp;)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>slotCapturedShortcutChanged</b> (const KShortcut &amp;)</td></tr>

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

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

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

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

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

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

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

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

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

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKMFilterListBox.html">KMFilterListBox</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#bbbcef64fb2cbd90d11a4e62d809067d">mFilterList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKMSearchPatternEdit.html">KMSearchPatternEdit</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#cabd19947f14e439578a432238c2b8c5">mPatternEdit</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KMFilterActionWidgetLister *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#9d34b7e6c3e3a29b5458f8aacd0612b0">mActionLister</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KMPopFilterActionWidget *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#0e3572e187d4813202ab9de6272cbb2e">mActionGroup</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#c393b56755508cf74bf0c77478e13e7c">mApplyOnIn</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="26626811e0fb89174ce983cf6713fc44"></a><!-- doxytag: member="KMFilterDlg::mApplyOnOut" ref="26626811e0fb89174ce983cf6713fc44" args="" -->
QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mApplyOnOut</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2cb362f8832a8c778293a02e0de2ff32"></a><!-- doxytag: member="KMFilterDlg::mApplyOnCtrlJ" ref="2cb362f8832a8c778293a02e0de2ff32" args="" -->
QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mApplyOnCtrlJ</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QRadioButton *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#1862279aba44b3ea89519abbe123ca01">mApplyOnForAll</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6bead9d05b7c1876fe805eb7b69c504f"></a><!-- doxytag: member="KMFilterDlg::mApplyOnForTraditional" ref="6bead9d05b7c1876fe805eb7b69c504f" args="" -->
QRadioButton *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mApplyOnForTraditional</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7ae40342598f8a361564970c9e395794"></a><!-- doxytag: member="KMFilterDlg::mApplyOnForChecked" ref="7ae40342598f8a361564970c9e395794" args="" -->
QRadioButton *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mApplyOnForChecked</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KListView *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMFilterDlg.html#2b6ed0f991f88015e52a9447f4f2b81c">mAccountList</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cf2ebd19939bf99f45dd952ca3ca463b"></a><!-- doxytag: member="KMFilterDlg::mStopProcessingHere" ref="cf2ebd19939bf99f45dd952ca3ca463b" args="" -->
QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mStopProcessingHere</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="57cbf9b8f49c73a49f39745742c74cef"></a><!-- doxytag: member="KMFilterDlg::mConfigureShortcut" ref="57cbf9b8f49c73a49f39745742c74cef" args="" -->
QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mConfigureShortcut</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7190f51b09197abca0a08780a8b33175"></a><!-- doxytag: member="KMFilterDlg::mConfigureToolbar" ref="7190f51b09197abca0a08780a8b33175" args="" -->
QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mConfigureToolbar</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5536448e227362d5f998ab5e7a32d433"></a><!-- doxytag: member="KMFilterDlg::mFilterActionLabel" ref="5536448e227362d5f998ab5e7a32d433" args="" -->
QLabel *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mFilterActionLabel</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5ae005a7414f4071208c428b194105fb"></a><!-- doxytag: member="KMFilterDlg::mFilterActionIconButton" ref="5ae005a7414f4071208c428b194105fb" args="" -->
KIconButton *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mFilterActionIconButton</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="90da3eb0ce4a68edf62fbf6ed69a274e"></a><!-- doxytag: member="KMFilterDlg::mKeyButton" ref="90da3eb0ce4a68edf62fbf6ed69a274e" args="" -->
KKeyButton *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mKeyButton</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="10ed733945b9c020cf14bf59da007488"></a><!-- doxytag: member="KMFilterDlg::mAdvOptsGroup" ref="10ed733945b9c020cf14bf59da007488" args="" -->
QGroupBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mAdvOptsGroup</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c465d1229f65003c58328a9df0fa9538"></a><!-- doxytag: member="KMFilterDlg::mGlobalsBox" ref="c465d1229f65003c58328a9df0fa9538" args="" -->
QVGroupBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mGlobalsBox</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3723c80c2762bdc3ed14d1b85917c792"></a><!-- doxytag: member="KMFilterDlg::mShowLaterBtn" ref="3723c80c2762bdc3ed14d1b85917c792" args="" -->
QCheckBox *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mShowLaterBtn</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="704142f85799f98d3b9f21cb4435b870"></a><!-- doxytag: member="KMFilterDlg::mFilter" ref="704142f85799f98d3b9f21cb4435b870" args="" -->
KMFilter *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mFilter</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="60481af4dc320b35e7ca8bf2cf79d525"></a><!-- doxytag: member="KMFilterDlg::bPopFilter" ref="60481af4dc320b35e7ca8bf2cf79d525" args="" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>bPopFilter</b></td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="4045bbe72a434c39c198fb4557705b8d"></a><!-- doxytag: member="KMFilterDlg::KMFilterDlg" ref="4045bbe72a434c39c198fb4557705b8d" args="(QWidget *parent=0, const char *name=0, bool popFilter=false, bool createDummyFilter=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KMFilterDlg::KMFilterDlg           </td>
          <td>(</td>
          <td class="paramtype">QWidget *&nbsp;</td>
          <td class="paramname"> <em>parent</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>popFilter</em> = <code>false</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>createDummyFilter</em> = <code>true</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create the filter dialog. 
<p>
The only class which should be able to do this is KMFilterMgr. This ensures that there is only a single filter dialog 
<p>Definition at line <a class="el" href="kmfilterdlg_8cpp-source.html#l00127">127</a> of file <a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="b240e61511e346ed480e7b66262791ad"></a><!-- doxytag: member="KMFilterDlg::createFilter" ref="b240e61511e346ed480e7b66262791ad" args="(const QCString &amp;field, const QString &amp;value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMFilterDlg::createFilter           </td>
          <td>(</td>
          <td class="paramtype">const QCString &amp;&nbsp;</td>
          <td class="paramname"> <em>field</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>value</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Called from KMFilterMgr. 
<p>
Creates a new filter and presets the first rule with "field equals value". Internally forwarded to <a class="el" href="classKMFilterListBox.html#5e7234e20de21dc47c5c4e7916bb1ee5" title="Called from KMFilterDlg.">KMFilterListBox::createFilter</a>. You should instead call KMFilterMgr::createFilter. 
<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00347">347</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="82b6f2a4c3157a8cf1767ea92a3550ac"></a><!-- doxytag: member="KMFilterDlg::slotFilterSelected" ref="82b6f2a4c3157a8cf1767ea92a3550ac" args="(KMFilter *aFilter)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMFilterDlg::slotFilterSelected           </td>
          <td>(</td>
          <td class="paramtype">KMFilter *&nbsp;</td>
          <td class="paramname"> <em>aFilter</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [slot]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Internally connected to <a class="el" href="classKMFilterListBox.html#be9ebad55595ea9a4b8c79ee369d8f73" title="Emitted when a new filter has been selected by the user or if the current filter...">KMFilterListBox::filterSelected</a>. 
<p>
Just does a simple check and then calls <a class="el" href="classKMSearchPatternEdit.html#796c8e566eec7b18e589ce65db253619" title="Set the search pattern.">KMSearchPatternEdit::setSearchPattern</a> and KMFilterActionEdit::setActionList. 
<p>Definition at line <a class="el" href="kmfilterdlg_8cpp-source.html#l00365">365</a> of file <a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cac4424702e4a2ecf5193754ad5978bb"></a><!-- doxytag: member="KMFilterDlg::slotActionChanged" ref="cac4424702e4a2ecf5193754ad5978bb" args="(const KMPopFilterAction aAction)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMFilterDlg::slotActionChanged           </td>
          <td>(</td>
          <td class="paramtype">const KMPopFilterAction&nbsp;</td>
          <td class="paramname"> <em>aAction</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [slot]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Action for popFilter. 
<p>
Set action of popFilter. 
<p>Definition at line <a class="el" href="kmfilterdlg_8cpp-source.html#l00360">360</a> of file <a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a39df1feca77e42c2a6b5e56508e21c6"></a><!-- doxytag: member="KMFilterDlg::slotImportFilters" ref="a39df1feca77e42c2a6b5e56508e21c6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMFilterDlg::slotImportFilters           </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 when a user clicks the import filters button. 
<p>
Pops up a dialog asking the user which file to import from and which of the filters in that file to import. 
<p>Definition at line <a class="el" href="kmfilterdlg_8cpp-source.html#l01330">1330</a> of file <a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="67f786f22570ab7724032631c9950b89"></a><!-- doxytag: member="KMFilterDlg::slotExportFilters" ref="67f786f22570ab7724032631c9950b89" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMFilterDlg::slotExportFilters           </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 when a user clicks the export filters button. 
<p>
Pops up a dialog asking the user which filters to export and which file to export to. 
<p>Definition at line <a class="el" href="kmfilterdlg_8cpp-source.html#l01344">1344</a> of file <a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="bbbcef64fb2cbd90d11a4e62d809067d"></a><!-- doxytag: member="KMFilterDlg::mFilterList" ref="bbbcef64fb2cbd90d11a4e62d809067d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKMFilterListBox.html">KMFilterListBox</a>* <a class="el" href="classKMFilterDlg.html#bbbcef64fb2cbd90d11a4e62d809067d">KMFilterDlg::mFilterList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The widget that contains the ListBox showing the filters, and the controls to remove filters, add new ones and to change their order. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00390">390</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="cabd19947f14e439578a432238c2b8c5"></a><!-- doxytag: member="KMFilterDlg::mPatternEdit" ref="cabd19947f14e439578a432238c2b8c5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKMSearchPatternEdit.html">KMSearchPatternEdit</a>* <a class="el" href="classKMFilterDlg.html#cabd19947f14e439578a432238c2b8c5">KMFilterDlg::mPatternEdit</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The widget that allows editing of the filter pattern. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00392">392</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="9d34b7e6c3e3a29b5458f8aacd0612b0"></a><!-- doxytag: member="KMFilterDlg::mActionLister" ref="9d34b7e6c3e3a29b5458f8aacd0612b0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KMFilterActionWidgetLister* <a class="el" href="classKMFilterDlg.html#9d34b7e6c3e3a29b5458f8aacd0612b0">KMFilterDlg::mActionLister</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The widget that allows editing of the filter actions. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00394">394</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0e3572e187d4813202ab9de6272cbb2e"></a><!-- doxytag: member="KMFilterDlg::mActionGroup" ref="0e3572e187d4813202ab9de6272cbb2e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KMPopFilterActionWidget* <a class="el" href="classKMFilterDlg.html#0e3572e187d4813202ab9de6272cbb2e">KMFilterDlg::mActionGroup</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The widget that allows editing the popFilter actions. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00396">396</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c393b56755508cf74bf0c77478e13e7c"></a><!-- doxytag: member="KMFilterDlg::mApplyOnIn" ref="c393b56755508cf74bf0c77478e13e7c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QCheckBox* <a class="el" href="classKMFilterDlg.html#c393b56755508cf74bf0c77478e13e7c">KMFilterDlg::mApplyOnIn</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Lets the user select whether to apply this filter on inbound/outbound messages, both, or only on explicit CTRL-J. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00399">399</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="1862279aba44b3ea89519abbe123ca01"></a><!-- doxytag: member="KMFilterDlg::mApplyOnForAll" ref="1862279aba44b3ea89519abbe123ca01" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QRadioButton* <a class="el" href="classKMFilterDlg.html#1862279aba44b3ea89519abbe123ca01">KMFilterDlg::mApplyOnForAll</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
For a filter applied to inbound messages selects whether to apply this filter to all accounts or to selected accounts only. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00402">402</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2b6ed0f991f88015e52a9447f4f2b81c"></a><!-- doxytag: member="KMFilterDlg::mAccountList" ref="2b6ed0f991f88015e52a9447f4f2b81c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KListView* <a class="el" href="classKMFilterDlg.html#2b6ed0f991f88015e52a9447f4f2b81c">KMFilterDlg::mAccountList</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
ListView that shows the accounts in the advanced tab. 
<p>

<p>Definition at line <a class="el" href="kmfilterdlg_8h-source.html#l00404">404</a> of file <a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="kmfilterdlg_8h-source.html">kmfilterdlg.h</a><li><a class="el" href="kmfilterdlg_8cpp-source.html">kmfilterdlg.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>kmail</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><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="classAccountUpdater.html">accountupdater</option>,  <option value="classAttachmentModifyCommand.html">attachmentmodifycommand</option>,  <option value="classFolderStorage.html">folderstorage</option>,  <option value="classKCursorSaver.html">kcursorsaver</option>,  <option value="classKleo_1_1KeyResolver.html">kleo::keyresolver</option>,  <option value="classKListViewIndexedSearchLine.html">klistviewindexedsearchline</option>,  <option value="classKMAcctFolder.html">kmacctfolder</option>,  <option value="classKMAcctSelDlg.html">kmacctseldlg</option>,  <option value="classKMail_1_1AccountComboBox.html">kmail::accountcombobox</option>,  <option value="classKMail_1_1AccountManager.html">kmail::accountmanager</option>,  <option value="classKMail_1_1ACLEntryDialog.html">kmail::aclentrydialog</option>,  <option value="classKMail_1_1ACLJobs_1_1DeleteACLJob.html">kmail::acljobs::deleteacljob</option>,  <option value="classKMail_1_1ACLJobs_1_1GetACLJob.html">kmail::acljobs::getacljob</option>,  <option value="classKMail_1_1ACLJobs_1_1GetUserRightsJob.html">kmail::acljobs::getuserrightsjob</option>,  <option value="classKMail_1_1ACLJobs_1_1MultiSetACLJob.html">kmail::acljobs::multisetacljob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1GetAnnotationJob.html">kmail::annotationjobs::getannotationjob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1MultiGetAnnotationJob.html">kmail::annotationjobs::multigetannotationjob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1MultiSetAnnotationJob.html">kmail::annotationjobs::multisetannotationjob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1MultiUrlGetAnnotationJob.html">kmail::annotationjobs::multiurlgetannotationjob</option>,  <option value="classKMail_1_1AntiSpamConfig.html">kmail::antispamconfig</option>,  <option value="classKMail_1_1AntiSpamWizard.html">kmail::antispamwizard</option>,  <option value="classKMail_1_1AntiSpamWizard_1_1ConfigReader.html">kmail::antispamwizard::configreader</option>,  <option value="classKMail_1_1AntiSpamWizard_1_1SpamToolConfig.html">kmail::antispamwizard::spamtoolconfig</option>,  <option value="classKMail_1_1Callback.html">kmail::callback</option>,  <option value="classKMail_1_1CopyFolderJob.html">kmail::copyfolderjob</option>,  <option value="classKMail_1_1DictionaryComboBox.html">kmail::dictionarycombobox</option>,  <option value="classKMail_1_1EditorWatcher.html">kmail::editorwatcher</option>,  <option value="classKMail_1_1FilterImporterExporter.html">kmail::filterimporterexporter</option>,  <option value="classKMail_1_1FilterLog.html">kmail::filterlog</option>,  <option value="classKMail_1_1FilterLogDialog.html">kmail::filterlogdialog</option>,  <option value="classKMail_1_1FolderDiaACLTab.html">kmail::folderdiaacltab</option>,  <option value="classKMail_1_1FolderDiaGeneralTab.html">kmail::folderdiageneraltab</option>,  <option value="classKMail_1_1FolderDiaQuotaTab.html">kmail::folderdiaquotatab</option>,  <option value="classKMail_1_1FolderDiaTab.html">kmail::folderdiatab</option>,  <option value="classKMail_1_1FolderDiaTemplatesTab.html">kmail::folderdiatemplatestab</option>,  <option value="classKMail_1_1FolderRequester.html">kmail::folderrequester</option>,  <option value="classKMail_1_1HeaderItem.html">kmail::headeritem</option>,  <option value="classKMail_1_1HeaderStyle.html">kmail::headerstyle</option>,  <option value="classKMail_1_1HtmlStatusBar.html">kmail::htmlstatusbar</option>,  <option value="classKMail_1_1HtmlWriter.html">kmail::htmlwriter</option>,  <option value="classKMail_1_1IdentityDrag.html">kmail::identitydrag</option>,  <option value="classKMail_1_1IdentityListView.html">kmail::identitylistview</option>,  <option value="classKMail_1_1IdentityListViewItem.html">kmail::identitylistviewitem</option>,  <option value="classKMail_1_1Interface_1_1BodyPart.html">kmail::interface::bodypart</option>,  <option value="classKMail_1_1Interface_1_1BodyPartFormatterPlugin.html">kmail::interface::bodypartformatterplugin</option>,  <option value="classKMail_1_1Interface_1_1BodyPartMemento.html">kmail::interface::bodypartmemento</option>,  <option value="classKMail_1_1Interface_1_1BodyPartURLHandler.html">kmail::interface::bodyparturlhandler</option>,  <option value="classKMail_1_1Interface_1_1Observable.html">kmail::interface::observable</option>,  <option value="classKMail_1_1Interface_1_1Observer.html">kmail::interface::observer</option>,  <option value="classKMail_1_1JobScheduler.html">kmail::jobscheduler</option>,  <option value="classKMail_1_1ListJob.html">kmail::listjob</option>,  <option value="classKMail_1_1MaildirCompactionJob.html">kmail::maildircompactionjob</option>,  <option value="classKMail_1_1MailingList.html">kmail::mailinglist</option>,  <option value="classKMail_1_1MboxCompactionJob.html">kmail::mboxcompactionjob</option>,  <option value="classKMail_1_1MessageActions.html">kmail::messageactions</option>,  <option value="classKMail_1_1MessageCopyHelper.html">kmail::messagecopyhelper</option>,  <option value="classKMail_1_1PartNodeBodyPart.html">kmail::partnodebodypart</option>,  <option value="classKMail_1_1PopAccount.html">kmail::popaccount</option>,  <option value="classKMail_1_1QuotaJobs_1_1GetQuotarootJob.html">kmail::quotajobs::getquotarootjob</option>,  <option value="classKMail_1_1QuotaJobs_1_1GetStorageQuotaJob.html">kmail::quotajobs::getstoragequotajob</option>,  <option value="classKMail_1_1RedirectDialog.html">kmail::redirectdialog</option>,  <option value="classKMail_1_1RenameJob.html">kmail::renamejob</option>,  <option value="classKMail_1_1RuleWidgetHandler.html">kmail::rulewidgethandler</option>,  <option value="classKMail_1_1RuleWidgetHandlerManager.html">kmail::rulewidgethandlermanager</option>,  <option value="classKMail_1_1ScheduledCompactionTask.html">kmail::scheduledcompactiontask</option>,  <option value="classKMail_1_1ScheduledExpireTask.html">kmail::scheduledexpiretask</option>,  <option value="classKMail_1_1ScheduledJob.html">kmail::scheduledjob</option>,  <option value="classKMail_1_1ScheduledTask.html">kmail::scheduledtask</option>,  <option value="classKMail_1_1SearchJob.html">kmail::searchjob</option>,  <option value="classKMail_1_1SearchWindow.html">kmail::searchwindow</option>,  <option value="classKMail_1_1SecondaryWindow.html">kmail::secondarywindow</option>,  <option value="classKMail_1_1SieveDebugDialog.html">kmail::sievedebugdialog</option>,  <option value="classKMail_1_1SortCacheItem.html">kmail::sortcacheitem</option>,  <option value="classKMail_1_1SpamHeaderAnalyzer.html">kmail::spamheaderanalyzer</option>,  <option value="classKMail_1_1SpamScore.html">kmail::spamscore</option>,  <option value="classKMail_1_1TeeHtmlWriter.html">kmail::teehtmlwriter</option>,  <option value="classKMail_1_1TransportManager.html">kmail::transportmanager</option>,  <option value="classKMail_1_1UndoInfo.html">kmail::undoinfo</option>,  <option value="classKMail_1_1URLHandler.html">kmail::urlhandler</option>,  <option value="classKMail_1_1URLHandlerManager.html">kmail::urlhandlermanager</option>,  <option value="classKMail_1_1Util_1_1LaterDeleter.html">kmail::util::laterdeleter</option>,  <option value="classKMailICalIfaceImpl.html">kmailicalifaceimpl</option>,  <option value="classKMailIface.html">kmailiface</option>,  <option value="classKMDict.html">kmdict</option>,  <option value="classKMDictItem.html">kmdictitem</option>,  <option value="classKMFilterAction.html">kmfilteraction</option>,  <option value="classKMFilterActionDict.html">kmfilteractiondict</option>,  <option value="classKMFilterActionWidget.html">kmfilteractionwidget</option>,  <option value="classKMFilterActionWithAddress.html">kmfilteractionwithaddress</option>,  <option value="classKMFilterActionWithFolder.html">kmfilteractionwithfolder</option>,  <option value="classKMFilterActionWithNone.html">kmfilteractionwithnone</option>,  <option value="classKMFilterActionWithString.html">kmfilteractionwithstring</option>,  <option value="classKMFilterActionWithStringList.html">kmfilteractionwithstringlist</option>,  <option value="classKMFilterActionWithUOID.html">kmfilteractionwithuoid</option>,  <option value="classKMFilterActionWithUrl.html">kmfilteractionwithurl</option>,  <option value="classKMFilterDlg.html">kmfilterdlg</option>,  <option value="classKMFilterListBox.html">kmfilterlistbox</option>,  <option value="classKMFolder.html">kmfolder</option>,  <option value="classKMFolderDialog.html">kmfolderdialog</option>,  <option value="classKMFolderDir.html">kmfolderdir</option>,  <option value="classKMFolderIndex.html">kmfolderindex</option>,  <option value="classKMFolderOpener.html">kmfolderopener</option>,  <option value="classKMHeaders.html">kmheaders</option>,  <option value="classKMKernel.html">kmkernel</option>,  <option value="classKMMenuCommand.html">kmmenucommand</option>,  <option value="classKMMessage.html">kmmessage</option>,  <option value="classKMMsgDict.html">kmmsgdict</option>,  <option value="classKMMsgList.html">kmmsglist</option>,  <option value="classKMMsgPartDialog.html">kmmsgpartdialog</option>,  <option value="classKMMsgPartDialogCompat.html">kmmsgpartdialogcompat</option>,  <option value="classKMPopHeadersView.html">kmpopheadersview</option>,  <option value="classKMReaderWin.html">kmreaderwin</option>,  <option value="classKMSearchPattern.html">kmsearchpattern</option>,  <option value="classKMSearchPatternEdit.html">kmsearchpatternedit</option>,  <option value="classKMSearchRule.html">kmsearchrule</option>,  <option value="classKMSearchRuleNumerical.html">kmsearchrulenumerical</option>,  <option value="classKMSearchRuleStatus.html">kmsearchrulestatus</option>,  <option value="classKMSearchRuleString.html">kmsearchrulestring</option>,  <option value="classKMSearchRuleWidget.html">kmsearchrulewidget</option>,  <option value="classKMSystemTray.html">kmsystemtray</option>,  <option value="classMailComposerIface.html">mailcomposeriface</option>,  <option value="classScalix_1_1FolderAttributeParser.html">scalix::folderattributeparser</option>,  <option value="classSnippetConfig.html">snippetconfig</option>,  <option value="classSnippetGroup.html">snippetgroup</option>,  <option value="classSnippetItem.html">snippetitem</option>,  <option value="classSnippetSettings.html">snippetsettings</option>,  <option value="classSnippetWidget.html">snippetwidget</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>