Sophie

Sophie

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

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: kshortcut.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">kshortcut.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) 2001,2002 Ellis Whitehead &lt;ellis@kde.org&gt;</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 __KSHORTCUT_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define __KSHORTCUT_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qkeysequence.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;qstring.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><a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>;
<a name="l00029"></a>00029 
<a name="l00040"></a><a class="code" href="classKKey.html">00040</a> <span class="keyword">class </span>KDECORE_EXPORT <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042  <span class="keyword">public</span>:
<a name="l00047"></a>00047     <span class="keyword">enum</span> { MOD_FLAG_COUNT = 4 };
<a name="l00048"></a>00048     <span class="keyword">enum</span> { QtWIN = (Qt::META) };
<a name="l00053"></a><a class="code" href="classKKey.html#a16998d161ab8bb4f139bda9d611e4128">00053</a>     <span class="keyword">enum</span> <a class="code" href="classKKey.html#a16998d161ab8bb4f139bda9d611e4128" title="Flags to represent the modifiers.">ModFlag</a> {
<a name="l00054"></a>00054         SHIFT = 0x01,
<a name="l00055"></a>00055         CTRL = 0x02,
<a name="l00056"></a>00056         ALT = 0x04,
<a name="l00057"></a>00057         WIN = 0x08
<a name="l00058"></a>00058     };
<a name="l00059"></a>00059 
<a name="l00066"></a>00066     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>();
<a name="l00067"></a>00067 
<a name="l00073"></a>00073     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>( <span class="keywordtype">int</span> keyQt );
<a name="l00074"></a>00074 
<a name="l00079"></a>00079     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>( <span class="keyword">const</span> <a class="codeRef" href="qkeysequence.html">QKeySequence</a>&amp; keySeq );
<a name="l00080"></a>00080 
<a name="l00085"></a>00085     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>( <span class="keyword">const</span> <a class="codeRef" href="qkeyevent.html">QKeyEvent</a>* keyEvent );
<a name="l00086"></a>00086 
<a name="l00090"></a>00090     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00091"></a>00091 
<a name="l00100"></a>00100     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; key );
<a name="l00104"></a>00104     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>( uint key, uint mod );
<a name="l00105"></a>00105     ~<a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>();
<a name="l00106"></a>00106 
<a name="l00107"></a>00107  <span class="comment">// Initialization methods</span>
<a name="l00112"></a>00112 <span class="comment"></span>    <span class="keywordtype">void</span> clear();
<a name="l00113"></a>00113 
<a name="l00120"></a>00120     <span class="keywordtype">bool</span> init( <span class="keywordtype">int</span> keyQt );
<a name="l00121"></a>00121 
<a name="l00127"></a>00127     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qkeysequence.html">QKeySequence</a>&amp; keySeq );
<a name="l00128"></a>00128 
<a name="l00134"></a>00134     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qkeyevent.html">QKeyEvent</a>* keyEvent );
<a name="l00135"></a>00135 
<a name="l00141"></a>00141     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00142"></a>00142 
<a name="l00152"></a>00152     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; key);
<a name="l00153"></a>00153 
<a name="l00157"></a>00157     <span class="keywordtype">bool</span> init( uint key, uint mod );
<a name="l00158"></a>00158 
<a name="l00162"></a><a class="code" href="classKKey.html#a1d4714ed45fcbabfc3c490f438fa8476">00162</a>     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; operator =( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key )
<a name="l00163"></a>00163         { init( key ); <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00164"></a>00164 
<a name="l00165"></a>00165  <span class="comment">// Query methods.</span>
<a name="l00173"></a>00173 <span class="comment"></span>    <span class="keywordtype">bool</span> isNull() <span class="keyword">const</span>;
<a name="l00174"></a>00174 
<a name="l00178"></a>00178     uint sym() <span class="keyword">const</span>;
<a name="l00182"></a>00182     uint modFlags() <span class="keyword">const</span>;
<a name="l00183"></a>00183 
<a name="l00184"></a>00184  <span class="comment">// Comparison Methods</span>
<a name="l00195"></a>00195 <span class="comment"></span>    <span class="keywordtype">int</span> compare( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key ) <span class="keyword">const</span>;
<a name="l00196"></a>00196 
<a name="l00201"></a><a class="code" href="classKKey.html#ac32ee6f7cf24028f32c4f008b74dd847">00201</a>     <span class="keywordtype">bool</span> operator == ( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key )<span class="keyword"> const</span>
<a name="l00202"></a>00202 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( key ) == 0; }
<a name="l00207"></a><a class="code" href="classKKey.html#a42cdfe9635386ac5e42b1f976ca2d79d">00207</a>     <span class="keywordtype">bool</span> operator != ( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key )<span class="keyword"> const</span>
<a name="l00208"></a>00208 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( key ) != 0; }
<a name="l00213"></a><a class="code" href="classKKey.html#ac21b10ac362250666c4cb36f8c0b783a">00213</a>     <span class="keywordtype">bool</span> operator &lt; ( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key )<span class="keyword"> const</span>
<a name="l00214"></a>00214 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( key ) &lt; 0; }
<a name="l00215"></a>00215 
<a name="l00216"></a>00216  <span class="comment">// Conversion methods.</span>
<a name="l00222"></a>00222 <span class="comment"></span>    <span class="keywordtype">int</span> keyCodeQt() <span class="keyword">const</span>;
<a name="l00223"></a>00223 
<a name="l00231"></a>00231     <a class="codeRef" href="qstring.html">QString</a> toString() <span class="keyword">const</span>;
<a name="l00232"></a>00232 
<a name="l00237"></a>00237     <a class="codeRef" href="qstring.html">QString</a> toStringInternal() <span class="keyword">const</span>;
<a name="l00238"></a>00238 
<a name="l00239"></a>00239  <span class="comment">// Operation methods</span>
<a name="l00243"></a>00243 <span class="comment"></span>    <span class="keywordtype">void</span> simplify();
<a name="l00244"></a>00244 
<a name="l00251"></a>00251     <span class="keyword">static</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; null();
<a name="l00252"></a>00252 
<a name="l00258"></a>00258     <span class="keyword">static</span> <a class="codeRef" href="qstring.html">QString</a> modFlagLabel( ModFlag f );
<a name="l00259"></a>00259 
<a name="l00260"></a>00260  <span class="keyword">private</span>:
<a name="l00261"></a>00261     <span class="comment">/*</span>
<a name="l00262"></a>00262 <span class="comment">     * Under X11, m_key will hold an X11 key symbol.</span>
<a name="l00263"></a>00263 <span class="comment">     * For Qt/Embedded, it will hold the Qt key code.</span>
<a name="l00264"></a>00264 <span class="comment">     */</span>
<a name="l00271"></a>00271     uint m_sym;
<a name="l00275"></a>00275     uint m_mod;
<a name="l00276"></a>00276 
<a name="l00277"></a>00277  <span class="keyword">private</span>:
<a name="l00278"></a>00278     <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>;
<a name="l00279"></a>00279 };
<a name="l00280"></a>00280 
<a name="l00288"></a><a class="code" href="classKKeySequence.html">00288</a> <span class="keyword">class </span>KDECORE_EXPORT <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>
<a name="l00289"></a>00289 {
<a name="l00290"></a>00290  <span class="keyword">public</span>:
<a name="l00292"></a>00292         <span class="keyword">enum</span> { MAX_KEYS = 4 };
<a name="l00293"></a>00293 
<a name="l00300"></a>00300     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>();
<a name="l00301"></a>00301 
<a name="l00306"></a>00306     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>( <span class="keyword">const</span> <a class="codeRef" href="qkeysequence.html">QKeySequence</a>&amp; keySeq );
<a name="l00307"></a>00307 
<a name="l00312"></a>00312     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00313"></a>00313 
<a name="l00318"></a>00318     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>( <span class="keyword">const</span> <a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>&amp; key );
<a name="l00319"></a>00319 
<a name="l00324"></a>00324     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</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="l00325"></a>00325 
<a name="l00334"></a>00334     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; keySeq );
<a name="l00335"></a>00335 
<a name="l00336"></a>00336     ~<a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>();
<a name="l00337"></a>00337 
<a name="l00343"></a>00343     <span class="keywordtype">void</span> clear();
<a name="l00344"></a>00344 
<a name="l00350"></a>00350     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qkeysequence.html">QKeySequence</a>&amp; keySeq );
<a name="l00351"></a>00351 
<a name="l00357"></a>00357     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00358"></a>00358 
<a name="l00364"></a>00364     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>&amp; key );
<a name="l00365"></a>00365 
<a name="l00371"></a>00371     <span class="keywordtype">bool</span> init( <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="l00372"></a>00372 
<a name="l00382"></a>00382     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; key );
<a name="l00383"></a>00383 
<a name="l00387"></a><a class="code" href="classKKeySequence.html#ace0edbdaf298c30bc7aef70549293a09">00387</a>     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>&amp; operator =( <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; seq )
<a name="l00388"></a>00388         { init( seq ); <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00389"></a>00389 
<a name="l00395"></a>00395     uint count() <span class="keyword">const</span>;
<a name="l00396"></a>00396 
<a name="l00405"></a>00405     <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key( uint i ) <span class="keyword">const</span>;
<a name="l00406"></a>00406 
<a name="l00410"></a>00410     <span class="keywordtype">bool</span> isTriggerOnRelease() <span class="keyword">const</span>;
<a name="l00411"></a>00411 
<a name="l00420"></a>00420     <span class="keywordtype">bool</span> setKey( uint i, <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00421"></a>00421 
<a name="l00429"></a>00429     <span class="keywordtype">bool</span> isNull() <span class="keyword">const</span>;
<a name="l00430"></a>00430 
<a name="l00436"></a>00436     <span class="keywordtype">bool</span> startsWith( <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 ) <span class="keyword">const</span>;
<a name="l00437"></a>00437 
<a name="l00450"></a>00450     <span class="keywordtype">int</span> compare( <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 ) <span class="keyword">const</span>;
<a name="l00451"></a>00451 
<a name="l00456"></a><a class="code" href="classKKeySequence.html#a4577cbbd537e8b5e2489cb4b428deb3b">00456</a>     <span class="keywordtype">bool</span> operator == ( <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; seq )<span class="keyword"> const</span>
<a name="l00457"></a>00457 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( seq ) == 0; }
<a name="l00458"></a>00458 
<a name="l00463"></a><a class="code" href="classKKeySequence.html#af95937e289945fab51b35a36357991d1">00463</a>     <span class="keywordtype">bool</span> operator != ( <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; seq )<span class="keyword"> const</span>
<a name="l00464"></a>00464 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( seq ) != 0; }
<a name="l00465"></a>00465 
<a name="l00470"></a><a class="code" href="classKKeySequence.html#a3a813315fd0c7c7b8e3ff33a64b7424f">00470</a>     <span class="keywordtype">bool</span> operator &lt; ( <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; seq )<span class="keyword"> const</span>
<a name="l00471"></a>00471 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( seq ) &lt; 0; }
<a name="l00472"></a>00472     <span class="comment">// TODO: consider adding Qt::SequenceMatch matches(...) methods for QKeySequence equivalence</span>
<a name="l00473"></a>00473 
<a name="l00478"></a>00478     <a class="codeRef" href="qkeysequence.html">QKeySequence</a> qt() <span class="keyword">const</span>;
<a name="l00479"></a>00479 
<a name="l00486"></a>00486     <span class="keywordtype">int</span> keyCodeQt() <span class="keyword">const</span>;
<a name="l00487"></a>00487 
<a name="l00494"></a>00494     <a class="codeRef" href="qstring.html">QString</a> toString() <span class="keyword">const</span>;
<a name="l00495"></a>00495 
<a name="l00499"></a>00499     <a class="codeRef" href="qstring.html">QString</a> toStringInternal() <span class="keyword">const</span>;
<a name="l00500"></a>00500 
<a name="l00507"></a>00507     <span class="keyword">static</span> <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a>&amp; null();
<a name="l00508"></a>00508 
<a name="l00509"></a>00509  <span class="keyword">protected</span>:
<a name="l00510"></a>00510     uchar m_nKeys;
<a name="l00511"></a>00511     uchar m_bTriggerOnRelease;
<a name="l00512"></a>00512     <span class="comment">// BCI: m_rgvar should be renamed to m_rgkey for KDE 4.0</span>
<a name="l00513"></a>00513     <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a> m_rgvar[MAX_KEYS];
<a name="l00514"></a>00514 
<a name="l00515"></a>00515  <span class="keyword">private</span>:
<a name="l00516"></a>00516     <span class="keyword">class </span>KKeySequencePrivate* d;
<a name="l00517"></a>00517     <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>;
<a name="l00518"></a>00518 };
<a name="l00519"></a>00519 
<a name="l00543"></a><a class="code" href="classKShortcut.html">00543</a> <span class="keyword">class </span>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 name="l00544"></a>00544 {
<a name="l00545"></a>00545  <span class="keyword">public</span>:
<a name="l00550"></a>00550     <span class="keyword">enum</span> { MAX_SEQUENCES = 2 };
<a name="l00551"></a>00551 
<a name="l00558"></a>00558     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>();
<a name="l00559"></a>00559 
<a name="l00566"></a>00566     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>( <span class="keywordtype">int</span> keyQt );
<a name="l00567"></a>00567 
<a name="l00573"></a>00573     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>( <span class="keyword">const</span> <a class="codeRef" href="qkeysequence.html">QKeySequence</a>&amp; keySeq );
<a name="l00574"></a>00574 
<a name="l00580"></a>00580     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00581"></a>00581 
<a name="l00587"></a>00587     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</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="l00588"></a>00588 
<a name="l00593"></a>00593     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>( <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; shortcut );
<a name="l00594"></a>00594 
<a name="l00602"></a>00602     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>( <span class="keyword">const</span> <span class="keywordtype">char</span>* shortcut );
<a name="l00603"></a>00603 
<a name="l00611"></a>00611     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; shortcut );
<a name="l00612"></a>00612     ~<a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>();
<a name="l00613"></a>00613 
<a name="l00619"></a>00619     <span class="keywordtype">void</span> clear();
<a name="l00620"></a>00620 
<a name="l00627"></a>00627     <span class="keywordtype">bool</span> init( <span class="keywordtype">int</span> keyQt );
<a name="l00628"></a>00628 
<a name="l00633"></a>00633     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qkeysequence.html">QKeySequence</a>&amp; keySeq );
<a name="l00634"></a>00634 
<a name="l00639"></a>00639     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key );
<a name="l00640"></a>00640 
<a name="l00645"></a>00645     <span class="keywordtype">bool</span> init( <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="l00646"></a>00646 
<a name="l00651"></a>00651     <span class="keywordtype">bool</span> init( <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; shortcut );
<a name="l00652"></a>00652 
<a name="l00660"></a>00660     <span class="keywordtype">bool</span> init( <span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a>&amp; shortcut );
<a name="l00661"></a>00661 
<a name="l00665"></a><a class="code" href="classKShortcut.html#a53c5357d1b91c87c51257fa8ddcfbbf2">00665</a>     <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; operator =( <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; cut )
<a name="l00666"></a>00666         { init( cut ); <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00667"></a>00667 
<a name="l00674"></a>00674     uint count() <span class="keyword">const</span>;
<a name="l00675"></a>00675 
<a name="l00683"></a>00683     <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; seq( uint i ) <span class="keyword">const</span>;
<a name="l00684"></a>00684 
<a name="l00692"></a>00692     <span class="keywordtype">int</span> keyCodeQt() <span class="keyword">const</span>;
<a name="l00693"></a>00693 
<a name="l00701"></a>00701     <span class="keywordtype">bool</span> isNull() <span class="keyword">const</span>;
<a name="l00702"></a>00702 
<a name="l00716"></a>00716     <span class="keywordtype">int</span> compare( <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; shortcut ) <span class="keyword">const</span>;
<a name="l00717"></a>00717 
<a name="l00722"></a><a class="code" href="classKShortcut.html#a62ab661b3155f5593d8925759c1520c1">00722</a>     <span class="keywordtype">bool</span> operator == ( <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; cut )<span class="keyword"> const</span>
<a name="l00723"></a>00723 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( cut ) == 0; }
<a name="l00724"></a>00724 
<a name="l00729"></a><a class="code" href="classKShortcut.html#ad522c3e66f23264ff70a6c497f74ee56">00729</a>     <span class="keywordtype">bool</span> operator != ( <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; cut )<span class="keyword"> const</span>
<a name="l00730"></a>00730 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( cut ) != 0; }
<a name="l00731"></a>00731 
<a name="l00736"></a><a class="code" href="classKShortcut.html#a13c229ce5092fe0c92d9067841712f76">00736</a>     <span class="keywordtype">bool</span> operator &lt; ( <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; cut )<span class="keyword"> const</span>
<a name="l00737"></a>00737 <span class="keyword">        </span>{ <span class="keywordflow">return</span> compare( cut ) &lt; 0; }
<a name="l00738"></a>00738 
<a name="l00745"></a>00745     <span class="keywordtype">bool</span> contains( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; key ) <span class="keyword">const</span>;
<a name="l00746"></a>00746 
<a name="l00753"></a>00753     <span class="keywordtype">bool</span> contains( <span class="keyword">const</span> <a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>&amp; key ) <span class="keyword">const</span>;
<a name="l00754"></a>00754 
<a name="l00760"></a>00760     <span class="keywordtype">bool</span> contains( <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 ) <span class="keyword">const</span>;
<a name="l00761"></a>00761 
<a name="l00770"></a>00770     <span class="keywordtype">bool</span> setSeq( uint i, <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="l00771"></a>00771 
<a name="l00781"></a>00781     <span class="keywordtype">bool</span> append( <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="l00782"></a>00782 
<a name="l00788"></a>00788     <span class="keywordtype">void</span> <span class="keyword">remove</span>( <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="l00789"></a>00789 
<a name="l00798"></a>00798     <span class="keywordtype">bool</span> append( <span class="keyword">const</span> <a class="code" href="classKKey.html" title="A KKey object represents a single key with possible modifiers (Shift, Ctrl, Alt, Win).">KKey</a>&amp; spec );
<a name="l00799"></a>00799 
<a name="l00807"></a>00807     <span class="keywordtype">bool</span> append( <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; cut );
<a name="l00808"></a>00808 
<a name="l00813"></a>00813     operator QKeySequence () <span class="keyword">const</span>;
<a name="l00814"></a>00814 
<a name="l00822"></a>00822     <a class="codeRef" href="qstring.html">QString</a> toString() <span class="keyword">const</span>;
<a name="l00823"></a>00823 
<a name="l00827"></a>00827     <a class="codeRef" href="qstring.html">QString</a> toStringInternal( <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>* pcutDefault = 0 ) <span class="keyword">const</span>;
<a name="l00828"></a>00828 
<a name="l00835"></a>00835     <span class="keyword">static</span> <a class="code" href="classKShortcut.html" title="The KShortcut class is used to represent a keyboard shortcut to an action.">KShortcut</a>&amp; null();
<a name="l00836"></a>00836 
<a name="l00837"></a>00837  <span class="keyword">protected</span>:
<a name="l00838"></a>00838     uint m_nSeqs;
<a name="l00839"></a>00839     <a class="code" href="classKKeySequence.html" title="A KKeySequence object holds a sequence of up to 4 keys.">KKeySequence</a> m_rgseq[MAX_SEQUENCES];
<a name="l00840"></a>00840 
<a name="l00841"></a>00841  <span class="keyword">private</span>:
<a name="l00842"></a>00842     <span class="keyword">class </span>KShortcutPrivate* d;
<a name="l00843"></a>00843     <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKKeyNative.html" title="Representation of a key in the format native of the windowing system (eg.">KKeyNative</a>;
<a name="l00844"></a>00844 
<a name="l00845"></a>00845 <span class="preprocessor">#ifndef KDE_NO_COMPAT</span>
<a name="l00846"></a>00846 <span class="preprocessor"></span> <span class="keyword">public</span>:
<a name="l00847"></a>00847     operator int ()<span class="keyword"> const    </span>{ <span class="keywordflow">return</span> <a class="code" href="classKKeyNative.html#aeacf4f6f0374f47625da48e380e37776" title="Returns the qt key code.">keyCodeQt</a>(); }
<a name="l00848"></a>00848 <span class="preprocessor">#endif</span>
<a name="l00849"></a>00849 <span class="preprocessor"></span>};
<a name="l00850"></a>00850 
<a name="l00851"></a>00851 <span class="preprocessor">#endif // __KSHORTCUT_H</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>