Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > f89abdeb016114b348a5c554d8214329 > files > 7386

kdelibs-apidocs-3.5.4-30.el5.centos.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>kio/kfile: KFileTreeView Class Reference (kio/kfile)</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" />



</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>

  <div id="nav_header_title" align="left">KDE 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_right" style="text-align: left;">
/ <a href="../../..">API Reference</a>
 / <a href="../../html/index.html">kio</a> / <a href=".">kfile</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;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.4.7 -->
<h1>KFileTreeView Class Reference</h1><!-- doxytag: class="KFileTreeView" --><!-- doxytag: inherits="KListView" --><code>#include &lt;<a class="el" href="kfiletreeview_8h-source.html">kfiletreeview.h</a>&gt;</code>
<p>
<a href="classKFileTreeView-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
The filetreeview offers a treeview on the file system which behaves like a QTreeView showing files and/or directories in the file system. 
<p>
<a class="el" href="classKFileTreeView.html">KFileTreeView</a> is able to handle more than one URL, represented by <a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a>.<p>
Typical usage: 1. create a <a class="el" href="classKFileTreeView.html">KFileTreeView</a> fitting in your layout and add columns to it 2. call addBranch to create one or more branches 3. retrieve the root item with <a class="el" href="classKFileTreeBranch.html#73759bb9ece97dc0da37dde17995b035">KFileTreeBranch::root()</a> and set it open if desired. That starts the listing. 
<p>

<p>
Definition at line <a class="el" href="kfiletreeview_8h-source.html#l00066">66</a> of file <a class="el" href="kfiletreeview_8h-source.html">kfiletreeview.h</a>.<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">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#8f9b8166fd8303c8819a982c56dd4f6b">setShowFolderOpenPixmap</a> (bool showIt=true)</td></tr>

<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="52465e72509589a1f27f5fa5f13121a1"></a><!-- doxytag: member="KFileTreeView::onItem" ref="52465e72509589a1f27f5fa5f13121a1" args="(const QString &amp;)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>onItem</b> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="570cf2d3fb8bad2972bbcc70a3ea9c69"></a><!-- doxytag: member="KFileTreeView::dropped" ref="570cf2d3fb8bad2972bbcc70a3ea9c69" args="(QWidget *, QDropEvent *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="elRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *, <a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="86cbd94103f90e74b071c7305a636bf7"></a><!-- doxytag: member="KFileTreeView::dropped" ref="86cbd94103f90e74b071c7305a636bf7" args="(QWidget *, QDropEvent *, KURL::List &amp;)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="elRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *, <a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *, KURL::List &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e2a4a24e00e104b20dffe0e6072222ce"></a><!-- doxytag: member="KFileTreeView::dropped" ref="e2a4a24e00e104b20dffe0e6072222ce" args="(KURL::List &amp;, KURL &amp;)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (KURL::List &amp;, KURL &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cc938e15df852aedf7122bc7ac4e399b"></a><!-- doxytag: member="KFileTreeView::dropped" ref="cc938e15df852aedf7122bc7ac4e399b" args="(QWidget *, QDropEvent *, KURL::List &amp;, KURL &amp;)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="elRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *, <a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *, KURL::List &amp;, KURL &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4e051f00dcb0342b7059b91ce5fdc7d8"></a><!-- doxytag: member="KFileTreeView::dropped" ref="4e051f00dcb0342b7059b91ce5fdc7d8" args="(QDropEvent *, QListViewItem *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *, <a class="elRef" doxygen="qt.tag:" href="qlistviewitem.html">QListViewItem</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="444c832a6cf8f353b897f31bcc32397c"></a><!-- doxytag: member="KFileTreeView::dropped" ref="444c832a6cf8f353b897f31bcc32397c" args="(KFileTreeView *, QDropEvent *, QListViewItem *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="el" href="classKFileTreeView.html">KFileTreeView</a> *, <a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *, <a class="elRef" doxygen="qt.tag:" href="qlistviewitem.html">QListViewItem</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5a8f874e811347c81f35d1cc4600f946"></a><!-- doxytag: member="KFileTreeView::dropped" ref="5a8f874e811347c81f35d1cc4600f946" args="(QDropEvent *, QListViewItem *, QListViewItem *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *, <a class="elRef" doxygen="qt.tag:" href="qlistviewitem.html">QListViewItem</a> *, <a class="elRef" doxygen="qt.tag:" href="qlistviewitem.html">QListViewItem</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="61a4322b11062e11dc90c1d44792d9c2"></a><!-- doxytag: member="KFileTreeView::dropped" ref="61a4322b11062e11dc90c1d44792d9c2" args="(KFileTreeView *, QDropEvent *, QListViewItem *, QListViewItem *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dropped</b> (<a class="el" href="classKFileTreeView.html">KFileTreeView</a> *, <a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *, <a class="elRef" doxygen="qt.tag:" href="qlistviewitem.html">QListViewItem</a> *, <a class="elRef" doxygen="qt.tag:" href="qlistviewitem.html">QListViewItem</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="0fe969a4dfba221a917b094e43abe170"></a><!-- doxytag: member="KFileTreeView::KFileTreeView" ref="0fe969a4dfba221a917b094e43abe170" args="(QWidget *parent, const char *name=0)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#0fe969a4dfba221a917b094e43abe170">KFileTreeView</a> (<a class="elRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *parent, const char *name=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4a062cdf4313a7aa63a7e349d4a95524"></a><!-- doxytag: member="KFileTreeView::~KFileTreeView" ref="4a062cdf4313a7aa63a7e349d4a95524" args="()" -->
virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#4a062cdf4313a7aa63a7e349d4a95524">~KFileTreeView</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#3386dc3e72fa4c5a892cafd0a1da76f2">currentKFileTreeViewItem</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KURL&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#e4f3f4f54f07fb15efca232b83a8afa0">currentURL</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#80d372b7efc25d75ecb00bed8cc5e0ae">addBranch</a> (const KURL &amp;path, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;name, bool showHidden=false)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#79240fae55f3f058d06cde541a898cf2">addBranch</a> (const KURL &amp;path, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;name, const <a class="elRef" doxygen="qt.tag:" href="qpixmap.html">QPixmap</a> &amp;pix, bool showHidden=false)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#4ef36d6e2c20699c1818c228ea8090a2">addBranch</a> (<a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#5c4b817643e6c4729c9e6c38ddd8c19a">removeBranch</a> (<a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *branch)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#4cefb8c598fb98be0a60b316aa81fd6c">branch</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;searchName)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qptrlist.html">KFileTreeBranchList</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#b969cf2c71b37aea90e05c17be76e791">branches</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#40ed3017683e3f9042db51987d829b12">setDirOnlyMode</a> (<a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *branch, bool)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#3c9c0aa894a24240bf2ced71299cffb1">findItem</a> (<a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *brnch, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;relUrl)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#0d6f9edb4561d1d0c18d48db7217da9c">findItem</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;branchName, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;relUrl)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#37db11ee83852174d6266fb58a9b9a80">showFolderOpenPixmap</a> () const </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="9dda419b91006ae1293d82a32b4dab32"></a><!-- doxytag: member="KFileTreeView::slotNewTreeViewItems" ref="9dda419b91006ae1293d82a32b4dab32" args="(KFileTreeBranch *, const KFileTreeViewItemList &amp;)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#9dda419b91006ae1293d82a32b4dab32">slotNewTreeViewItems</a> (<a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *, const <a class="elRef" doxygen="qt.tag:" href="qptrlist.html">KFileTreeViewItemList</a> &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bc5595b2c4dbec538350e88fbae3525d"></a><!-- doxytag: member="KFileTreeView::slotSetNextUrlToSelect" ref="bc5595b2c4dbec538350e88fbae3525d" args="(const KURL &amp;url)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#bc5595b2c4dbec538350e88fbae3525d">slotSetNextUrlToSelect</a> (const KURL &amp;url)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b26957ac7505057ec736a4ba0ec8ae5"></a><!-- doxytag: member="KFileTreeView::itemIcon" ref="7b26957ac7505057ec736a4ba0ec8ae5" args="(KFileTreeViewItem *, int gap=0) const " -->
virtual <a class="elRef" doxygen="qt.tag:" href="qpixmap.html">QPixmap</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#7b26957ac7505057ec736a4ba0ec8ae5">itemIcon</a> (<a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> *, int gap=0) const </td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#64874ce55ef26a01c6e56fd0de637c18">acceptDrag</a> (<a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *event) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b47e37aba2ae369b771ce682e8e7c1a"></a><!-- doxytag: member="KFileTreeView::dragObject" ref="7b47e37aba2ae369b771ce682e8e7c1a" args="()" -->
virtual <a class="elRef" doxygen="qt.tag:" href="qdragobject.html">QDragObject</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#7b47e37aba2ae369b771ce682e8e7c1a">dragObject</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3c76e47ed2fc1ad76f0dec14a0b2f6f6"></a><!-- doxytag: member="KFileTreeView::startAnimation" ref="3c76e47ed2fc1ad76f0dec14a0b2f6f6" args="(KFileTreeViewItem *item, const char *iconBaseName=&quot;kde&quot;, uint iconCount=6)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#3c76e47ed2fc1ad76f0dec14a0b2f6f6">startAnimation</a> (<a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> *item, const char *iconBaseName=&quot;kde&quot;, uint iconCount=6)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="791aa0f3f4ad7002c62e4c9f8b2dff26"></a><!-- doxytag: member="KFileTreeView::stopAnimation" ref="791aa0f3f4ad7002c62e4c9f8b2dff26" args="(KFileTreeViewItem *item)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#791aa0f3f4ad7002c62e4c9f8b2dff26">stopAnimation</a> (<a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> *item)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="443fe7e0788f5019ab64916c229538e3"></a><!-- doxytag: member="KFileTreeView::contentsDragEnterEvent" ref="443fe7e0788f5019ab64916c229538e3" args="(QDragEnterEvent *e)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#443fe7e0788f5019ab64916c229538e3">contentsDragEnterEvent</a> (<a class="elRef" doxygen="qt.tag:" href="qdragenterevent.html">QDragEnterEvent</a> *e)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4458e470db2675997d8a6ed013660244"></a><!-- doxytag: member="KFileTreeView::contentsDragMoveEvent" ref="4458e470db2675997d8a6ed013660244" args="(QDragMoveEvent *e)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#4458e470db2675997d8a6ed013660244">contentsDragMoveEvent</a> (<a class="elRef" doxygen="qt.tag:" href="qdragmoveevent.html">QDragMoveEvent</a> *e)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b064213472b3903baf39666bffe3f254"></a><!-- doxytag: member="KFileTreeView::contentsDragLeaveEvent" ref="b064213472b3903baf39666bffe3f254" args="(QDragLeaveEvent *e)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#b064213472b3903baf39666bffe3f254">contentsDragLeaveEvent</a> (<a class="elRef" doxygen="qt.tag:" href="qdragleaveevent.html">QDragLeaveEvent</a> *e)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e27db65cb601d6aa0fe35b75d845f3c5"></a><!-- doxytag: member="KFileTreeView::contentsDropEvent" ref="e27db65cb601d6aa0fe35b75d845f3c5" args="(QDropEvent *ev)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#e27db65cb601d6aa0fe35b75d845f3c5">contentsDropEvent</a> (<a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *ev)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f875f3e8df067e72aab1ed4dc7350b08"></a><!-- doxytag: member="KFileTreeView::virtual_hook" ref="f875f3e8df067e72aab1ed4dc7350b08" args="(int id, void *data)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#f875f3e8df067e72aab1ed4dc7350b08">virtual_hook</a> (int id, void *data)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="68ddb1037a3cfa39c2a3f43eedf355f8"></a><!-- doxytag: member="KFileTreeView::m_nextUrlToSelect" ref="68ddb1037a3cfa39c2a3f43eedf355f8" args="" -->
KURL&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFileTreeView.html#68ddb1037a3cfa39c2a3f43eedf355f8">m_nextUrlToSelect</a></td></tr>

</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="64874ce55ef26a01c6e56fd0de637c18"></a><!-- doxytag: member="KFileTreeView::acceptDrag" ref="64874ce55ef26a01c6e56fd0de637c18" args="(QDropEvent *event) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KFileTreeView::acceptDrag           </td>
          <td>(</td>
          <td class="paramtype"><a class="elRef" doxygen="qt.tag:" href="qdropevent.html">QDropEvent</a> *&nbsp;</td>
          <td class="paramname"> <em>event</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>true if we can decode the drag and support the action </dd></dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00228">228</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="4ef36d6e2c20699c1818c228ea8090a2"></a><!-- doxytag: member="KFileTreeView::addBranch" ref="4ef36d6e2c20699c1818c228ea8090a2" args="(KFileTreeBranch *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> * KFileTreeView::addBranch           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
same as the function above but letting the user create the branch. 
<p>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00376">376</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="79240fae55f3f058d06cde541a898cf2"></a><!-- doxytag: member="KFileTreeView::addBranch" ref="79240fae55f3f058d06cde541a898cf2" args="(const KURL &amp;path, const QString &amp;name, const QPixmap &amp;pix, bool showHidden=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> * KFileTreeView::addBranch           </td>
          <td>(</td>
          <td class="paramtype">const KURL &amp;&nbsp;</td>
          <td class="paramname"> <em>path</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qpixmap.html">QPixmap</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>pix</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>showHidden</em> = <code>false</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
same as the function above but with a pixmap to set for the branch. 
<p>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00365">365</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="80d372b7efc25d75ecb00bed8cc5e0ae"></a><!-- doxytag: member="KFileTreeView::addBranch" ref="80d372b7efc25d75ecb00bed8cc5e0ae" args="(const KURL &amp;path, const QString &amp;name, bool showHidden=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> * KFileTreeView::addBranch           </td>
          <td>(</td>
          <td class="paramtype">const KURL &amp;&nbsp;</td>
          <td class="paramname"> <em>path</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>showHidden</em> = <code>false</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>
Adds a branch to the treeview item. 
<p>
This high-level function creates the branch, adds it to the treeview and connects some signals. Note that directory listing does not start until a branch is expanded either by opening the root item by user or by setOpen on the root item.<p>
<dl compact><dt><b>Returns:</b></dt><dd>a pointer to the new branch or zero </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>path</em>&nbsp;</td><td>is the base url of the branch </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>is the name of the branch, which will be the text for column 0 </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>showHidden</em>&nbsp;</td><td>says if hidden files and directories should be visible </td></tr>
  </table>
</dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00357">357</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="4cefb8c598fb98be0a60b316aa81fd6c"></a><!-- doxytag: member="KFileTreeView::branch" ref="4cefb8c598fb98be0a60b316aa81fd6c" args="(const QString &amp;searchName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> * KFileTreeView::branch           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>searchName</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>a pointer to the <a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> in the <a class="el" href="classKFileTreeView.html">KFileTreeView</a> or zero on failure. </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>searchName</em>&nbsp;</td><td>is the name of a branch </td></tr>
  </table>
</dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00390">390</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="b969cf2c71b37aea90e05c17be76e791"></a><!-- doxytag: member="KFileTreeView::branches" ref="b969cf2c71b37aea90e05c17be76e791" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qptrlist.html">KFileTreeBranchList</a> &amp; KFileTreeView::branches           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>a list of pointers to all existing branches in the treeview. </dd></dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00408">408</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="3386dc3e72fa4c5a892cafd0a1da76f2"></a><!-- doxytag: member="KFileTreeView::currentKFileTreeViewItem" ref="3386dc3e72fa4c5a892cafd0a1da76f2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> * KFileTreeView::currentKFileTreeViewItem           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>the current (i.e. selected) item </dd></dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00586">586</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="e4f3f4f54f07fb15efca232b83a8afa0"></a><!-- doxytag: member="KFileTreeView::currentURL" ref="e4f3f4f54f07fb15efca232b83a8afa0" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KURL KFileTreeView::currentURL           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>the URL of the current selected item. </dd></dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00591">591</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="0d6f9edb4561d1d0c18d48db7217da9c"></a><!-- doxytag: member="KFileTreeView::findItem" ref="0d6f9edb4561d1d0c18d48db7217da9c" args="(const QString &amp;branchName, const QString &amp;relUrl)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> * KFileTreeView::findItem           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>branchName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>relUrl</em></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>
see method above, differs only in the first parameter. 
<p>
Finds the branch by its name. 
<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00619">619</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="3c9c0aa894a24240bf2ced71299cffb1"></a><!-- doxytag: member="KFileTreeView::findItem" ref="3c9c0aa894a24240bf2ced71299cffb1" args="(KFileTreeBranch *brnch, const QString &amp;relUrl)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> * KFileTreeView::findItem           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td>
          <td class="paramname"> <em>brnch</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>relUrl</em></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>
searches a branch for a <a class="el" href="classKFileTreeViewItem.html">KFileTreeViewItem</a> identified by the relative url given as second parameter. 
<p>
The method adds the branches base url to the relative path and finds the item. <dl compact><dt><b>Returns:</b></dt><dd>a pointer to the item or zero if the item does not exist. </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>brnch</em>&nbsp;</td><td>is a pointer to the branch to search in </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>relUrl</em>&nbsp;</td><td>is the branch relativ url </td></tr>
  </table>
</dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00625">625</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="5c4b817643e6c4729c9e6c38ddd8c19a"></a><!-- doxytag: member="KFileTreeView::removeBranch" ref="5c4b817643e6c4729c9e6c38ddd8c19a" args="(KFileTreeBranch *branch)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KFileTreeView::removeBranch           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td>
          <td class="paramname"> <em>branch</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
removes the branch from the treeview. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>branch</em>&nbsp;</td><td>is a pointer to the branch </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>true on success. </dd></dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00414">414</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="40ed3017683e3f9042db51987d829b12"></a><!-- doxytag: member="KFileTreeView::setDirOnlyMode" ref="40ed3017683e3f9042db51987d829b12" args="(KFileTreeBranch *branch, bool)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KFileTreeView::setDirOnlyMode           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> *&nbsp;</td>
          <td class="paramname"> <em>branch</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
set the directory mode for branches. 
<p>
If true is passed, only directories will be loaded. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>branch</em>&nbsp;</td><td>is a pointer to a <a class="el" href="classKFileTreeBranch.html">KFileTreeBranch</a> </td></tr>
  </table>
</dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8cpp-source.html#l00428">428</a> of file <a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a>.
</div>
</div><p>
<a class="anchor" name="8f9b8166fd8303c8819a982c56dd4f6b"></a><!-- doxytag: member="KFileTreeView::setShowFolderOpenPixmap" ref="8f9b8166fd8303c8819a982c56dd4f6b" args="(bool showIt=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KFileTreeView::setShowFolderOpenPixmap           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>showIt</em> = <code>true</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline, virtual, slot]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
set the flag to show 'extended' folder icons on or off. 
<p>
If switched on, folders will have an open folder pixmap displayed if their children are visible, and the standard closed folder pixmap (from mimetype folder) if they are closed. If switched off, the plain mime pixmap is displayed. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>showIt</em>&nbsp;</td><td>= false displays mime type pixmap only </td></tr>
  </table>
</dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8h-source.html#l00163">163</a> of file <a class="el" href="kfiletreeview_8h-source.html">kfiletreeview.h</a>.
</div>
</div><p>
<a class="anchor" name="37db11ee83852174d6266fb58a9b9a80"></a><!-- doxytag: member="KFileTreeView::showFolderOpenPixmap" ref="37db11ee83852174d6266fb58a9b9a80" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KFileTreeView::showFolderOpenPixmap           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>a flag indicating if extended folder pixmaps are displayed or not. </dd></dl>

<p>
Definition at line <a class="el" href="kfiletreeview_8h-source.html#l00152">152</a> of file <a class="el" href="kfiletreeview_8h-source.html">kfiletreeview.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="kfiletreeview_8h-source.html">kfiletreeview.h</a><li><a class="el" href="kfiletreeview_8cpp-source.html">kfiletreeview.cpp</a></ul>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kio/kfile</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="classKApplicationPropsPlugin.html">kapplicationpropsplugin</option>,  <option value="classKBindingPropsPlugin.html">kbindingpropsplugin</option>,  <option value="classKCombiView.html">kcombiview</option>,  <option value="classKCustomMenuEditor.html">kcustommenueditor</option>,  <option value="classKDesktopPropsPlugin.html">kdesktoppropsplugin</option>,  <option value="classKDevicePropsPlugin.html">kdevicepropsplugin</option>,  <option value="classKDirOperator.html">kdiroperator</option>,  <option value="classKDirSelectDialog.html">kdirselectdialog</option>,  <option value="classKDirSize.html">kdirsize</option>,  <option value="classKDiskFreeSp.html">kdiskfreesp</option>,  <option value="classKEncodingFileDialog.html">kencodingfiledialog</option>,  <option value="classKEncodingFileDialog_1_1Result.html">kencodingfiledialog::result</option>,  <option value="classKExecPropsPlugin.html">kexecpropsplugin</option>,  <option value="classKFile.html">kfile</option>,  <option value="classKFileBookmarkHandler.html">kfilebookmarkhandler</option>,  <option value="classKFileDetailView.html">kfiledetailview</option>,  <option value="classKFileDialog.html">kfiledialog</option>,  <option value="classKFileFilterCombo.html">kfilefiltercombo</option>,  <option value="classKFileIconView.html">kfileiconview</option>,  <option value="classKFileIconViewItem.html">kfileiconviewitem</option>,  <option value="classKFileListViewItem.html">kfilelistviewitem</option>,  <option value="classKFileMetaInfoWidget.html">kfilemetainfowidget</option>,  <option value="classKFileMetaPreview.html">kfilemetapreview</option>,  <option value="classKFileMetaPropsPlugin.html">kfilemetapropsplugin</option>,  <option value="classKFileOpenWithHandler.html">kfileopenwithhandler</option>,  <option value="classKFilePermissionsPropsPlugin.html">kfilepermissionspropsplugin</option>,  <option value="classKFilePreview.html">kfilepreview</option>,  <option value="classKFilePropsPlugin.html">kfilepropsplugin</option>,  <option value="classKFileSharePropsPlugin.html">kfilesharepropsplugin</option>,  <option value="classKFileSpeedBar.html">kfilespeedbar</option>,  <option value="classKFileTreeBranch.html">kfiletreebranch</option>,  <option value="classKFileTreeView.html">kfiletreeview</option>,  <option value="classKFileTreeViewItem.html">kfiletreeviewitem</option>,  <option value="classKFileTreeViewToolTip.html">kfiletreeviewtooltip</option>,  <option value="classKFileView.html">kfileview</option>,  <option value="classKFileViewSignaler.html">kfileviewsignaler</option>,  <option value="classKIconButton.html">kiconbutton</option>,  <option value="classKIconCanvas.html">kiconcanvas</option>,  <option value="classKIconDialog.html">kicondialog</option>,  <option value="classKImageFilePreview.html">kimagefilepreview</option>,  <option value="classKNotify_1_1Application.html">knotify::application</option>,  <option value="classKNotify_1_1ApplicationList.html">knotify::applicationlist</option>,  <option value="classKNotify_1_1Event.html">knotify::event</option>,  <option value="classKNotify_1_1KNotifyWidget.html">knotify::knotifywidget</option>,  <option value="classKNotify_1_1ListViewItem.html">knotify::listviewitem</option>,  <option value="classKNotifyDialog.html">knotifydialog</option>,  <option value="classKNotifyWidgetBase.html">knotifywidgetbase</option>,  <option value="classKOpenWithDlg.html">kopenwithdlg</option>,  <option value="classKPreviewPropsPlugin.html">kpreviewpropsplugin</option>,  <option value="classKPreviewWidgetBase.html">kpreviewwidgetbase</option>,  <option value="classKPropertiesDesktopAdvBase.html">kpropertiesdesktopadvbase</option>,  <option value="classKPropertiesDesktopBase.html">kpropertiesdesktopbase</option>,  <option value="classKPropertiesDialog.html">kpropertiesdialog</option>,  <option value="classKPropertiesMimetypeBase.html">kpropertiesmimetypebase</option>,  <option value="classKPropsDlgPlugin.html">kpropsdlgplugin</option>,  <option value="classKRecentDirs.html">krecentdirs</option>,  <option value="classKRecentDocument.html">krecentdocument</option>,  <option value="classKURLBar.html">kurlbar</option>,  <option value="classKURLBarItem.html">kurlbaritem</option>,  <option value="classKURLBarItemDialog.html">kurlbaritemdialog</option>,  <option value="classKURLBarListBox.html">kurlbarlistbox</option>,  <option value="classKURLComboBox.html">kurlcombobox</option>,  <option value="classKURLComboRequester.html">kurlcomborequester</option>,  <option value="classKURLPropsPlugin.html">kurlpropsplugin</option>,  <option value="classKURLRequester.html">kurlrequester</option>,  <option value="classKURLRequesterDlg.html">kurlrequesterdlg</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../arts/html/index.html">arts</a></li><li><a href="../../../dcop/html/index.html">dcop</a></li><li><a href="../../../dnssd/html/index.html">dnssd</a></li><li><a href="../../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../../kabc/html/index.html">kabc</a></li><li><a href="../../../kate/html/index.html">kate</a></li><li><a href="../../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../../kdecore/html/index.html">kdecore</a></li><li><a href="../../../kded/html/index.html">kded</a></li><li><a href="../../../kdefx/html/index.html">kdefx</a></li><li><a href="../../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../../kdesu/html/index.html">kdesu</a></li><li><a href="../../../kdeui/html/index.html">kdeui</a></li><li><a href="../../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../../khtml/html/index.html">khtml</a></li><li><a href="../../../kimgio/html/index.html">kimgio</a></li><li><a href="../../../kinit/html/index.html">kinit</a></li><li><a href="../../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../../kioslave/http/html/index.html">http</a></li><li><a href="../../../kjs/html/index.html">kjs</a></li><li><a href="../../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../../kparts/html/index.html">kparts</a></li><li><a href="../../../kresources/html/index.html">kresources</a></li><li><a href="../../../kspell2/html/index.html">kspell2</a></li><li><a href="../../../kunittest/html/index.html">kunittest</a></li><li><a href="../../../kutils/html/index.html">kutils</a></li><li><a href="../../../kwallet/html/index.html">kwallet</a></li><li><a href="../../../libkmid/html/index.html">libkmid</a></li><li><a href="../../../libkscreensaver/html/index.html">libkscreensaver</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&#116;&#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>