Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 1a721e90d7ed9c4e71b633450322a910 > files > 3928

kdelibs-devel-doc-3.5.9-10mdv2008.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>kdeui: kjanuswidget.h Source File (kdeui)</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=".">kdeui</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.5.5 -->
<h1>kjanuswidget.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*  This file is part of the KDE Libraries</span>
<a name="l00002"></a>00002 <span class="comment"> *  Copyright (C) 1999-2000 Espen Sand (espen@kde.org)</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> *  This library is free software; you can redistribute it and/or</span>
<a name="l00005"></a>00005 <span class="comment"> *  modify it under the terms of the GNU Library General Public</span>
<a name="l00006"></a>00006 <span class="comment"> *  License as published by the Free Software Foundation; either</span>
<a name="l00007"></a>00007 <span class="comment"> *  version 2 of the License, or (at your option) any later version.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> *  This library is distributed in the hope that it will be useful,</span>
<a name="l00010"></a>00010 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00011"></a>00011 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00012"></a>00012 <span class="comment"> *  Library General Public License for more details.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> *  You should have received a copy of the GNU Library General Public License</span>
<a name="l00015"></a>00015 <span class="comment"> *  along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00016"></a>00016 <span class="comment"> *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00017"></a>00017 <span class="comment"> *  Boston, MA 02110-1301, USA.</span>
<a name="l00018"></a>00018 <span class="comment"> */</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef _KJANUS_WIDGET_H_</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define _KJANUS_WIDGET_H_</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;qpixmap.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;qsplitter.h&gt;</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;klistbox.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;qstringlist.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;qmap.h&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="keyword">class </span><a class="code" href="classKListView.html" title="This Widget extends the functionality of QListView to honor the system wide settings...">KListView</a>;
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qgrid.html">QGrid</a>;
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qhbox.html">QHBox</a>;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlabel.html">QLabel</a>;
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qtabwidget.html">QTabWidget</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvbox.html">QVBox</a>;
<a name="l00038"></a>00038 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidgetstack.html">QWidgetStack</a>;
<a name="l00039"></a>00039 <span class="keyword">class </span><a class="code" href="classKSeparator.html" title="Standard horizontal or vertical separator.">KSeparator</a>;
<a name="l00040"></a>00040 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlistviewitem.html">QListViewItem</a>;
<a name="l00041"></a>00041 <span class="keyword">class </span><a class="code" href="classKGuiItem.html" title="An abstract class for GUI data such as ToolTip and Icon.">KGuiItem</a>;
<a name="l00042"></a>00042 
<a name="l00067"></a><a class="code" href="classKJanusWidget.html">00067</a> <span class="keyword">class </span>KDEUI_EXPORT <a class="code" href="classKJanusWidget.html" title="Easy to use widget with many layouts.">KJanusWidget</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a>
<a name="l00068"></a>00068 {
<a name="l00069"></a>00069   Q_OBJECT
<a name="l00070"></a>00070 
<a name="l00071"></a>00071   <span class="keyword">private</span>:
<a name="l00072"></a>00072     <span class="keyword">class </span>IconListBox : <span class="keyword">public</span> <a class="code" href="classKListBox.html" title="A variant of QListBox that honors KDE&amp;#39;s system-wide settings.">KListBox</a>
<a name="l00073"></a>00073     {
<a name="l00074"></a>00074       <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKJanusWidget.html" title="Easy to use widget with many layouts.">KJanusWidget</a>;
<a name="l00075"></a>00075 
<a name="l00076"></a>00076       <span class="keyword">public</span>:
<a name="l00077"></a>00077         IconListBox( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *parent=0, <span class="keyword">const</span> <span class="keywordtype">char</span> *name=0, WFlags f=0 );
<a name="l00078"></a>00078     <span class="keywordtype">void</span> updateMinimumHeight();
<a name="l00079"></a>00079     <span class="keywordtype">void</span> updateWidth();
<a name="l00080"></a>00080     <span class="keywordtype">void</span> invalidateHeight();
<a name="l00081"></a>00081     <span class="keywordtype">void</span> invalidateWidth();
<a name="l00082"></a>00082     <span class="keywordtype">void</span> setShowAll( <span class="keywordtype">bool</span> showAll );
<a name="l00083"></a>00083 
<a name="l00084"></a>00084       <span class="keyword">protected</span>:
<a name="l00085"></a>00085         <span class="keywordtype">void</span> slotOnItem( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlistboxitem.html">QListBoxItem</a> *item );
<a name="l00086"></a>00086     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html#leaveEvent">leaveEvent</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qevent.html">QEvent</a> * );
<a name="l00087"></a>00087     
<a name="l00088"></a>00088       <span class="keyword">private</span>:
<a name="l00089"></a>00089     <span class="keywordtype">bool</span> mShowAll;
<a name="l00090"></a>00090     <span class="keywordtype">bool</span> mHeightValid;
<a name="l00091"></a>00091     <span class="keywordtype">bool</span> mWidthValid;
<a name="l00092"></a>00092     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlistboxitem.html">QListBoxItem</a> *mOldItem; 
<a name="l00093"></a>00093     };
<a name="l00094"></a>00094 
<a name="l00095"></a>00095   <span class="keyword">public</span>:
<a name="l00096"></a><a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a">00096</a>     <span class="keyword">enum</span> <a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a">Face</a>
<a name="l00097"></a>00097     {
<a name="l00104"></a><a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6ad6f117d9a69215fdf40c560ca8257577">00104</a>       <a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6ad6f117d9a69215fdf40c560ca8257577" title="The TreeList face provides a list in the left area and pages in the right.">TreeList</a> = 0,
<a name="l00111"></a><a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6aa561d04f44de32a1a92c23bbb5e03a1d">00111</a>       <a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6aa561d04f44de32a1a92c23bbb5e03a1d" title="The Tabbed face is a common tabbed widget.">Tabbed</a>,
<a name="l00117"></a><a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a55b7a8eaa9f4441f07c2dc77d49a51b9">00117</a>       <a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a55b7a8eaa9f4441f07c2dc77d49a51b9" title="The Plain face provides an empty widget (QFrame) where you can place your widgets...">Plain</a>,
<a name="l00125"></a><a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a551d1d798074ab0696f222f47d27c7d2">00125</a>       <a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a551d1d798074ab0696f222f47d27c7d2" title="The Swallow face is provided in order to simplify the usage of existing widgets and...">Swallow</a>,
<a name="l00133"></a><a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a5f54fd02de89575121ff2c51212c146b">00133</a>       <a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a5f54fd02de89575121ff2c51212c146b" title="The IconList face provides an icon list in the left area and pages in the right.">IconList</a>
<a name="l00134"></a>00134     };
<a name="l00135"></a>00135 
<a name="l00136"></a>00136   <span class="keyword">public</span>:
<a name="l00137"></a>00137 
<a name="l00146"></a>00146     <a class="code" href="classKJanusWidget.html#a724b207752eaec3ff8a3e646eb9f338" title="Constructor where you specify the face.">KJanusWidget</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *parent=0, <span class="keyword">const</span> <span class="keywordtype">char</span> *name=0, <span class="keywordtype">int</span> <a class="code" href="classKJanusWidget.html#3a18b244c43ea6bc5e15a9f8ac087c6b" title="Returns the face type.">face</a>=<a class="code" href="classKJanusWidget.html#ad64038e16e8b97a5f0076acea303d6a55b7a8eaa9f4441f07c2dc77d49a51b9" title="The Plain face provides an empty widget (QFrame) where you can place your widgets...">Plain</a> );
<a name="l00147"></a>00147 
<a name="l00151"></a>00151     <a class="code" href="classKJanusWidget.html#2f176562809c5321d273d0d314c4ee18" title="Destructor.">~KJanusWidget</a>();
<a name="l00152"></a>00152 
<a name="l00158"></a>00158     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKJanusWidget.html#b65aa530fc6a94b475f6170379ef9422" title="Raises the page which was added by addPage().">showPage</a>( <span class="keywordtype">int</span> index );
<a name="l00159"></a>00159 
<a name="l00166"></a>00166     <span class="keyword">virtual</span> <span class="keywordtype">int</span>  <a class="code" href="classKJanusWidget.html#0a3573ed73d47056a63759c34c23a828" title="Returns the index of the page that are currently displayed.">activePageIndex</a>() <span class="keyword">const</span>;
<a name="l00167"></a>00167 
<a name="l00174"></a>00174     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKJanusWidget.html#d3fa1c9b99d93eab4f954c9a67cc6d8c" title="Use this to verify that no memory allocation failed.">isValid</a>() <span class="keyword">const</span>;
<a name="l00175"></a>00175 
<a name="l00181"></a>00181     <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classKJanusWidget.html#3a18b244c43ea6bc5e15a9f8ac087c6b" title="Returns the face type.">face</a>() <span class="keyword">const</span>;
<a name="l00182"></a>00182 
<a name="l00189"></a>00189     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qsize.html">QSize</a> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html#minimumSizeHint">minimumSizeHint</a>() <span class="keyword">const</span>;
<a name="l00190"></a>00190 
<a name="l00197"></a>00197     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qsize.html">QSize</a> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html#sizeHint">sizeHint</a>() <span class="keyword">const</span>;
<a name="l00198"></a>00198 
<a name="l00204"></a>00204     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qframe.html">QFrame</a> *<a class="code" href="classKJanusWidget.html#341792813abcb318f7184001edd2bde7" title="Returns the empty widget that is available in Plain mode.">plainPage</a>();
<a name="l00205"></a>00205 
<a name="l00225"></a>00225     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qframe.html">QFrame</a> *<a class="code" href="classKJanusWidget.html#ec94b237858b665f11af8999a38f933a" title="Add a new page when the class is used in TreeList, IconList or Tabbed mode.">addPage</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;item,<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00226"></a>00226             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00227"></a>00227 
<a name="l00242"></a>00242      <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qframe.html">QFrame</a> *<a class="code" href="classKJanusWidget.html#ec94b237858b665f11af8999a38f933a" title="Add a new page when the class is used in TreeList, IconList or Tabbed mode.">addPage</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;items, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00243"></a>00243             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00244"></a>00244 
<a name="l00264"></a>00264     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvbox.html">QVBox</a> *<a class="code" href="classKJanusWidget.html#0716931e53acb721c677a0e6bd5d1486" title="Add a new page when the class is used in TreeList, IconList or Tabbed mode.">addVBoxPage</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;item,
<a name="l00265"></a>00265             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00266"></a>00266             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00267"></a>00267 
<a name="l00280"></a>00280     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qvbox.html">QVBox</a> *<a class="code" href="classKJanusWidget.html#0716931e53acb721c677a0e6bd5d1486" title="Add a new page when the class is used in TreeList, IconList or Tabbed mode.">addVBoxPage</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;items,
<a name="l00281"></a>00281             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00282"></a>00282             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00283"></a>00283 
<a name="l00304"></a>00304     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qhbox.html">QHBox</a> *<a class="code" href="classKJanusWidget.html#cb5b4064448c032e53367962d93dc87f" title="Add a new page when the class is used in TreeList, IconList or Tabbed mode.">addHBoxPage</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;itemName,
<a name="l00305"></a>00305             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00306"></a>00306             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00307"></a>00307 
<a name="l00320"></a>00320     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qhbox.html">QHBox</a> *<a class="code" href="classKJanusWidget.html#cb5b4064448c032e53367962d93dc87f" title="Add a new page when the class is used in TreeList, IconList or Tabbed mode.">addHBoxPage</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;items,
<a name="l00321"></a>00321             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00322"></a>00322             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00323"></a>00323 
<a name="l00347"></a>00347     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qgrid.html">QGrid</a> *<a class="code" href="classKJanusWidget.html#c902c3a4548add05135124c4f658b669" title="Add a new page when the class is used in either TreeList or Tabbed mode.">addGridPage</a>( <span class="keywordtype">int</span> n, Orientation dir,
<a name="l00348"></a>00348             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;itemName,
<a name="l00349"></a>00349             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00350"></a>00350             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00351"></a>00351 
<a name="l00364"></a>00364     <span class="keyword">virtual</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qgrid.html">QGrid</a> *<a class="code" href="classKJanusWidget.html#c902c3a4548add05135124c4f658b669" title="Add a new page when the class is used in either TreeList or Tabbed mode.">addGridPage</a>( <span class="keywordtype">int</span> n, Orientation dir,
<a name="l00365"></a>00365             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;items,
<a name="l00366"></a>00366             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header=QString::null,
<a name="l00367"></a>00367             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap=<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a>() );
<a name="l00368"></a>00368 
<a name="l00378"></a>00378     <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#903eca295c84c1ff8a4782070ea4044f" title="Removes a page created with addPage, addVBoxPage, addHBoxPage or addGridPage.">removePage</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *page );
<a name="l00379"></a>00379 
<a name="l00380"></a>00380 
<a name="l00397"></a>00397     <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classKJanusWidget.html#598b417dbc9f1e423d553ab9632f0000" title="Returns the index of a page created with addPage , addVBoxPage , addHBoxPage or addGridPage...">pageIndex</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *widget ) <span class="keyword">const</span>;
<a name="l00398"></a>00398 
<a name="l00408"></a>00408     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKJanusWidget.html#1bdd9ca562117a63b4551a00b5e4e608" title="Defines the widget to be swallowed.">setSwallowedWidget</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *widget );
<a name="l00409"></a>00409 
<a name="l00420"></a>00420     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#75eea7c56cb59b09254cf972aa0fc553" title="This function has only effect in TreeList mode.">setTreeListAutoResize</a>( <span class="keywordtype">bool</span> state );
<a name="l00421"></a>00421 
<a name="l00434"></a>00434     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#051e5bd908f20398d09cabccfbbb9fbd" title="This function has only effect in TreeList mode.">setShowIconsInTreeList</a>(<span class="keywordtype">bool</span> state);
<a name="l00435"></a>00435 
<a name="l00444"></a>00444     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#58264eac45cf65b781621ccd7ff2809d" title="This function has only effect in TreeList mode.">setRootIsDecorated</a>( <span class="keywordtype">bool</span> state );
<a name="l00445"></a>00445 
<a name="l00459"></a>00459     <span class="comment">/*virtual*/</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#254b41fd4f7f529aea6d18fd06363c31" title="This function has only effect in TreeList mode.">unfoldTreeList</a>( <span class="keywordtype">bool</span> persist = <span class="keyword">false</span> ); <span class="comment">//### KDE4 BIC add virtual</span>
<a name="l00460"></a>00460 
<a name="l00469"></a>00469     <span class="comment">/*virtual*/</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#b163c73300e38f180abbcf8178f21cf9" title="Add a widget at the bottom of the TreeList/IconList.">addWidgetBelowList</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> * widget ); <span class="comment">// ### KDE4</span>
<a name="l00470"></a>00470 
<a name="l00481"></a>00481     <span class="comment">/*virtual*/</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#154e91126c86814e5441e12f0d12e7e8" title="Add a button at the bottom of the TreeList/IconList.">addButtonBelowList</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp; text, <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qobject.html">QObject</a> * recv,
<a name="l00482"></a>00482                     <span class="keyword">const</span> <span class="keywordtype">char</span> * slot ); <span class="comment">//### KDE4</span>
<a name="l00483"></a>00483 
<a name="l00495"></a>00495     <span class="comment">/*virtual*/</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#154e91126c86814e5441e12f0d12e7e8" title="Add a button at the bottom of the TreeList/IconList.">addButtonBelowList</a>( <span class="keyword">const</span> <a class="code" href="classKGuiItem.html" title="An abstract class for GUI data such as ToolTip and Icon.">KGuiItem</a> &amp; guiitem, <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qobject.html">QObject</a> *
<a name="l00496"></a>00496                     recv, <span class="keyword">const</span> <span class="keywordtype">char</span> * slot ); <span class="comment">//### KDE4</span>
<a name="l00497"></a>00497 
<a name="l00510"></a>00510     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#3893e4b03f6f601a6b9aac89c3d61895" title="This function has only effect in IconList mode.">setIconListAllVisible</a>( <span class="keywordtype">bool</span> state );
<a name="l00511"></a>00511 
<a name="l00517"></a>00517     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#377319e89e35addbba15fd7748f9516b" title="Sets the icon used in TreeList Mode for the given path.">setFolderIcon</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;path, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap);
<a name="l00524"></a>00524     <span class="comment">/*virtual*/</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> <a class="code" href="classKJanusWidget.html#93cc34f5daff1ba47da7e6268835ccbf" title="Returns the title string associated with a page index in TreeList or IconList mode...">pageTitle</a>(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;
<a name="l00532"></a>00532     <span class="comment">/*virtual*/</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *<a class="code" href="classKJanusWidget.html#d2e8a2ae8ca599d9c2d4602a2543219b" title="Returns the page widget associated with a page index or null if there is no such...">pageWidget</a>(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;
<a name="l00533"></a>00533 
<a name="l00534"></a>00534   signals:
<a name="l00540"></a>00540     <span class="keywordtype">void</span> <a class="code" href="classKJanusWidget.html#9dcee7ea75d04be0f51b0049d84a0ed2" title="This signal is emitted whenever the current page changes.">aboutToShowPage</a>(<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *page);
<a name="l00541"></a>00541 
<a name="l00542"></a>00542   <span class="keyword">public</span> slots:
<a name="l00546"></a>00546     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html#setFocus">setFocus</a>();
<a name="l00547"></a>00547 
<a name="l00548"></a>00548   <span class="keyword">protected</span>:
<a name="l00553"></a>00553     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html#showEvent">showEvent</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qshowevent.html">QShowEvent</a> * );
<a name="l00554"></a>00554 
<a name="l00563"></a>00563     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKJanusWidget.html#54af63558381f3e38458d75a6820b9ee" title="This function is used internally when in IconList mode.">eventFilter</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qobject.html">QObject</a> *o, <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qevent.html">QEvent</a> *e );
<a name="l00564"></a>00564 
<a name="l00565"></a>00565   <span class="keyword">private</span> slots:
<a name="l00566"></a>00566     <span class="keywordtype">bool</span> slotShowPage();
<a name="l00567"></a>00567     <span class="keywordtype">void</span> slotFontChanged();
<a name="l00568"></a>00568 
<a name="l00569"></a>00569     <span class="keywordtype">void</span> slotOnItem(<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlistboxitem.html">QListBoxItem</a> *item);
<a name="l00570"></a>00570     <span class="keywordtype">void</span> slotItemClicked(<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlistviewitem.html">QListViewItem</a> *it);
<a name="l00571"></a>00571     <span class="keywordtype">void</span> pageGone(<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qobject.html">QObject</a> *obj); <span class="comment">// signal from the added page's "destroyed" signal</span>
<a name="l00572"></a>00572     <span class="keywordtype">void</span> slotReopen(<a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlistviewitem.html">QListViewItem</a> *item);
<a name="l00573"></a>00573 
<a name="l00574"></a>00574   <span class="keyword">protected</span>:
<a name="l00575"></a>00575     <span class="keywordtype">bool</span> <a class="code" href="classKJanusWidget.html#b65aa530fc6a94b475f6170379ef9422" title="Raises the page which was added by addPage().">showPage</a>( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *w );
<a name="l00576"></a>00576     <span class="keywordtype">void</span> addPageWidget( <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qframe.html">QFrame</a> *page, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;items,
<a name="l00577"></a>00577             <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstring.html">QString</a> &amp;header, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap );
<a name="l00578"></a>00578     <span class="keywordtype">void</span> InsertTreeListItem(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> &amp;items, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qpixmap.html">QPixmap</a> &amp;pixmap, <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qframe.html">QFrame</a> *page);
<a name="l00579"></a>00579     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a> *FindParent();
<a name="l00580"></a>00580 
<a name="l00581"></a>00581   <span class="keyword">private</span>:
<a name="l00582"></a>00582     <span class="keywordtype">bool</span> mValid;
<a name="l00583"></a>00583 
<a name="l00584"></a>00584     <span class="comment">// Obsolete members. Remove in KDE 4.</span>
<a name="l00585"></a>00585     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qptrlist.html">QPtrList&lt;QWidget&gt;</a> *mPageList;
<a name="l00586"></a>00586     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qstringlist.html">QStringList</a> *mTitleList;
<a name="l00587"></a>00587 
<a name="l00588"></a>00588     <span class="keywordtype">int</span>          mFace;
<a name="l00589"></a>00589     <a class="code" href="classKListView.html" title="This Widget extends the functionality of QListView to honor the system wide settings...">KListView</a>    *mTreeList;
<a name="l00590"></a>00590     IconListBox  *mIconList;
<a name="l00591"></a>00591     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidgetstack.html">QWidgetStack</a> *mPageStack;
<a name="l00592"></a>00592     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qlabel.html">QLabel</a>       *mTitleLabel;
<a name="l00593"></a>00593     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qtabwidget.html">QTabWidget</a>   *mTabControl;
<a name="l00594"></a>00594     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qframe.html">QFrame</a>       *mPlainPage;
<a name="l00595"></a>00595     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a>      *mSwallowPage;
<a name="l00596"></a>00596     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qwidget.html">QWidget</a>      *mActivePageWidget;
<a name="l00597"></a>00597     <a class="code" href="classKSeparator.html" title="Standard horizontal or vertical separator.">KSeparator</a>   *mTitleSep;
<a name="l00598"></a>00598     QSplitter::ResizeMode mTreeListResizeMode;
<a name="l00599"></a>00599     <span class="keywordtype">bool</span>         mShowIconsInTreeList;
<a name="l00600"></a>00600     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qmap.html">QMap&lt;QListViewItem *, QWidget *&gt;</a> mTreeListToPageStack;
<a name="l00601"></a>00601     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qmap.html">QMap&lt;QListBoxItem *, QWidget *&gt;</a> mIconListToPageStack;
<a name="l00602"></a>00602     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qmap.html">QMap&lt;QString, QPixmap&gt;</a> mFolderIconMap;
<a name="l00603"></a>00603     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qmap.html">QMap&lt;QString, QStringList&gt;</a> mChildrenNames;
<a name="l00604"></a>00604     <a class="codeRef" doxygen="qt.tag:/usr/lib/qt3/doc/html/" href="/usr/lib/qt3/doc/html/qmap.html">QMap&lt;QString, QWidget *&gt;</a> mChildPages;
<a name="l00605"></a>00605 
<a name="l00606"></a>00606   <span class="keyword">public</span>:
<a name="l00607"></a>00607     <span class="keyword">class </span>IconListItem;
<a name="l00608"></a>00608   <span class="keyword">protected</span>:
<a name="l00609"></a>00609     <span class="keyword">virtual</span> <span class="keywordtype">void</span> virtual_hook( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <span class="keywordtype">void</span>* data );
<a name="l00610"></a>00610   <span class="keyword">private</span>:
<a name="l00611"></a>00611     <span class="keyword">class </span>KJanusWidgetPrivate;
<a name="l00612"></a>00612     KJanusWidgetPrivate *d;
<a name="l00613"></a>00613 };
<a name="l00614"></a>00614 
<a name="l00615"></a>00615 <span class="preprocessor">#endif</span>
</pre></div></div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kdeui</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="classKAboutApplication.html">kaboutapplication</option>,  <option value="classKAboutContainer.html">kaboutcontainer</option>,  <option value="classKAboutContainerBase.html">kaboutcontainerbase</option>,  <option value="classKAboutContributor.html">kaboutcontributor</option>,  <option value="classKAboutDialog.html">kaboutdialog</option>,  <option value="classKAboutKDE.html">kaboutkde</option>,  <option value="classKAboutWidget.html">kaboutwidget</option>,  <option value="classKAccelGen_1_1Deref.html">kaccelgen::deref</option>,  <option value="classKAccelGen_1_1Deref__Key.html">kaccelgen::deref__key</option>,  <option value="classKAction.html">kaction</option>,  <option value="classKActionCollection.html">kactioncollection</option>,  <option value="classKActionMenu.html">kactionmenu</option>,  <option value="classKActionSelector.html">kactionselector</option>,  <option value="classKActiveLabel.html">kactivelabel</option>,  <option value="classKAnimWidget.html">kanimwidget</option>,  <option value="classKArrowButton.html">karrowbutton</option>,  <option value="classKAuthIcon.html">kauthicon</option>,  <option value="classKBugReport.html">kbugreport</option>,  <option value="classKButtonBox.html">kbuttonbox</option>,  <option value="classKCharSelect.html">kcharselect</option>,  <option value="classKCharSelectTable.html">kcharselecttable</option>,  <option value="classKCModule.html">kcmodule</option>,  <option value="classKColor.html">kcolor</option>,  <option value="classKColorButton.html">kcolorbutton</option>,  <option value="classKColorCells.html">kcolorcells</option>,  <option value="classKColorCombo.html">kcolorcombo</option>,  <option value="classKColorDialog.html">kcolordialog</option>,  <option value="classKColorDrag.html">kcolordrag</option>,  <option value="classKColorPatch.html">kcolorpatch</option>,  <option value="classKComboBox.html">kcombobox</option>,  <option value="classKCommand.html">kcommand</option>,  <option value="classKCommandHistory.html">kcommandhistory</option>,  <option value="classKCompletionBox.html">kcompletionbox</option>,  <option value="classKConfigDialog.html">kconfigdialog</option>,  <option value="classKContextMenuManager.html">kcontextmenumanager</option>,  <option value="classKCursor.html">kcursor</option>,  <option value="classKCursorPrivate.html">kcursorprivate</option>,  <option value="classKCursorPrivateAutoHideEventFilter.html">kcursorprivateautohideeventfilter</option>,  <option value="classKDateInternalMonthPicker.html">kdateinternalmonthpicker</option>,  <option value="classKDateInternalWeekSelector.html">kdateinternalweekselector</option>,  <option value="classKDateInternalYearSelector.html">kdateinternalyearselector</option>,  <option value="classKDatePicker.html">kdatepicker</option>,  <option value="classKDateTable.html">kdatetable</option>,  <option value="classKDateTimeWidget.html">kdatetimewidget</option>,  <option value="classKDateValidator.html">kdatevalidator</option>,  <option value="classKDateWidget.html">kdatewidget</option>,  <option value="classKDCOPActionProxy.html">kdcopactionproxy</option>,  <option value="classKDEPrivate_1_1ToolBarHandler.html">kdeprivate::toolbarhandler</option>,  <option value="classKDialog.html">kdialog</option>,  <option value="classKDialogBase.html">kdialogbase</option>,  <option value="classKDialogBaseButton.html">kdialogbasebutton</option>,  <option value="classKDialogBaseTile.html">kdialogbasetile</option>,  <option value="classKDictSpellingHighlighter.html">kdictspellinghighlighter</option>,  <option value="classKDockButton__Private.html">kdockbutton__private</option>,  <option value="classKDockMainWindow.html">kdockmainwindow</option>,  <option value="classKDockManager.html">kdockmanager</option>,  <option value="classKDockSplitter.html">kdocksplitter</option>,  <option value="classKDockTabGroup.html">kdocktabgroup</option>,  <option value="classKDockWidget.html">kdockwidget</option>,  <option value="classKDockWidgetAbstractHeader.html">kdockwidgetabstractheader</option>,  <option value="classKDockWidgetAbstractHeaderDrag.html">kdockwidgetabstractheaderdrag</option>,  <option value="classKDockWidgetHeader.html">kdockwidgetheader</option>,  <option value="classKDockWidgetHeaderDrag.html">kdockwidgetheaderdrag</option>,  <option value="classKDockWidgetPrivate.html">kdockwidgetprivate</option>,  <option value="classKDockWindow.html">kdockwindow</option>,  <option value="classKDoubleNumInput.html">kdoublenuminput</option>,  <option value="classKDoubleSpinBox.html">kdoublespinbox</option>,  <option value="classKDoubleValidator.html">kdoublevalidator</option>,  <option value="classKDualColorButton.html">kdualcolorbutton</option>,  <option value="classKEdit.html">kedit</option>,  <option value="classKEditListBox.html">keditlistbox</option>,  <option value="classKEditListBox_1_1CustomEditor.html">keditlistbox::customeditor</option>,  <option value="classKEditToolbar.html">kedittoolbar</option>,  <option value="classKEditToolbarWidget.html">kedittoolbarwidget</option>,  <option value="classKFloatValidator.html">kfloatvalidator</option>,  <option value="classKFontChooser.html">kfontchooser</option>,  <option value="classKFontCombo.html">kfontcombo</option>,  <option value="classKFontDialog.html">kfontdialog</option>,  <option value="classKFontRequester.html">kfontrequester</option>,  <option value="classKGradientSelector.html">kgradientselector</option>,  <option value="classKGuiItem.html">kguiitem</option>,  <option value="classKHelpMenu.html">khelpmenu</option>,  <option value="classKHistoryCombo.html">khistorycombo</option>,  <option value="classKHSSelector.html">khsselector</option>,  <option value="classKIconView.html">kiconview</option>,  <option value="classKIconViewItem.html">kiconviewitem</option>,  <option value="classKIconViewSearchLine.html">kiconviewsearchline</option>,  <option value="classKImageTrackLabel.html">kimagetracklabel</option>,  <option value="classKInputDialog.html">kinputdialog</option>,  <option value="classKIntNumInput.html">kintnuminput</option>,  <option value="classKIntSpinBox.html">kintspinbox</option>,  <option value="classKIntValidator.html">kintvalidator</option>,  <option value="classKJanusWidget.html">kjanuswidget</option>,  <option value="classKKeyButton.html">kkeybutton</option>,  <option value="classKKeyChooser.html">kkeychooser</option>,  <option value="classKKeyDialog.html">kkeydialog</option>,  <option value="classKLanguageButton.html">klanguagebutton</option>,  <option value="classKLed.html">kled</option>,  <option value="classKLineEdit.html">klineedit</option>,  <option value="classKLineEditDlg.html">klineeditdlg</option>,  <option value="classKListAction.html">klistaction</option>,  <option value="classKListBox.html">klistbox</option>,  <option value="classKListView.html">klistview</option>,  <option value="classKListViewItem.html">klistviewitem</option>,  <option value="classKListViewLineEdit.html">klistviewlineedit</option>,  <option value="classKListViewSearchLine.html">klistviewsearchline</option>,  <option value="classKListViewSearchLineWidget.html">klistviewsearchlinewidget</option>,  <option value="classKMacroCommand.html">kmacrocommand</option>,  <option value="classKMainWindow.html">kmainwindow</option>,  <option value="classKMainWindowInterface.html">kmainwindowinterface</option>,  <option value="classKMenuBar.html">kmenubar</option>,  <option value="classKMessageBox.html">kmessagebox</option>,  <option value="classKMimeTypeValidator.html">kmimetypevalidator</option>,  <option value="classKNamedCommand.html">knamedcommand</option>,  <option value="classKNumInput.html">knuminput</option>,  <option value="classKPaletteTable.html">kpalettetable</option>,  <option value="classKPanelApplet.html">kpanelapplet</option>,  <option value="classKPanelAppMenu.html">kpanelappmenu</option>,  <option value="classKPanelExtension.html">kpanelextension</option>,  <option value="classKPanelMenu.html">kpanelmenu</option>,  <option value="classKPassivePopup.html">kpassivepopup</option>,  <option value="classKPasswordDialog.html">kpassworddialog</option>,  <option value="classKPasswordEdit.html">kpasswordedit</option>,  <option value="classKPasteTextAction.html">kpastetextaction</option>,  <option value="classKPixmapIO.html">kpixmapio</option>,  <option value="classKPixmapRegionSelectorDialog.html">kpixmapregionselectordialog</option>,  <option value="classKPixmapRegionSelectorWidget.html">kpixmapregionselectorwidget</option>,  <option value="classKPopupFrame.html">kpopupframe</option>,  <option value="classKPopupMenu.html">kpopupmenu</option>,  <option value="classKPopupTitle.html">kpopuptitle</option>,  <option value="classKProgress.html">kprogress</option>,  <option value="classKProgressDialog.html">kprogressdialog</option>,  <option value="classKPushButton.html">kpushbutton</option>,  <option value="classKRadioAction.html">kradioaction</option>,  <option value="classKRecentFilesAction.html">krecentfilesaction</option>,  <option value="classKRestrictedLine.html">krestrictedline</option>,  <option value="classKRootPermsIcon.html">krootpermsicon</option>,  <option value="classKRootPixmap.html">krootpixmap</option>,  <option value="classKRuler.html">kruler</option>,  <option value="classKScrollView.html">kscrollview</option>,  <option value="classKSelectAction.html">kselectaction</option>,  <option value="classKSelector.html">kselector</option>,  <option value="classKSeparator.html">kseparator</option>,  <option value="classKShortcutDialog.html">kshortcutdialog</option>,  <option value="classKSpell.html">kspell</option>,  <option value="classKSpellConfig.html">kspellconfig</option>,  <option value="classKSplashScreen.html">ksplashscreen</option>,  <option value="classKSqueezedTextLabel.html">ksqueezedtextlabel</option>,  <option value="classKStatusBar.html">kstatusbar</option>,  <option value="classKStatusBarLabel.html">kstatusbarlabel</option>,  <option value="classKStdGuiItem.html">kstdguiitem</option>,  <option value="classKStringListValidator.html">kstringlistvalidator</option>,  <option value="classKSwitchLanguageDialog.html">kswitchlanguagedialog</option>,  <option value="classKSyntaxHighlighter.html">ksyntaxhighlighter</option>,  <option value="classKSystemTray.html">ksystemtray</option>,  <option value="classKTabBar.html">ktabbar</option>,  <option value="classKTabCtl.html">ktabctl</option>,  <option value="classKTabWidget.html">ktabwidget</option>,  <option value="classKTextBrowser.html">ktextbrowser</option>,  <option value="classKTextEdit.html">ktextedit</option>,  <option value="classKTimeWidget.html">ktimewidget</option>,  <option value="classKTimezoneWidget.html">ktimezonewidget</option>,  <option value="classKTipDatabase.html">ktipdatabase</option>,  <option value="classKTipDialog.html">ktipdialog</option>,  <option value="classKToggleAction.html">ktoggleaction</option>,  <option value="classKToggleFullScreenAction.html">ktogglefullscreenaction</option>,  <option value="classKToggleToolBarAction.html">ktoggletoolbaraction</option>,  <option value="classKToolBar.html">ktoolbar</option>,  <option value="classKToolBarButton.html">ktoolbarbutton</option>,  <option value="classKToolBarButtonList.html">ktoolbarbuttonlist</option>,  <option value="classKToolBarLabelAction.html">ktoolbarlabelaction</option>,  <option value="classKToolBarPopupAction.html">ktoolbarpopupaction</option>,  <option value="classKToolBarRadioGroup.html">ktoolbarradiogroup</option>,  <option value="classKURLLabel.html">kurllabel</option>,  <option value="classKValueSelector.html">kvalueselector</option>,  <option value="classKWidgetAction.html">kwidgetaction</option>,  <option value="classKWindowInfo.html">kwindowinfo</option>,  <option value="classKWizard.html">kwizard</option>,  <option value="classKWordWrap.html">kwordwrap</option>,  <option value="classKWritePermsIcon.html">kwritepermsicon</option>,  <option value="classKXMLGUIBuilder.html">kxmlguibuilder</option>,  <option value="classKXMLGUIClient.html">kxmlguiclient</option>,  <option value="classKXMLGUIFactory.html">kxmlguifactory</option>,  <option value="classKXYSelector.html">kxyselector</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&#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>