Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f9eb832ba1e4b88d9a5c2b384813bb4 > files > 2387

kdelibs3-apidocs-3.5.10-31.fc15.noarch.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>kdecore: kstdaccel.h Source File (kdecore)</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=".">kdecore</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.7.4 -->
<div class="header">
  <div class="headertitle">
<div class="title">kstdaccel.h</div>  </div>
</div>
<div class="contents">
<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) 1997 Stefan Taferner (taferner@kde.org)</span>
<a name="l00003"></a>00003 <span class="comment">    Copyright (C) 2000 Nicolas Hadacek (hadacek@kde.org)</span>
<a name="l00004"></a>00004 <span class="comment">    Copyright (C) 2001,2002 Ellis Whitehead (ellis@kde.org)</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">    This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment">    modify it under the terms of the GNU Library General Public</span>
<a name="l00008"></a>00008 <span class="comment">    License version 2 as published by the Free Software Foundation.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">    This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment">    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment">    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment">    Library General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"></span>
<a name="l00015"></a>00015 <span class="comment">    You should have received a copy of the GNU Library General Public License</span>
<a name="l00016"></a>00016 <span class="comment">    along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00017"></a>00017 <span class="comment">    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00018"></a>00018 <span class="comment">    Boston, MA 02110-1301, USA.</span>
<a name="l00019"></a>00019 <span class="comment">*/</span>
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef KSTDACCEL_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define KSTDACCEL_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;kshortcut.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;kdelibs_export.h&quot;</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">class </span><a class="codeRef" href="qkeyevent.html">QKeyEvent</a>;
<a name="l00028"></a>00028 <span class="keyword">class </span>KAccelActions;
<a name="l00029"></a>00029 
<a name="l00041"></a>00041 <span class="keyword">namespace </span>KStdAccel
<a name="l00042"></a>00042 {
<a name="l00043"></a>00043   <span class="comment">// Always add new std-accels to the end of this enum, never in the middle!</span>
<a name="l00047"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e">00047</a> <span class="comment"></span>  <span class="keyword">enum</span> <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> {
<a name="l00048"></a>00048     AccelNone,
<a name="l00049"></a>00049     <span class="comment">// File menu</span>
<a name="l00050"></a>00050     Open, New, Close, Save,
<a name="l00051"></a>00051     <span class="comment">// The Print item</span>
<a name="l00052"></a>00052     Print,
<a name="l00053"></a>00053     Quit,
<a name="l00054"></a>00054     <span class="comment">// Edit menu</span>
<a name="l00055"></a>00055     Undo, Redo, Cut, Copy, Paste, SelectAll, Deselect, DeleteWordBack,
<a name="l00056"></a>00056     DeleteWordForward, Find, FindNext, FindPrev, Replace,
<a name="l00057"></a>00057     <span class="comment">// Navigation</span>
<a name="l00058"></a>00058     Home, End, Prior, Next, GotoLine, AddBookmark, ZoomIn, ZoomOut,
<a name="l00059"></a>00059     Up, Back, Forward, Reload, PopupMenuContext, ShowMenubar,
<a name="l00060"></a>00060     <span class="comment">// Help menu</span>
<a name="l00061"></a>00061     Help, WhatsThis,
<a name="l00062"></a>00062     <span class="comment">// Text completion</span>
<a name="l00063"></a>00063     TextCompletion, PrevCompletion, NextCompletion, SubstringCompletion,
<a name="l00064"></a>00064     RotateUp, RotateDown,
<a name="l00065"></a>00065 
<a name="l00066"></a>00066     <span class="comment">// Tabular navigation</span>
<a name="l00067"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea5ab6a3f983941223f50bf21a13c820ad">00067</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea5ab6a3f983941223f50bf21a13c820ad">TabNext</a>,           
<a name="l00068"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea15fa02e8bfb58acba4b0134458855cf7">00068</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea15fa02e8bfb58acba4b0134458855cf7">TabPrev</a>,           
<a name="l00069"></a>00069 
<a name="l00070"></a>00070     <span class="comment">// Full screen mode</span>
<a name="l00071"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea8bcf2dd6efb03e9d3ed5a30ae130c339">00071</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea8bcf2dd6efb03e9d3ed5a30ae130c339">FullScreen</a>,        
<a name="l00072"></a>00072 
<a name="l00073"></a>00073     <span class="comment">// Text Navigation</span>
<a name="l00074"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626eaf123123f21e74a81b8e7659802daf741">00074</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626eaf123123f21e74a81b8e7659802daf741">BackwardWord</a>,      
<a name="l00075"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626eae2617ff08efcc751da75bb428dd4e29d">00075</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626eae2617ff08efcc751da75bb428dd4e29d">ForwardWord</a>,       
<a name="l00076"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea76f360294b0fbf616172b614d54ada8e">00076</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea76f360294b0fbf616172b614d54ada8e">BeginningOfLine</a>,   
<a name="l00077"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea1325f8d9b73333a4d9eb60de61aac7b8">00077</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626ea1325f8d9b73333a4d9eb60de61aac7b8">EndOfLine</a>,         
<a name="l00078"></a>00078 
<a name="l00079"></a><a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626eac78d291ce0d72c505538d18c6ed5f86a">00079</a>     <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626eac78d291ce0d72c505538d18c6ed5f86a">PasteSelection</a>     
<a name="l00080"></a>00080 
<a name="l00081"></a>00081 <span class="preprocessor">#ifndef KDE_NO_COMPAT</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>    , WhatThis = WhatsThis
<a name="l00083"></a>00083 <span class="preprocessor">#endif</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span>  };
<a name="l00085"></a>00085 
<a name="l00090"></a>00090   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#aa72323354f07950d197e500382eecfd6" title="Returns the keybinding for accel.">shortcut</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00091"></a>00091 
<a name="l00097"></a>00097   KDECORE_EXPORT <a class="codeRef" href="qstring.html">QString</a> <a class="code" href="namespaceKStdAccel.html#a737bc2466b1f000625fe8ebddffbb09d" title="Returns a unique name for the given accel.">name</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00098"></a>00098 
<a name="l00104"></a>00104   KDECORE_EXPORT <a class="codeRef" href="qstring.html">QString</a> <a class="code" href="namespaceKStdAccel.html#ac575a96ec71ffbbb731400aa6c9079b0" title="Returns a localized label for user-visible display.">label</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00105"></a>00105 
<a name="l00111"></a>00111   KDECORE_EXPORT <a class="codeRef" href="qstring.html">QString</a> <a class="code" href="namespaceKStdAccel.html#a76f9200828581637fc5bb3aae9d6e42a" title="What&#39;s This button.">whatsThis</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00112"></a>00112 
<a name="l00121"></a>00121   KDECORE_EXPORT <a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <a class="code" href="namespaceKStdAccel.html#a274b7fe2a509b6e2b868795cccaa45c4" title="Return the StdAccel id of the standard accel action which uses this key sequence, or AccelNone if non...">findStdAccel</a>( <span class="keyword">const</span> <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a> &amp;keySeq );
<a name="l00122"></a>00122 
<a name="l00129"></a>00129   KDECORE_EXPORT <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a> <a class="code" href="namespaceKStdAccel.html#a9a6ab406726d4e2b8607354f4dc49548" title="Returns the hardcoded default shortcut for id.">shortcutDefault</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00136"></a>00136   KDECORE_EXPORT <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a> <a class="code" href="namespaceKStdAccel.html#a3fb581ec4a7ef676de21af2ddc6e32b1" title="Returns the hardcoded default 3 modifier shortcut for id.">shortcutDefault3</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00143"></a>00143   KDECORE_EXPORT <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a> <a class="code" href="namespaceKStdAccel.html#a0ceda2d4d0fbb970ba0f1c1b43f3b6e4" title="Returns the hardcoded default 4 modifier shortcut for id.">shortcutDefault4</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>);
<a name="l00144"></a>00144 
<a name="l00149"></a>00149   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a3cd117d5fc4da7adabe061d1677a65aa" title="Open file.">open</a>();
<a name="l00150"></a>00150 
<a name="l00155"></a>00155   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a41f8f1b1004d04a85872d4610bc95f3d" title="Create a new document (or whatever).">openNew</a>();
<a name="l00156"></a>00156 
<a name="l00161"></a>00161   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ae1528f52d341d2582592b83d86cd3842" title="Close current document.">close</a>();
<a name="l00162"></a>00162 
<a name="l00167"></a>00167   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a04190995840de29cd6c7b5434361316a" title="Save current document.">save</a>();
<a name="l00168"></a>00168 
<a name="l00173"></a>00173   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a589b66436d46f02f43ff5ced6e0fbc35" title="Print current document.">print</a>();
<a name="l00174"></a>00174 
<a name="l00179"></a>00179   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ac0b9cfb94bd749c1486de13ba1de5559" title="Quit the program.">quit</a>();
<a name="l00180"></a>00180 
<a name="l00185"></a>00185   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ad3457bae8fb6fbbee33b8b063d5e99a6" title="Undo last operation.">undo</a>();
<a name="l00186"></a>00186 
<a name="l00191"></a>00191   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ada3a08ca99ada9b3494bd215d562e4e8" title="Redo.">redo</a>();
<a name="l00192"></a>00192 
<a name="l00197"></a>00197   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ac3c44a8d9c4e0007d8000b4624e2c955" title="Cut selected area and store it in the clipboard.">cut</a>();
<a name="l00198"></a>00198 
<a name="l00203"></a>00203   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ab28b820eb56ff87f06351029249f994c" title="Copy selected area into the clipboard.">copy</a>();
<a name="l00204"></a>00204 
<a name="l00209"></a>00209   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a2975de93c4d8db27766075647c1ed076" title="Paste contents of clipboard at mouse/cursor position.">paste</a>();
<a name="l00210"></a>00210 
<a name="l00216"></a>00216   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a30a70031968eb5a93a3a87d2a58a2865" title="Paste the selection at mouse/cursor position.">pasteSelection</a>();
<a name="l00217"></a>00217 
<a name="l00222"></a>00222   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#af677c23a1322a367d6a06a89ab4976f4" title="Reload.">selectAll</a>();
<a name="l00223"></a>00223 
<a name="l00228"></a>00228   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#adf2224aad69a575629c9a5a89708d9cc" title="Delete a word back from mouse/cursor position.">deleteWordBack</a>();
<a name="l00229"></a>00229 
<a name="l00234"></a>00234   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ae270e0916eb8640216c99028d0b4beb0" title="Delete a word forward from mouse/cursor position.">deleteWordForward</a>();
<a name="l00235"></a>00235 
<a name="l00240"></a>00240   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#aee5100d2a0970b397e6e6021a0d28845" title="Find, search.">find</a>();
<a name="l00241"></a>00241 
<a name="l00246"></a>00246   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#aba04e5274e7cd8966a09cfc684fa8fd5" title="Find/search next.">findNext</a>();
<a name="l00247"></a>00247 
<a name="l00252"></a>00252   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a9fb1a3622e73b263df1abca6ce881148" title="Find/search previous.">findPrev</a>();
<a name="l00253"></a>00253 
<a name="l00258"></a>00258   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#af50a0aa7cc8ef708d362a6d07e693dc5" title="Find and replace matches.">replace</a>();
<a name="l00259"></a>00259 
<a name="l00264"></a>00264   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ac7b0f1696132726da2528ea7d3b4fe2a" title="Zoom in.">zoomIn</a>();
<a name="l00265"></a>00265 
<a name="l00270"></a>00270   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a929800b01feb5494f13901159c0996d6" title="Zoom out.">zoomOut</a>();
<a name="l00271"></a>00271 
<a name="l00276"></a>00276   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a049c3ce600c78f6976fffd8c60675bdf" title="Toggle insert/overwrite (with visual feedback, e.g.">insert</a>();
<a name="l00277"></a>00277 
<a name="l00282"></a>00282   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ae59bad25e738959902ae8277e2069ac8" title="Goto beginning of the document.">home</a>();
<a name="l00283"></a>00283 
<a name="l00288"></a>00288   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a8407902cbc74699e1a95168fee54c827" title="Goto end of the document.">end</a>();
<a name="l00289"></a>00289 
<a name="l00295"></a>00295   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a7bef00012ffb1e207151edb6387ba6d7" title="Goto beginning of current line.">beginningOfLine</a>();
<a name="l00296"></a>00296 
<a name="l00302"></a>00302   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a3f787bed254999f5bab99f8cac94be71" title="Goto end of current line.">endOfLine</a>();
<a name="l00303"></a>00303 
<a name="l00308"></a>00308   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a6e48ed7885b3225bf468430ceb9976cb" title="Scroll up one page.">prior</a>();
<a name="l00309"></a>00309 
<a name="l00314"></a>00314   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a3c93cec83afd9c54d443fe78a9899502" title="Scroll down one page.">next</a>();
<a name="l00315"></a>00315 
<a name="l00320"></a>00320   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a92487b1ae7fc3cd20c3b90338a8e7919" title="Go to line.">gotoLine</a>();
<a name="l00321"></a>00321 
<a name="l00326"></a>00326   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ac33a62192eef3257c53d4f8d44cea20e" title="Add current page to bookmarks.">addBookmark</a>();
<a name="l00327"></a>00327 
<a name="l00333"></a>00333   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a393bc4dc2c88710a1af7a3e88e723745" title="Next Tab.">tabNext</a>();
<a name="l00334"></a>00334 
<a name="l00340"></a>00340   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a73be30a047a32bc7aa8ca1c69305135e" title="Previous Tab.">tabPrev</a>();
<a name="l00341"></a>00341 
<a name="l00347"></a>00347   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#afec86b07fc652fccf07a34335ad206ac" title="Full Screen Mode.">fullScreen</a>();
<a name="l00348"></a>00348 
<a name="l00353"></a>00353   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a0cacc56c8007ff56252e0bd1f436c9a4" title="Help the user in the current situation.">help</a>();
<a name="l00354"></a>00354 
<a name="l00359"></a>00359   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a91ba36ed700d604936223e0a330f457f" title="Complete text in input widgets.">completion</a>();
<a name="l00360"></a>00360 
<a name="l00366"></a>00366   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#adffdba1594349aca09089f7e59208b84" title="Iterate through a list when completion returns multiple items.">prevCompletion</a>();
<a name="l00367"></a>00367 
<a name="l00373"></a>00373   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a860a7a2031987e164586a2fc61afe992" title="Iterate through a list when completion returns multiple items.">nextCompletion</a>();
<a name="l00374"></a>00374 
<a name="l00380"></a>00380   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#abf84c60b58dfc6255a0ec2543f2ff596" title="Find a string within another string or list of strings.">substringCompletion</a>();
<a name="l00381"></a>00381 
<a name="l00386"></a>00386   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a67b1d63de9682210c6754b770b8d0dd7" title="Help users iterate through a list of entries.">rotateUp</a>();
<a name="l00387"></a>00387 
<a name="l00392"></a>00392   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ab20cf95c2588422bc895ac2856247718" title="Help users iterate through a list of entries.">rotateDown</a>();
<a name="l00393"></a>00393 
<a name="l00398"></a>00398   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#ae29fc3c82acc0fd9a2cf1799a92067a5" title="popup a context menu.">popupMenuContext</a>();
<a name="l00399"></a>00399 
<a name="l00404"></a>00404   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a76f9200828581637fc5bb3aae9d6e42a" title="What&#39;s This button.">whatsThis</a>();
<a name="l00405"></a>00405 
<a name="l00410"></a>00410   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a5c3137eeaedd9fba50d333714e922d4f" title="Reload.">reload</a>();
<a name="l00411"></a>00411 
<a name="l00416"></a>00416   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#afed7932a1baed5b563699dac2908841a" title="Up.">up</a>();
<a name="l00417"></a>00417 
<a name="l00422"></a>00422   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a62f8b50997b66b89b696259291e3e7a3" title="Back.">back</a>();
<a name="l00423"></a>00423 
<a name="l00428"></a>00428   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#af432af65e8c6273b5dba93187ebc698d" title="Forward.">forward</a>();
<a name="l00429"></a>00429 
<a name="l00435"></a>00435   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a4add60e51f3db746424a69ae91107e71" title="BackwardWord.">backwardWord</a>();
<a name="l00436"></a>00436 
<a name="l00442"></a>00442   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a201a26d947d866ad38a3f83ee813f405" title="ForwardWord.">forwardWord</a>();
<a name="l00443"></a>00443 
<a name="l00448"></a>00448   KDECORE_EXPORT <span class="keyword">const</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; <a class="code" href="namespaceKStdAccel.html#a562915c107d96401c3484fda730f9875" title="Show Menu Bar.">showMenubar</a>();
<a name="l00449"></a>00449 
<a name="l00450"></a>00450 <span class="preprocessor">#if !defined(KDE_NO_COMPAT) &amp;&amp; !defined(__KSTDACCEL_CPP_)</span>
<a name="l00451"></a>00451 <span class="preprocessor"></span>
<a name="l00455"></a>00455   KDECORE_EXPORT <a class="codeRef" href="qstring.html">QString</a> <a class="code" href="namespaceKStdAccel.html#aed332bc59ee23ee7a2c793f79da73ad8">action</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>) KDE_DEPRECATED;
<a name="l00460"></a>00460   KDECORE_EXPORT <a class="codeRef" href="qstring.html">QString</a> <a class="code" href="namespaceKStdAccel.html#a35d2086a231403eb59f82ea75da4cb4c">description</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> <span class="keywordtype">id</span>) KDE_DEPRECATED;
<a name="l00465"></a>00465   KDECORE_EXPORT <span class="keywordtype">int</span> <a class="code" href="namespaceKStdAccel.html#acc12b2741ae01cac579a473d3e6bafce">key</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a>) KDE_DEPRECATED;
<a name="l00470"></a>00470   KDECORE_EXPORT <span class="keywordtype">int</span> <a class="code" href="namespaceKStdAccel.html#a9fc1a1a884a6f10f41638f6922e62ea0">defaultKey</a>(<a class="code" href="namespaceKStdAccel.html#a66380a0f406146ad13170ec304f3626e" title="Defines the identifier of all standard accelerators.">StdAccel</a> accel) KDE_DEPRECATED;
<a name="l00471"></a>00471 
<a name="l00487"></a>00487   KDECORE_EXPORT <span class="keywordtype">bool</span> <a class="code" href="namespaceKStdAccel.html#a1b0ec5233ed26189cdb8a038d0025e3c">isEqual</a>(const <a class="codeRef" href="qkeyevent.html">QKeyEvent</a>* pEvent, <span class="keywordtype">int</span> keyQt) KDE_DEPRECATED;
<a name="l00488"></a>00488 <span class="preprocessor">#endif // !KDE_NO_COMPAT</span>
<a name="l00489"></a>00489 <span class="preprocessor"></span>
<a name="l00490"></a>00490 }
<a name="l00491"></a>00491 
<a name="l00492"></a>00492 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kdecore</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="modules.html">Modules</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="classKAboutData.html">kaboutdata</option>,  <option value="classKAboutPerson.html">kaboutperson</option>,  <option value="classKAboutTranslator.html">kabouttranslator</option>,  <option value="classKAccel.html">kaccel</option>,  <option value="classKAcceleratorManager.html">kacceleratormanager</option>,  <option value="classKAccelManagerAlgorithm.html">kaccelmanageralgorithm</option>,  <option value="classKAccelShortcutList.html">kaccelshortcutlist</option>,  <option value="classKAccelString.html">kaccelstring</option>,  <option value="classKAddressInfo.html">kaddressinfo</option>,  <option value="classKAppDCOPInterface.html">kappdcopinterface</option>,  <option value="classKApplication.html">kapplication</option>,  <option value="classKAsyncIO.html">kasyncio</option>,  <option value="classKAudioPlayer.html">kaudioplayer</option>,  <option value="classKBufferedIO.html">kbufferedio</option>,  <option value="classKCalendarSystem.html">kcalendarsystem</option>,  <option value="classKCalendarSystemFactory.html">kcalendarsystemfactory</option>,  <option value="classKCalendarSystemJalali.html">kcalendarsystemjalali</option>,  <option value="classKCatalogue.html">kcatalogue</option>,  <option value="classKCharMacroExpander.html">kcharmacroexpander</option>,  <option value="classKCharsets.html">kcharsets</option>,  <option value="classKClipboardSynchronizer.html">kclipboardsynchronizer</option>,  <option value="classKCmdLineArgs.html">kcmdlineargs</option>,  <option value="classKCodecs.html">kcodecs</option>,  <option value="classKCompletion.html">kcompletion</option>,  <option value="classKCompletionBase.html">kcompletionbase</option>,  <option value="classKCompletionMatches.html">kcompletionmatches</option>,  <option value="classKCompTreeNode.html">kcomptreenode</option>,  <option value="classKConfig.html">kconfig</option>,  <option value="classKConfigBackEnd.html">kconfigbackend</option>,  <option value="classKConfigBase.html">kconfigbase</option>,  <option value="classKConfigDialogManager.html">kconfigdialogmanager</option>,  <option value="classKConfigGroup.html">kconfiggroup</option>,  <option value="classKConfigGroupSaver.html">kconfiggroupsaver</option>,  <option value="classKConfigINIBackEnd.html">kconfiginibackend</option>,  <option value="classKConfigSkeleton.html">kconfigskeleton</option>,  <option value="classKConfigSkeleton_1_1ItemBool.html">kconfigskeleton::itembool</option>,  <option value="classKConfigSkeleton_1_1ItemColor.html">kconfigskeleton::itemcolor</option>,  <option value="classKConfigSkeleton_1_1ItemDateTime.html">kconfigskeleton::itemdatetime</option>,  <option value="classKConfigSkeleton_1_1ItemDouble.html">kconfigskeleton::itemdouble</option>,  <option value="classKConfigSkeleton_1_1ItemEnum.html">kconfigskeleton::itemenum</option>,  <option value="classKConfigSkeleton_1_1ItemFont.html">kconfigskeleton::itemfont</option>,  <option value="classKConfigSkeleton_1_1ItemInt.html">kconfigskeleton::itemint</option>,  <option value="classKConfigSkeleton_1_1ItemInt64.html">kconfigskeleton::itemint64</option>,  <option value="classKConfigSkeleton_1_1ItemIntList.html">kconfigskeleton::itemintlist</option>,  <option value="classKConfigSkeleton_1_1ItemLong.html">kconfigskeleton::itemlong</option>,  <option value="classKConfigSkeleton_1_1ItemPassword.html">kconfigskeleton::itempassword</option>,  <option value="classKConfigSkeleton_1_1ItemPath.html">kconfigskeleton::itempath</option>,  <option value="classKConfigSkeleton_1_1ItemPathList.html">kconfigskeleton::itempathlist</option>,  <option value="classKConfigSkeleton_1_1ItemPoint.html">kconfigskeleton::itempoint</option>,  <option value="classKConfigSkeleton_1_1ItemProperty.html">kconfigskeleton::itemproperty</option>,  <option value="classKConfigSkeleton_1_1ItemRect.html">kconfigskeleton::itemrect</option>,  <option value="classKConfigSkeleton_1_1ItemSize.html">kconfigskeleton::itemsize</option>,  <option value="classKConfigSkeleton_1_1ItemString.html">kconfigskeleton::itemstring</option>,  <option value="classKConfigSkeleton_1_1ItemStringList.html">kconfigskeleton::itemstringlist</option>,  <option value="classKConfigSkeleton_1_1ItemUInt.html">kconfigskeleton::itemuint</option>,  <option value="classKConfigSkeleton_1_1ItemUInt64.html">kconfigskeleton::itemuint64</option>,  <option value="classKConfigSkeleton_1_1ItemULong.html">kconfigskeleton::itemulong</option>,  <option value="classKConfigSkeletonItem.html">kconfigskeletonitem</option>,  <option value="classKCrash.html">kcrash</option>,  <option value="classKDCOPPropertyProxy.html">kdcoppropertyproxy</option>,  <option value="classKDebugDCOPIface.html">kdebugdcopiface</option>,  <option value="classKDesktopFile.html">kdesktopfile</option>,  <option value="classKExtendedSocket.html">kextendedsocket</option>,  <option value="classKGenericFactory.html">kgenericfactory</option>,  <option value="classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_01_4_00_01KTypeList_3_01Pare1ed8d1e5a9847c99711cad3b12c7e96c.html">kgenericfactory< ktypelist< product, productlisttail >, ktypelist< pare1ed8d1e5a9847c99711cad3b12c7e96c</option>,  <option value="classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_01_4_00_01KTypeList_3_01Paref6a00f76851e0daa2cb662bb8a41fc7f.html">kgenericfactory< ktypelist< product, productlisttail >, ktypelist< paref6a00f76851e0daa2cb662bb8a41fc7f</option>,  <option value="classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_01_4_00_01QObject_01_4.html">kgenericfactory< ktypelist< product, productlisttail >, qobject ></option>,  <option value="classKGlobal.html">kglobal</option>,  <option value="classKGlobalAccel.html">kglobalaccel</option>,  <option value="classKGlobalSettings.html">kglobalsettings</option>,  <option value="classKIcon.html">kicon</option>,  <option value="classKIconEffect.html">kiconeffect</option>,  <option value="classKIconLoader.html">kiconloader</option>,  <option value="classKIconTheme.html">kicontheme</option>,  <option value="classKInetSocketAddress.html">kinetsocketaddress</option>,  <option value="classKInstance.html">kinstance</option>,  <option value="classKIOBufferBase.html">kiobufferbase</option>,  <option value="classKIPC.html">kipc</option>,  <option value="classKKey.html">kkey</option>,  <option value="classKKeyNative.html">kkeynative</option>,  <option value="classKKeySequence.html">kkeysequence</option>,  <option value="classKLibFactory.html">klibfactory</option>,  <option value="classKLibLoader.html">klibloader</option>,  <option value="classKLibrary.html">klibrary</option>,  <option value="classKLocale.html">klocale</option>,  <option value="classKLockFile.html">klockfile</option>,  <option value="classKMacroExpanderBase.html">kmacroexpanderbase</option>,  <option value="classKMD4.html">kmd4</option>,  <option value="classKMD5.html">kmd5</option>,  <option value="classKMimeSourceFactory.html">kmimesourcefactory</option>,  <option value="classKMountPoint.html">kmountpoint</option>,  <option value="classKMultipleDrag.html">kmultipledrag</option>,  <option value="classKNetwork_1_1KActiveSocketBase.html">knetwork::kactivesocketbase</option>,  <option value="classKNetwork_1_1KBufferedSocket.html">knetwork::kbufferedsocket</option>,  <option value="classKNetwork_1_1KClientSocketBase.html">knetwork::kclientsocketbase</option>,  <option value="classKNetwork_1_1KDatagramPacket.html">knetwork::kdatagrampacket</option>,  <option value="classKNetwork_1_1KDatagramSocket.html">knetwork::kdatagramsocket</option>,  <option value="classKNetwork_1_1KHttpProxySocketDevice.html">knetwork::khttpproxysocketdevice</option>,  <option value="classKNetwork_1_1KInetSocketAddress.html">knetwork::kinetsocketaddress</option>,  <option value="classKNetwork_1_1KIpAddress.html">knetwork::kipaddress</option>,  <option value="classKNetwork_1_1KMulticastSocket.html">knetwork::kmulticastsocket</option>,  <option value="classKNetwork_1_1KMulticastSocketImpl.html">knetwork::kmulticastsocketimpl</option>,  <option value="classKNetwork_1_1KNetworkInterface.html">knetwork::knetworkinterface</option>,  <option value="classKNetwork_1_1KPassiveSocketBase.html">knetwork::kpassivesocketbase</option>,  <option value="classKNetwork_1_1KResolver.html">knetwork::kresolver</option>,  <option value="classKNetwork_1_1KResolverEntry.html">knetwork::kresolverentry</option>,  <option value="classKNetwork_1_1KResolverResults.html">knetwork::kresolverresults</option>,  <option value="classKNetwork_1_1KResolverWorkerBase_1_1ResolverLocker.html">knetwork::kresolverworkerbase::resolverlocker</option>,  <option value="classKNetwork_1_1KReverseResolver.html">knetwork::kreverseresolver</option>,  <option value="classKNetwork_1_1KServerSocket.html">knetwork::kserversocket</option>,  <option value="classKNetwork_1_1KSocketAddress.html">knetwork::ksocketaddress</option>,  <option value="classKNetwork_1_1KSocketBase.html">knetwork::ksocketbase</option>,  <option value="classKNetwork_1_1KSocketDevice.html">knetwork::ksocketdevice</option>,  <option value="classKNetwork_1_1KSocketDeviceFactory.html">knetwork::ksocketdevicefactory</option>,  <option value="classKNetwork_1_1KSocksSocketDevice.html">knetwork::ksockssocketdevice</option>,  <option value="classKNetwork_1_1KStreamSocket.html">knetwork::kstreamsocket</option>,  <option value="classKNetwork_1_1KUnixSocketAddress.html">knetwork::kunixsocketaddress</option>,  <option value="classKNotifyClient_1_1Instance.html">knotifyclient::instance</option>,  <option value="classKPalette.html">kpalette</option>,  <option value="classKPixmapProvider.html">kpixmapprovider</option>,  <option value="classKPopupAccelManager.html">kpopupaccelmanager</option>,  <option value="classKProcess.html">kprocess</option>,  <option value="classKProcessController.html">kprocesscontroller</option>,  <option value="classKProcIO.html">kprocio</option>,  <option value="classKProtocolInfoFactory.html">kprotocolinfofactory</option>,  <option value="classKPty.html">kpty</option>,  <option value="classKRandomSequence.html">krandomsequence</option>,  <option value="classKRegExp.html">kregexp</option>,  <option value="classKRegExpPrivate.html">kregexpprivate</option>,  <option value="classKRFCDate.html">krfcdate</option>,  <option value="classKRootProp.html">krootprop</option>,  <option value="classKSaveFile.html">ksavefile</option>,  <option value="classKServerSocket.html">kserversocket</option>,  <option value="classKSessionManaged.html">ksessionmanaged</option>,  <option value="classKShared.html">kshared</option>,  <option value="classKSharedConfig.html">ksharedconfig</option>,  <option value="classKSharedPtr.html">ksharedptr</option>,  <option value="classKShellProcess.html">kshellprocess</option>,  <option value="classKShortcut.html">kshortcut</option>,  <option value="classKShortcutList.html">kshortcutlist</option>,  <option value="classKSimpleConfig.html">ksimpleconfig</option>,  <option value="classKSocket.html">ksocket</option>,  <option value="classKSocketAddress.html">ksocketaddress</option>,  <option value="classKSocks.html">ksocks</option>,  <option value="classKSortableItem.html">ksortableitem</option>,  <option value="classKSortableValueList.html">ksortablevaluelist</option>,  <option value="classKStandardDirs.html">kstandarddirs</option>,  <option value="classKStaticDeleter.html">kstaticdeleter</option>,  <option value="classKStaticDeleterBase.html">kstaticdeleterbase</option>,  <option value="classKStdAccel_1_1ShortcutList.html">kstdaccel::shortcutlist</option>,  <option value="classKStringHandler.html">kstringhandler</option>,  <option value="classKSycocaEntry.html">ksycocaentry</option>,  <option value="classKSycocaFactoryList.html">ksycocafactorylist</option>,  <option value="classKTempDir.html">ktempdir</option>,  <option value="classKTempFile.html">ktempfile</option>,  <option value="classKTimezone.html">ktimezone</option>,  <option value="classKTimezoneDetails.html">ktimezonedetails</option>,  <option value="classKTimezones.html">ktimezones</option>,  <option value="classKTimezoneSource.html">ktimezonesource</option>,  <option value="classKUniqueApplication.html">kuniqueapplication</option>,  <option value="classKUnixSocketAddress.html">kunixsocketaddress</option>,  <option value="classKURL.html">kurl</option>,  <option value="classKURL_1_1List.html">kurl::list</option>,  <option value="classKURLDrag.html">kurldrag</option>,  <option value="classKUser.html">kuser</option>,  <option value="classKUserGroup.html">kusergroup</option>,  <option value="classKVMAllocator.html">kvmallocator</option>,  <option value="classKWin.html">kwin</option>,  <option value="classKWin_1_1WindowInfo.html">kwin::windowinfo</option>,  <option value="classKWinModule.html">kwinmodule</option>,  <option value="classKWordMacroExpander.html">kwordmacroexpander</option>,  <option value="classKXErrorHandler.html">kxerrorhandler</option>,  <option value="classKZoneAllocator.html">kzoneallocator</option>,  <option value="classNET.html">net</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>