Sophie

Sophie

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

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>khtml: dom2_events.h Source File (khtml)</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=".">khtml</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">dom2_events.h</div>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * This file is part of the DOM implementation for KDE.</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2001 Peter Kelly (pmk@post.com)</span>
<a name="l00005"></a>00005 <span class="comment"> *           (C) 2003 Apple Computer, Inc.</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00008"></a>00008 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00009"></a>00009 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00010"></a>00010 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00015"></a>00015 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00016"></a>00016 <span class="comment"> *</span>
<a name="l00017"></a>00017 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
<a name="l00018"></a>00018 <span class="comment"> * along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00019"></a>00019 <span class="comment"> * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00020"></a>00020 <span class="comment"> * Boston, MA 02110-1301, USA.</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> */</span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="preprocessor">#ifndef _DOM_Events_h_</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define _DOM_Events_h_</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;dom/dom_node.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;dom/dom_misc.h&gt;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="keyword">namespace </span>DOM {
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="keyword">class </span>Event;
<a name="l00033"></a>00033 <span class="keyword">class </span>EventException;
<a name="l00034"></a>00034 <span class="keyword">class </span>UIEvent;
<a name="l00035"></a>00035 <span class="keyword">class </span>MouseEvent;
<a name="l00036"></a>00036 <span class="keyword">class </span>TextEvent;
<a name="l00037"></a>00037 <span class="keyword">class </span>MutationEvent;
<a name="l00038"></a>00038 <span class="keyword">class </span>AbstractView;
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">class </span>EventListenerImpl;
<a name="l00041"></a>00041 <span class="keyword">class </span>EventImpl;
<a name="l00042"></a>00042 <span class="keyword">class </span>UIEventImpl;
<a name="l00043"></a>00043 <span class="keyword">class </span>MouseEventImpl;
<a name="l00044"></a>00044 <span class="keyword">class </span>KeyEventBaseImpl;
<a name="l00045"></a>00045 <span class="keyword">class </span>MutationEventImpl;
<a name="l00046"></a>00046 
<a name="l00047"></a>00047 
<a name="l00048"></a>00048 
<a name="l00064"></a><a class="code" href="classDOM_1_1EventListener.html">00064</a> <span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1EventListener.html" title="Introduced in DOM Level 2.">EventListener</a> : <span class="keyword">public</span> DomShared {
<a name="l00065"></a>00065 <span class="keyword">public</span>:
<a name="l00066"></a>00066     <a class="code" href="classDOM_1_1EventListener.html" title="Introduced in DOM Level 2.">EventListener</a>();
<a name="l00067"></a>00067     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1EventListener.html" title="Introduced in DOM Level 2.">EventListener</a>();
<a name="l00068"></a>00068 
<a name="l00078"></a>00078     <span class="keyword">virtual</span> <span class="keywordtype">void</span> handleEvent(<a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;evt);
<a name="l00079"></a>00079 
<a name="l00088"></a>00088     <span class="keyword">virtual</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> eventListenerType();
<a name="l00089"></a>00089 
<a name="l00090"></a>00090 <span class="keyword">protected</span>:
<a name="l00095"></a>00095     EventListenerImpl *impl;
<a name="l00096"></a>00096 };
<a name="l00097"></a>00097 
<a name="l00098"></a>00098 
<a name="l00111"></a><a class="code" href="classDOM_1_1Event.html">00111</a> <span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> {
<a name="l00112"></a>00112     <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classDOM_1_1Document.html" title="The Document interface represents the entire HTML or XML document.">Document</a>;
<a name="l00113"></a>00113     <span class="keyword">friend</span> <span class="keyword">class </span>NodeImpl;
<a name="l00114"></a>00114     <span class="keyword">friend</span> <span class="keyword">class </span>DocumentImpl;
<a name="l00115"></a>00115 <span class="keyword">public</span>:
<a name="l00116"></a>00116     <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a>();
<a name="l00117"></a>00117     <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00118"></a>00118     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a>();
<a name="l00119"></a>00119 
<a name="l00120"></a>00120     <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00121"></a>00121 
<a name="l00133"></a><a class="code" href="classDOM_1_1Event.html#af78598c7b62f8f40ca3db07cc72d6e4b">00133</a>     <span class="keyword">enum</span> <a class="code" href="classDOM_1_1Event.html#af78598c7b62f8f40ca3db07cc72d6e4b" title="An integer indicating which phase of event flow is being processed.">PhaseType</a> {
<a name="l00134"></a>00134     CAPTURING_PHASE = 1,
<a name="l00135"></a>00135     AT_TARGET = 2,
<a name="l00136"></a>00136     BUBBLING_PHASE = 3
<a name="l00137"></a>00137     };
<a name="l00138"></a>00138 
<a name="l00143"></a>00143     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> type() <span class="keyword">const</span>;
<a name="l00144"></a>00144 
<a name="l00150"></a>00150     <a class="code" href="classDOM_1_1Node.html" title="The Node interface is the primary datatype for the entire Document Object Model.">Node</a> target() <span class="keyword">const</span>;
<a name="l00151"></a>00151 
<a name="l00158"></a>00158     <a class="code" href="classDOM_1_1Node.html" title="The Node interface is the primary datatype for the entire Document Object Model.">Node</a> currentTarget() <span class="keyword">const</span>;
<a name="l00159"></a>00159 
<a name="l00164"></a>00164     <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> eventPhase() <span class="keyword">const</span>;
<a name="l00165"></a>00165 
<a name="l00171"></a>00171     <span class="keywordtype">bool</span> bubbles() <span class="keyword">const</span>;
<a name="l00172"></a>00172 
<a name="l00179"></a>00179     <span class="keywordtype">bool</span> cancelable() <span class="keyword">const</span>;
<a name="l00180"></a>00180 
<a name="l00189"></a>00189     <a class="code" href="namespaceDOM.html#a7095cc5185b6cbf076e20e517e593f2c" title="A DOMTimeStamp represents a number of milliseconds.">DOMTimeStamp</a> timeStamp() <span class="keyword">const</span>;
<a name="l00190"></a>00190 
<a name="l00199"></a>00199     <span class="keywordtype">void</span> stopPropagation();
<a name="l00200"></a>00200 
<a name="l00213"></a>00213     <span class="keywordtype">void</span> preventDefault();
<a name="l00214"></a>00214 
<a name="l00240"></a>00240     <span class="keywordtype">void</span> initEvent(<span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;eventTypeArg, <span class="keywordtype">bool</span> canBubbleArg, <span class="keywordtype">bool</span> cancelableArg);
<a name="l00241"></a>00241 
<a name="l00246"></a>00246     EventImpl *handle() <span class="keyword">const</span>;
<a name="l00247"></a>00247     <span class="keywordtype">bool</span> isNull() <span class="keyword">const</span>;
<a name="l00248"></a>00248 
<a name="l00249"></a>00249 <span class="keyword">protected</span>:
<a name="l00250"></a>00250     <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a>(EventImpl *i);
<a name="l00251"></a>00251     EventImpl *impl;
<a name="l00252"></a>00252 };
<a name="l00253"></a>00253 
<a name="l00254"></a>00254 
<a name="l00262"></a><a class="code" href="classDOM_1_1EventException.html">00262</a> <span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a>
<a name="l00263"></a>00263 {
<a name="l00264"></a>00264 <span class="keyword">public</span>:
<a name="l00265"></a>00265     <a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> _code);
<a name="l00266"></a>00266     <a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a> &amp;other);
<a name="l00267"></a>00267     <a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a> &amp;other);
<a name="l00268"></a>00268     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1EventException.html" title="Introduced in DOM Level 2:">EventException</a>() {}
<a name="l00269"></a>00269 
<a name="l00279"></a><a class="code" href="classDOM_1_1EventException.html#a7c2d117e05245ecbd87969ee5b5276d9">00279</a>     <span class="keyword">enum</span> <a class="code" href="classDOM_1_1EventException.html#a7c2d117e05245ecbd87969ee5b5276d9" title="An integer indicating the type of error generated.">EventExceptionCode</a> {
<a name="l00280"></a>00280         UNSPECIFIED_EVENT_TYPE_ERR     = 0
<a name="l00281"></a>00281     };
<a name="l00282"></a>00282 
<a name="l00283"></a>00283     <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> code;
<a name="l00284"></a>00284 };
<a name="l00285"></a>00285 
<a name="l00286"></a>00286 
<a name="l00294"></a><a class="code" href="classDOM_1_1UIEvent.html">00294</a> <span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> : <span class="keyword">public</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> {
<a name="l00295"></a>00295 <span class="keyword">public</span>:
<a name="l00296"></a>00296     <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a>();
<a name="l00297"></a>00297     <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> &amp;other);
<a name="l00298"></a>00298     <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00299"></a>00299     <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> &amp;other);
<a name="l00300"></a>00300     <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00301"></a>00301     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a>();
<a name="l00302"></a>00302 
<a name="l00308"></a>00308     <a class="code" href="classDOM_1_1AbstractView.html" title="Introduced in DOM Level 2.">AbstractView</a> view() <span class="keyword">const</span>;
<a name="l00309"></a>00309 
<a name="l00315"></a>00315     <span class="keywordtype">long</span> detail() <span class="keyword">const</span>;
<a name="l00316"></a>00316 
<a name="l00321"></a>00321     <span class="keywordtype">int</span> keyCode() <span class="keyword">const</span>;
<a name="l00322"></a>00322 
<a name="l00327"></a>00327     <span class="keywordtype">int</span> charCode() <span class="keyword">const</span>;
<a name="l00328"></a>00328 
<a name="l00333"></a>00333     <span class="keywordtype">int</span> pageX() <span class="keyword">const</span>;
<a name="l00334"></a>00334     <span class="keywordtype">int</span> pageY() <span class="keyword">const</span>;
<a name="l00335"></a>00335 
<a name="l00340"></a>00340     <span class="keywordtype">int</span> layerX() <span class="keyword">const</span>;
<a name="l00341"></a>00341     <span class="keywordtype">int</span> layerY() <span class="keyword">const</span>;
<a name="l00342"></a>00342 
<a name="l00347"></a>00347     <span class="keywordtype">int</span> which() <span class="keyword">const</span>;
<a name="l00348"></a>00348 
<a name="l00369"></a>00369     <span class="keywordtype">void</span> initUIEvent(<span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;typeArg,
<a name="l00370"></a>00370                                  <span class="keywordtype">bool</span> canBubbleArg,
<a name="l00371"></a>00371                                  <span class="keywordtype">bool</span> cancelableArg,
<a name="l00372"></a>00372                                  <span class="keyword">const</span> <a class="code" href="classDOM_1_1AbstractView.html" title="Introduced in DOM Level 2.">AbstractView</a> &amp;viewArg,
<a name="l00373"></a>00373                                  <span class="keywordtype">long</span> detailArg);
<a name="l00374"></a>00374 <span class="keyword">protected</span>:
<a name="l00375"></a>00375     <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a>(UIEventImpl *impl);
<a name="l00376"></a>00376 };
<a name="l00377"></a>00377 
<a name="l00378"></a>00378 
<a name="l00379"></a>00379 
<a name="l00380"></a>00380 
<a name="l00399"></a><a class="code" href="classDOM_1_1MouseEvent.html">00399</a> <span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a> : <span class="keyword">public</span> <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> {
<a name="l00400"></a>00400 <span class="keyword">public</span>:
<a name="l00401"></a>00401     <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a>();
<a name="l00402"></a>00402     <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a> &amp;other);
<a name="l00403"></a>00403     <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00404"></a>00404     <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a> &amp;other);
<a name="l00405"></a>00405     <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00406"></a>00406     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a>();
<a name="l00407"></a>00407 
<a name="l00413"></a>00413     <span class="keywordtype">long</span> screenX() <span class="keyword">const</span>;
<a name="l00414"></a>00414 
<a name="l00420"></a>00420     <span class="keywordtype">long</span> screenY() <span class="keyword">const</span>;
<a name="l00421"></a>00421 
<a name="l00427"></a>00427     <span class="keywordtype">long</span> clientX() <span class="keyword">const</span>;
<a name="l00428"></a>00428 
<a name="l00434"></a>00434     <span class="keywordtype">long</span> clientY() <span class="keyword">const</span>;
<a name="l00435"></a>00435 
<a name="l00440"></a>00440     <span class="keywordtype">bool</span> ctrlKey() <span class="keyword">const</span>;
<a name="l00441"></a>00441 
<a name="l00447"></a>00447     <span class="keywordtype">bool</span> shiftKey() <span class="keyword">const</span>;
<a name="l00448"></a>00448 
<a name="l00455"></a>00455     <span class="keywordtype">bool</span> altKey() <span class="keyword">const</span>;
<a name="l00456"></a>00456 
<a name="l00463"></a>00463     <span class="keywordtype">bool</span> metaKey() <span class="keyword">const</span>;
<a name="l00464"></a>00464 
<a name="l00475"></a>00475     <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> button() <span class="keyword">const</span>;
<a name="l00476"></a>00476 
<a name="l00484"></a>00484     <a class="code" href="classDOM_1_1Node.html" title="The Node interface is the primary datatype for the entire Document Object Model.">Node</a> relatedTarget() <span class="keyword">const</span>;
<a name="l00485"></a>00485 
<a name="l00525"></a>00525     <span class="keywordtype">void</span> initMouseEvent(<span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;typeArg,
<a name="l00526"></a>00526                                     <span class="keywordtype">bool</span> canBubbleArg,
<a name="l00527"></a>00527                                     <span class="keywordtype">bool</span> cancelableArg,
<a name="l00528"></a>00528                                     <span class="keyword">const</span> <a class="code" href="classDOM_1_1AbstractView.html" title="Introduced in DOM Level 2.">AbstractView</a> &amp;viewArg,
<a name="l00529"></a>00529                                     <span class="keywordtype">long</span> detailArg,
<a name="l00530"></a>00530                                     <span class="keywordtype">long</span> screenXArg,
<a name="l00531"></a>00531                                     <span class="keywordtype">long</span> screenYArg,
<a name="l00532"></a>00532                                     <span class="keywordtype">long</span> clientXArg,
<a name="l00533"></a>00533                                     <span class="keywordtype">long</span> clientYArg,
<a name="l00534"></a>00534                                     <span class="keywordtype">bool</span> ctrlKeyArg,
<a name="l00535"></a>00535                                     <span class="keywordtype">bool</span> altKeyArg,
<a name="l00536"></a>00536                                     <span class="keywordtype">bool</span> shiftKeyArg,
<a name="l00537"></a>00537                                     <span class="keywordtype">bool</span> metaKeyArg,
<a name="l00538"></a>00538                                     <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> buttonArg,
<a name="l00539"></a>00539                                     <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html" title="The Node interface is the primary datatype for the entire Document Object Model.">Node</a> &amp;relatedTargetArg);
<a name="l00540"></a>00540 <span class="keyword">protected</span>:
<a name="l00541"></a>00541     <a class="code" href="classDOM_1_1MouseEvent.html" title="Introduced in DOM Level 2.">MouseEvent</a>(MouseEventImpl *impl);
<a name="l00542"></a>00542 };
<a name="l00543"></a>00543 
<a name="l00544"></a>00544 <span class="comment">// Introduced in DOM Level 3:</span>
<a name="l00555"></a><a class="code" href="classDOM_1_1TextEvent.html">00555</a> <span class="comment"></span><span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a> : <span class="keyword">public</span> <a class="code" href="classDOM_1_1UIEvent.html" title="Introduced in DOM Level 2.">UIEvent</a> {
<a name="l00556"></a>00556 <span class="keyword">public</span>:
<a name="l00557"></a>00557     <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a>();
<a name="l00558"></a>00558     <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a> &amp;other);
<a name="l00559"></a>00559     <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00560"></a>00560     <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a> &amp;other);
<a name="l00561"></a>00561     <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00562"></a>00562     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a>();
<a name="l00563"></a>00563 
<a name="l00601"></a>00601     <span class="keywordtype">void</span> initTextEvent(<span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;typeArg,
<a name="l00602"></a>00602                       <span class="keywordtype">bool</span> canBubbleArg,
<a name="l00603"></a>00603                       <span class="keywordtype">bool</span> cancelableArg,
<a name="l00604"></a>00604                       <span class="keyword">const</span> <a class="code" href="classDOM_1_1AbstractView.html" title="Introduced in DOM Level 2.">AbstractView</a> &amp;viewArg,
<a name="l00605"></a>00605                       <span class="keywordtype">long</span> detailArg,
<a name="l00606"></a>00606                       <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;outputStringArg,
<a name="l00607"></a>00607                       <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> keyValArg,
<a name="l00608"></a>00608                       <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> virtKeyValArg,
<a name="l00609"></a>00609                       <span class="keywordtype">bool</span> inputGeneratedArg,
<a name="l00610"></a>00610                       <span class="keywordtype">bool</span> numPadArg);
<a name="l00611"></a>00611 
<a name="l00639"></a>00639     <span class="keywordtype">void</span> initModifier(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> modifierArg, <span class="keywordtype">bool</span> valueArg);
<a name="l00640"></a>00640 
<a name="l00657"></a>00657     <span class="keywordtype">bool</span> inputGenerated() <span class="keyword">const</span>;
<a name="l00658"></a>00658 
<a name="l00666"></a>00666     <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> keyVal() <span class="keyword">const</span>;
<a name="l00667"></a>00667 
<a name="l00675"></a>00675     <span class="keywordtype">bool</span> numPad() <span class="keyword">const</span>;
<a name="l00676"></a>00676 
<a name="l00686"></a>00686     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>     outputString() <span class="keyword">const</span>;
<a name="l00695"></a>00695     <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> virtKeyVal() <span class="keyword">const</span>;
<a name="l00696"></a>00696 
<a name="l00724"></a>00724     <span class="keywordtype">bool</span> checkModifier(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> modifierArg); <span class="comment">// ### KDE 4: const!</span>
<a name="l00725"></a>00725 
<a name="l00726"></a>00726 <span class="keyword">protected</span>:
<a name="l00727"></a>00727     <a class="code" href="classDOM_1_1TextEvent.html" title="DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypress...">TextEvent</a>(KeyEventBaseImpl *impl);
<a name="l00728"></a>00728 };
<a name="l00729"></a>00729 
<a name="l00730"></a>00730 
<a name="l00738"></a><a class="code" href="classDOM_1_1MutationEvent.html">00738</a> <span class="keyword">class </span>KHTML_EXPORT <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a> : <span class="keyword">public</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> {
<a name="l00739"></a>00739 <span class="keyword">public</span>:
<a name="l00740"></a>00740     <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a>();
<a name="l00741"></a>00741     <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a> &amp;other);
<a name="l00742"></a>00742     <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00743"></a>00743     <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a> &amp;other);
<a name="l00744"></a>00744     <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1Event.html" title="Introduced in DOM Level 2.">Event</a> &amp;other);
<a name="l00745"></a>00745     <span class="keyword">virtual</span> ~<a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a>();
<a name="l00746"></a>00746 
<a name="l00757"></a><a class="code" href="classDOM_1_1MutationEvent.html#ad198e53249557614b2c3793a8c9d381f">00757</a>     <span class="keyword">enum</span> <a class="code" href="classDOM_1_1MutationEvent.html#ad198e53249557614b2c3793a8c9d381f" title="An integer indicating in which way the Attr was changed.">attrChangeType</a> {
<a name="l00758"></a>00758     MODIFICATION = 1,
<a name="l00759"></a>00759     ADDITION = 2,
<a name="l00760"></a>00760     REMOVAL = 3
<a name="l00761"></a>00761     };
<a name="l00762"></a>00762 
<a name="l00763"></a>00763 
<a name="l00774"></a>00774     <a class="code" href="classDOM_1_1Node.html" title="The Node interface is the primary datatype for the entire Document Object Model.">Node</a> relatedNode() <span class="keyword">const</span>;
<a name="l00775"></a>00775 
<a name="l00782"></a>00782     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> prevValue() <span class="keyword">const</span>;
<a name="l00783"></a>00783 
<a name="l00789"></a>00789     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> newValue() <span class="keyword">const</span>;
<a name="l00790"></a>00790 
<a name="l00796"></a>00796     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> attrName() <span class="keyword">const</span>;
<a name="l00797"></a>00797 
<a name="l00804"></a>00804     <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> attrChange() <span class="keyword">const</span>;
<a name="l00805"></a>00805 
<a name="l00831"></a>00831     <span class="keywordtype">void</span> initMutationEvent(<span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;typeArg,
<a name="l00832"></a>00832                                        <span class="keywordtype">bool</span> canBubbleArg,
<a name="l00833"></a>00833                                        <span class="keywordtype">bool</span> cancelableArg,
<a name="l00834"></a>00834                                        <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html" title="The Node interface is the primary datatype for the entire Document Object Model.">Node</a> &amp;relatedNodeArg,
<a name="l00835"></a>00835                                        <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;prevValueArg,
<a name="l00836"></a>00836                                        <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;newValueArg,
<a name="l00837"></a>00837                                        <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;attrNameArg,
<a name="l00838"></a>00838                                        <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> attrChangeArg);
<a name="l00839"></a>00839 <span class="keyword">protected</span>:
<a name="l00840"></a>00840     <a class="code" href="classDOM_1_1MutationEvent.html" title="Introduced in DOM Level 2.">MutationEvent</a>(MutationEventImpl *impl);
<a name="l00841"></a>00841 };
<a name="l00842"></a>00842 
<a name="l00843"></a>00843 
<a name="l00844"></a>00844 
<a name="l00845"></a>00845 } <span class="comment">//namespace</span>
<a name="l00846"></a>00846 <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>khtml</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classDOM_1_1AbstractView.html">dom::abstractview</option>,  <option value="classDOM_1_1Attr.html">dom::attr</option>,  <option value="classDOM_1_1CDATASection.html">dom::cdatasection</option>,  <option value="classDOM_1_1CharacterData.html">dom::characterdata</option>,  <option value="classDOM_1_1Comment.html">dom::comment</option>,  <option value="classDOM_1_1Counter.html">dom::counter</option>,  <option value="classDOM_1_1CSS2Azimuth.html">dom::css2azimuth</option>,  <option value="classDOM_1_1CSS2BackgroundPosition.html">dom::css2backgroundposition</option>,  <option value="classDOM_1_1CSS2BorderSpacing.html">dom::css2borderspacing</option>,  <option value="classDOM_1_1CSS2CounterIncrement.html">dom::css2counterincrement</option>,  <option value="classDOM_1_1CSS2CounterReset.html">dom::css2counterreset</option>,  <option value="classDOM_1_1CSS2Cursor.html">dom::css2cursor</option>,  <option value="classDOM_1_1CSS2FontFaceSrc.html">dom::css2fontfacesrc</option>,  <option value="classDOM_1_1CSS2FontFaceWidths.html">dom::css2fontfacewidths</option>,  <option value="classDOM_1_1CSS2PageSize.html">dom::css2pagesize</option>,  <option value="classDOM_1_1CSS2PlayDuring.html">dom::css2playduring</option>,  <option value="classDOM_1_1CSS2Properties.html">dom::css2properties</option>,  <option value="classDOM_1_1CSS2TextShadow.html">dom::css2textshadow</option>,  <option value="classDOM_1_1CSSCharsetRule.html">dom::csscharsetrule</option>,  <option value="classDOM_1_1CSSException.html">dom::cssexception</option>,  <option value="classDOM_1_1CSSFontFaceRule.html">dom::cssfontfacerule</option>,  <option value="classDOM_1_1CSSImportRule.html">dom::cssimportrule</option>,  <option value="classDOM_1_1CSSMediaRule.html">dom::cssmediarule</option>,  <option value="classDOM_1_1CSSPrimitiveValue.html">dom::cssprimitivevalue</option>,  <option value="classDOM_1_1CSSRule.html">dom::cssrule</option>,  <option value="classDOM_1_1CSSRuleList.html">dom::cssrulelist</option>,  <option value="classDOM_1_1CSSStyleDeclaration.html">dom::cssstyledeclaration</option>,  <option value="classDOM_1_1CSSStyleRule.html">dom::cssstylerule</option>,  <option value="classDOM_1_1CSSStyleSheet.html">dom::cssstylesheet</option>,  <option value="classDOM_1_1CSSUnknownRule.html">dom::cssunknownrule</option>,  <option value="classDOM_1_1CSSValue.html">dom::cssvalue</option>,  <option value="classDOM_1_1CSSValueList.html">dom::cssvaluelist</option>,  <option value="classDOM_1_1CustomNodeFilter.html">dom::customnodefilter</option>,  <option value="classDOM_1_1Document.html">dom::document</option>,  <option value="classDOM_1_1DocumentFragment.html">dom::documentfragment</option>,  <option value="classDOM_1_1DocumentType.html">dom::documenttype</option>,  <option value="classDOM_1_1DOMException.html">dom::domexception</option>,  <option value="classDOM_1_1DOMImplementation.html">dom::domimplementation</option>,  <option value="classDOM_1_1DOMString.html">dom::domstring</option>,  <option value="classDOM_1_1Element.html">dom::element</option>,  <option value="classDOM_1_1Entity.html">dom::entity</option>,  <option value="classDOM_1_1EntityReference.html">dom::entityreference</option>,  <option value="classDOM_1_1Event.html">dom::event</option>,  <option value="classDOM_1_1EventException.html">dom::eventexception</option>,  <option value="classDOM_1_1EventListener.html">dom::eventlistener</option>,  <option value="classDOM_1_1HTMLAnchorElement.html">dom::htmlanchorelement</option>,  <option value="classDOM_1_1HTMLAppletElement.html">dom::htmlappletelement</option>,  <option value="classDOM_1_1HTMLAreaElement.html">dom::htmlareaelement</option>,  <option value="classDOM_1_1HTMLBaseElement.html">dom::htmlbaseelement</option>,  <option value="classDOM_1_1HTMLBaseFontElement.html">dom::htmlbasefontelement</option>,  <option value="classDOM_1_1HTMLBlockquoteElement.html">dom::htmlblockquoteelement</option>,  <option value="classDOM_1_1HTMLBodyElement.html">dom::htmlbodyelement</option>,  <option value="classDOM_1_1HTMLBRElement.html">dom::htmlbrelement</option>,  <option value="classDOM_1_1HTMLButtonElement.html">dom::htmlbuttonelement</option>,  <option value="classDOM_1_1HTMLCollection.html">dom::htmlcollection</option>,  <option value="classDOM_1_1HTMLDirectoryElement.html">dom::htmldirectoryelement</option>,  <option value="classDOM_1_1HTMLDivElement.html">dom::htmldivelement</option>,  <option value="classDOM_1_1HTMLDListElement.html">dom::htmldlistelement</option>,  <option value="classDOM_1_1HTMLDocument.html">dom::htmldocument</option>,  <option value="classDOM_1_1HTMLElement.html">dom::htmlelement</option>,  <option value="classDOM_1_1HTMLFieldSetElement.html">dom::htmlfieldsetelement</option>,  <option value="classDOM_1_1HTMLFontElement.html">dom::htmlfontelement</option>,  <option value="classDOM_1_1HTMLFormElement.html">dom::htmlformelement</option>,  <option value="classDOM_1_1HTMLFrameElement.html">dom::htmlframeelement</option>,  <option value="classDOM_1_1HTMLFrameSetElement.html">dom::htmlframesetelement</option>,  <option value="classDOM_1_1HTMLHeadElement.html">dom::htmlheadelement</option>,  <option value="classDOM_1_1HTMLHeadingElement.html">dom::htmlheadingelement</option>,  <option value="classDOM_1_1HTMLHRElement.html">dom::htmlhrelement</option>,  <option value="classDOM_1_1HTMLHtmlElement.html">dom::htmlhtmlelement</option>,  <option value="classDOM_1_1HTMLIFrameElement.html">dom::htmliframeelement</option>,  <option value="classDOM_1_1HTMLImageElement.html">dom::htmlimageelement</option>,  <option value="classDOM_1_1HTMLInputElement.html">dom::htmlinputelement</option>,  <option value="classDOM_1_1HTMLIsIndexElement.html">dom::htmlisindexelement</option>,  <option value="classDOM_1_1HTMLLabelElement.html">dom::htmllabelelement</option>,  <option value="classDOM_1_1HTMLLayerElement.html">dom::htmllayerelement</option>,  <option value="classDOM_1_1HTMLLegendElement.html">dom::htmllegendelement</option>,  <option value="classDOM_1_1HTMLLIElement.html">dom::htmllielement</option>,  <option value="classDOM_1_1HTMLLinkElement.html">dom::htmllinkelement</option>,  <option value="classDOM_1_1HTMLMapElement.html">dom::htmlmapelement</option>,  <option value="classDOM_1_1HTMLMenuElement.html">dom::htmlmenuelement</option>,  <option value="classDOM_1_1HTMLMetaElement.html">dom::htmlmetaelement</option>,  <option value="classDOM_1_1HTMLModElement.html">dom::htmlmodelement</option>,  <option value="classDOM_1_1HTMLObjectElement.html">dom::htmlobjectelement</option>,  <option value="classDOM_1_1HTMLOListElement.html">dom::htmlolistelement</option>,  <option value="classDOM_1_1HTMLOptGroupElement.html">dom::htmloptgroupelement</option>,  <option value="classDOM_1_1HTMLOptionElement.html">dom::htmloptionelement</option>,  <option value="classDOM_1_1HTMLParagraphElement.html">dom::htmlparagraphelement</option>,  <option value="classDOM_1_1HTMLParamElement.html">dom::htmlparamelement</option>,  <option value="classDOM_1_1HTMLPreElement.html">dom::htmlpreelement</option>,  <option value="classDOM_1_1HTMLQuoteElement.html">dom::htmlquoteelement</option>,  <option value="classDOM_1_1HTMLScriptElement.html">dom::htmlscriptelement</option>,  <option value="classDOM_1_1HTMLSelectElement.html">dom::htmlselectelement</option>,  <option value="classDOM_1_1HTMLStyleElement.html">dom::htmlstyleelement</option>,  <option value="classDOM_1_1HTMLTableCaptionElement.html">dom::htmltablecaptionelement</option>,  <option value="classDOM_1_1HTMLTableCellElement.html">dom::htmltablecellelement</option>,  <option value="classDOM_1_1HTMLTableColElement.html">dom::htmltablecolelement</option>,  <option value="classDOM_1_1HTMLTableElement.html">dom::htmltableelement</option>,  <option value="classDOM_1_1HTMLTableRowElement.html">dom::htmltablerowelement</option>,  <option value="classDOM_1_1HTMLTableSectionElement.html">dom::htmltablesectionelement</option>,  <option value="classDOM_1_1HTMLTextAreaElement.html">dom::htmltextareaelement</option>,  <option value="classDOM_1_1HTMLTitleElement.html">dom::htmltitleelement</option>,  <option value="classDOM_1_1HTMLUListElement.html">dom::htmlulistelement</option>,  <option value="classDOM_1_1MediaList.html">dom::medialist</option>,  <option value="classDOM_1_1MouseEvent.html">dom::mouseevent</option>,  <option value="classDOM_1_1MutationEvent.html">dom::mutationevent</option>,  <option value="classDOM_1_1NamedNodeMap.html">dom::namednodemap</option>,  <option value="classDOM_1_1Node.html">dom::node</option>,  <option value="classDOM_1_1NodeFilter.html">dom::nodefilter</option>,  <option value="classDOM_1_1NodeIterator.html">dom::nodeiterator</option>,  <option value="classDOM_1_1NodeList.html">dom::nodelist</option>,  <option value="classDOM_1_1Notation.html">dom::notation</option>,  <option value="classDOM_1_1ProcessingInstruction.html">dom::processinginstruction</option>,  <option value="classDOM_1_1Rect.html">dom::rect</option>,  <option value="classDOM_1_1RGBColor.html">dom::rgbcolor</option>,  <option value="classDOM_1_1StyleSheet.html">dom::stylesheet</option>,  <option value="classDOM_1_1StyleSheetList.html">dom::stylesheetlist</option>,  <option value="classDOM_1_1Text.html">dom::text</option>,  <option value="classDOM_1_1TextEvent.html">dom::textevent</option>,  <option value="classDOM_1_1TreeWalker.html">dom::treewalker</option>,  <option value="classDOM_1_1UIEvent.html">dom::uievent</option>,  <option value="classKHTMLPageCache.html">khtmlpagecache</option>,  <option value="classKHTMLPart.html">khtmlpart</option>,  <option value="classKHTMLPartBrowserExtension.html">khtmlpartbrowserextension</option>,  <option value="classKHTMLPartIface.html">khtmlpartiface</option>,  <option value="classKHTMLSettings.html">khtmlsettings</option>,  <option value="classKHTMLView.html">khtmlview</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>