Sophie

Sophie

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

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>kate: katebuffer.h Source File (kate)</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=".">kate</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">katebuffer.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) 2000 Waldo Bastian &lt;bastian@kde.org&gt;</span>
<a name="l00003"></a>00003 <span class="comment">   Copyright (C) 2002-2004 Christoph Cullmann &lt;cullmann@kde.org&gt;</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="comment">   This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment">   modify it under the terms of the GNU Library General Public</span>
<a name="l00007"></a>00007 <span class="comment">   License version 2 as published by the Free Software Foundation.</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 __KATE_BUFFER_H__</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define __KATE_BUFFER_H__</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &quot;katetextline.h&quot;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &quot;katecodefoldinghelpers.h&quot;</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;kvmallocator.h&gt;</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;qobject.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;qtimer.h&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;qvaluevector.h&gt;</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="keyword">class </span>KateLineInfo;
<a name="l00034"></a>00034 <span class="keyword">class </span>KateDocument;
<a name="l00035"></a>00035 <span class="keyword">class </span>KateHighlighting;
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="classKateBufBlockList.html" title="list which allows O(1) inserts/removes will not delete the elements on remove will use the next/prevN...">KateBufBlockList</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="classKateBuffer.html" title="The KateBuffer class maintains a collections of lines.">KateBuffer</a>;
<a name="l00038"></a>00038 <span class="keyword">class </span>KateFileLoader;
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">class </span><a class="codeRef" href="qtextcodec.html">QTextCodec</a>;
<a name="l00041"></a>00041 
<a name="l00049"></a><a class="code" href="classKateBufBlock.html">00049</a> <span class="keyword">class </span><a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a>
<a name="l00050"></a>00050 {
<a name="l00051"></a>00051   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateBufBlockList.html" title="list which allows O(1) inserts/removes will not delete the elements on remove will use the next/prevN...">KateBufBlockList</a>;
<a name="l00052"></a>00052 
<a name="l00053"></a>00053   <span class="keyword">public</span>:
<a name="l00061"></a>00061     <a class="code" href="classKateBufBlock.html#afb827e147a79e8864b2f25767bd1e917" title="Create an empty block.">KateBufBlock</a> ( <a class="code" href="classKateBuffer.html" title="The KateBuffer class maintains a collections of lines.">KateBuffer</a> *parent, <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#a4e3770e20ff0b5a660d7efc5f75eb00d" title="prev block">prev</a> = 0, <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#af33dfa2bce01d21d436e14d2dc8bd94e" title="next block">next</a> = 0,
<a name="l00062"></a>00062                    KateFileLoader *stream = 0 );
<a name="l00063"></a>00063 
<a name="l00067"></a>00067     <a class="code" href="classKateBufBlock.html#a0dcda94925a652c5d1513a760f32e570" title="destroy this block and take care of freeing all mem">~KateBufBlock</a> ();
<a name="l00068"></a>00068 
<a name="l00069"></a>00069   <span class="keyword">private</span>:
<a name="l00074"></a>00074     <span class="keywordtype">void</span> fillBlock (KateFileLoader *stream);
<a name="l00075"></a>00075 
<a name="l00076"></a>00076   <span class="keyword">public</span>:
<a name="l00080"></a><a class="code" href="classKateBufBlock.html#a1323fe55ce0737ead602f6f8ec284806">00080</a>     <span class="keyword">enum</span> <a class="code" href="classKateBufBlock.html#a1323fe55ce0737ead602f6f8ec284806" title="state flags">State</a>
<a name="l00081"></a>00081     {
<a name="l00082"></a>00082       stateSwapped = 0,
<a name="l00083"></a>00083       stateClean = 1,
<a name="l00084"></a>00084       stateDirty = 2
<a name="l00085"></a>00085     };
<a name="l00086"></a>00086 
<a name="l00091"></a><a class="code" href="classKateBufBlock.html#a8fc45b107f05316792821f2429628886">00091</a>     <a class="code" href="classKateBufBlock.html#a1323fe55ce0737ead602f6f8ec284806" title="state flags">State</a> <a class="code" href="classKateBufBlock.html#a8fc45b107f05316792821f2429628886" title="returns the current state of this block">state</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_state; }
<a name="l00092"></a>00092 
<a name="l00093"></a>00093   <span class="keyword">public</span>:
<a name="l00101"></a>00101     <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKSharedPtr.html">KateTextLine::Ptr</a> <a class="code" href="classKateBufBlock.html#a7520846446a46d5a0347cdc586208c48" title="return line i The first line of this block is line 0.">line</a>(uint i);
<a name="l00102"></a>00102 
<a name="l00109"></a>00109     <span class="keywordtype">void</span> <a class="code" href="classKateBufBlock.html#ac2a63e50e0e60e9279fd09657e0ab06a" title="insert line in front of line i marks the block dirty">insertLine</a>(uint i, <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKSharedPtr.html">KateTextLine::Ptr</a> <a class="code" href="classKateBufBlock.html#a7520846446a46d5a0347cdc586208c48" title="return line i The first line of this block is line 0.">line</a>);
<a name="l00110"></a>00110 
<a name="l00116"></a>00116     <span class="keywordtype">void</span> <a class="code" href="classKateBufBlock.html#a78d9681f957efa1707f83bfdb278eb53" title="remove line i marks the block dirty">removeLine</a>(uint i);
<a name="l00117"></a>00117 
<a name="l00122"></a>00122     <span class="keywordtype">void</span> <a class="code" href="classKateBufBlock.html#a6987befaf4789220dc2503122a650f6e" title="mark this block as dirty, will invalidate the swap data insert/removeLine will mark the block dirty i...">markDirty</a> ();
<a name="l00123"></a>00123 
<a name="l00124"></a>00124   <span class="keyword">public</span>:
<a name="l00129"></a><a class="code" href="classKateBufBlock.html#a96bd7474a4acb3742f10dbbd4dd5a7f2">00129</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlock.html#a96bd7474a4acb3742f10dbbd4dd5a7f2" title="startLine">startLine</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_startLine; };
<a name="l00130"></a>00130 
<a name="l00135"></a><a class="code" href="classKateBufBlock.html#a241df7e2f3ee1ee0333dffab301fe476">00135</a>     <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classKateBufBlock.html#a241df7e2f3ee1ee0333dffab301fe476" title="update the first line, needed to keep it up to date">setStartLine</a> (uint <a class="code" href="classKateBufBlock.html#a7520846446a46d5a0347cdc586208c48" title="return line i The first line of this block is line 0.">line</a>) { m_startLine = <a class="code" href="classKateBufBlock.html#a7520846446a46d5a0347cdc586208c48" title="return line i The first line of this block is line 0.">line</a>; }
<a name="l00136"></a>00136 
<a name="l00141"></a><a class="code" href="classKateBufBlock.html#ad782755379955887c1ab7863f8287f25">00141</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlock.html#ad782755379955887c1ab7863f8287f25" title="first line behind this block">endLine</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_startLine + m_lines; }
<a name="l00142"></a>00142 
<a name="l00147"></a><a class="code" href="classKateBufBlock.html#a8b56e06feb1cd623f3c945d9e7061243">00147</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlock.html#a8b56e06feb1cd623f3c945d9e7061243" title="lines in this block">lines</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_lines; }
<a name="l00148"></a>00148 
<a name="l00153"></a><a class="code" href="classKateBufBlock.html#a4e3770e20ff0b5a660d7efc5f75eb00d">00153</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#a4e3770e20ff0b5a660d7efc5f75eb00d" title="prev block">prev</a> () { <span class="keywordflow">return</span> m_prev; }
<a name="l00154"></a>00154 
<a name="l00159"></a><a class="code" href="classKateBufBlock.html#af33dfa2bce01d21d436e14d2dc8bd94e">00159</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#af33dfa2bce01d21d436e14d2dc8bd94e" title="next block">next</a> () { <span class="keywordflow">return</span> m_next; }
<a name="l00160"></a>00160 
<a name="l00164"></a>00164   <span class="keyword">private</span>:
<a name="l00168"></a>00168     <span class="keywordtype">void</span> swapIn ();
<a name="l00169"></a>00169 
<a name="l00173"></a>00173     <span class="keywordtype">void</span> swapOut ();
<a name="l00174"></a>00174 
<a name="l00175"></a>00175   <span class="keyword">private</span>:
<a name="l00180"></a>00180     <a class="code" href="classKateBufBlock.html#a1323fe55ce0737ead602f6f8ec284806" title="state flags">KateBufBlock::State</a> m_state;
<a name="l00181"></a>00181 
<a name="l00185"></a>00185     uint m_startLine;
<a name="l00186"></a>00186 
<a name="l00190"></a>00190     uint m_lines;
<a name="l00191"></a>00191 
<a name="l00195"></a>00195     KVMAllocator::Block *m_vmblock;
<a name="l00196"></a>00196 
<a name="l00200"></a>00200     uint m_vmblockSize;
<a name="l00201"></a>00201 
<a name="l00205"></a>00205     <a class="codeRef" href="qvaluevector.html">QValueVector&lt;KateTextLine::Ptr&gt;</a> m_stringList;
<a name="l00206"></a>00206 
<a name="l00210"></a>00210     <a class="code" href="classKateBuffer.html" title="The KateBuffer class maintains a collections of lines.">KateBuffer</a>* m_parent;
<a name="l00211"></a>00211 
<a name="l00215"></a>00215     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *m_prev;
<a name="l00216"></a>00216 
<a name="l00220"></a>00220     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *m_next;
<a name="l00221"></a>00221 
<a name="l00222"></a>00222   <span class="keyword">private</span>:
<a name="l00227"></a>00227     <a class="code" href="classKateBufBlockList.html" title="list which allows O(1) inserts/removes will not delete the elements on remove will use the next/prevN...">KateBufBlockList</a> *list;
<a name="l00228"></a>00228 
<a name="l00232"></a>00232     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *listPrev;
<a name="l00233"></a>00233 
<a name="l00237"></a>00237     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *listNext;
<a name="l00238"></a>00238 };
<a name="l00239"></a>00239 
<a name="l00248"></a><a class="code" href="classKateBufBlockList.html">00248</a> <span class="keyword">class </span><a class="code" href="classKateBufBlockList.html" title="list which allows O(1) inserts/removes will not delete the elements on remove will use the next/prevN...">KateBufBlockList</a>
<a name="l00249"></a>00249 {
<a name="l00250"></a>00250   <span class="keyword">public</span>:
<a name="l00254"></a>00254     <a class="code" href="classKateBufBlockList.html#a3b184a85e872ac643921b19fa6ee019f" title="Default Constructor.">KateBufBlockList</a> ();
<a name="l00255"></a>00255 
<a name="l00256"></a>00256   <span class="keyword">public</span>:
<a name="l00261"></a><a class="code" href="classKateBufBlockList.html#a920a4f2fd9253888ee076f9d6918a00c">00261</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlockList.html#a920a4f2fd9253888ee076f9d6918a00c" title="count of blocks in this list">count</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_count; }
<a name="l00262"></a>00262 
<a name="l00267"></a><a class="code" href="classKateBufBlockList.html#a65a6b5533df22230b4ccf601c60ee1b9">00267</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *<a class="code" href="classKateBufBlockList.html#a65a6b5533df22230b4ccf601c60ee1b9" title="first block in this list or 0">first</a> () { <span class="keywordflow">return</span> m_first; };
<a name="l00268"></a>00268 
<a name="l00273"></a><a class="code" href="classKateBufBlockList.html#a1bba06de2257953538bd70ad2fb7c352">00273</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *<a class="code" href="classKateBufBlockList.html#a1bba06de2257953538bd70ad2fb7c352" title="last block in this list or 0">last</a> () { <span class="keywordflow">return</span> m_last; };
<a name="l00274"></a>00274 
<a name="l00280"></a><a class="code" href="classKateBufBlockList.html#a8467a6ac7bb3e63833694d6c3521c99d">00280</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBufBlockList.html#a8467a6ac7bb3e63833694d6c3521c99d" title="is buf the last block?">isFirst</a> (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf) { <span class="keywordflow">return</span> m_first == buf; };
<a name="l00281"></a>00281 
<a name="l00287"></a><a class="code" href="classKateBufBlockList.html#a6f88c0e90c6dd78e2ab87c7a1fc3f1e2">00287</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBufBlockList.html#a6f88c0e90c6dd78e2ab87c7a1fc3f1e2" title="is buf the last block?">isLast</a> (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf) { <span class="keywordflow">return</span> m_last == buf; };
<a name="l00288"></a>00288 
<a name="l00294"></a>00294     <span class="keywordtype">void</span> <a class="code" href="classKateBufBlockList.html#a84d139ab94e5c5952a065d0bc38c420b" title="append a block to this list ! will remove it from the list it belonged before !">append</a> (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf);
<a name="l00295"></a>00295 
<a name="l00300"></a><a class="code" href="classKateBufBlockList.html#aae208670d5a5c6606d7bb58b4e82cde5">00300</a>     <span class="keyword">inline</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <span class="keyword">remove</span> (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf)
<a name="l00301"></a>00301     {
<a name="l00302"></a>00302       <span class="keywordflow">if</span> (buf-&gt;list)
<a name="l00303"></a>00303         buf-&gt;list-&gt;removeInternal (buf);
<a name="l00304"></a>00304     }
<a name="l00305"></a>00305 
<a name="l00306"></a>00306   <span class="keyword">private</span>:
<a name="l00311"></a>00311     <span class="keywordtype">void</span> removeInternal (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf);
<a name="l00312"></a>00312 
<a name="l00313"></a>00313   <span class="keyword">private</span>:
<a name="l00317"></a>00317     uint m_count;
<a name="l00318"></a>00318 
<a name="l00322"></a>00322     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *m_first;
<a name="l00323"></a>00323 
<a name="l00327"></a>00327     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *m_last;
<a name="l00328"></a>00328 };
<a name="l00329"></a>00329 
<a name="l00341"></a><a class="code" href="classKateBuffer.html">00341</a> <span class="keyword">class </span><a class="code" href="classKateBuffer.html" title="The KateBuffer class maintains a collections of lines.">KateBuffer</a> : <span class="keyword">public</span> <a class="codeRef" href="qobject.html">QObject</a>
<a name="l00342"></a>00342 {
<a name="l00343"></a>00343   Q_OBJECT
<a name="l00344"></a>00344 
<a name="l00345"></a>00345   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a>;
<a name="l00346"></a>00346 
<a name="l00347"></a>00347   <span class="keyword">public</span>:
<a name="l00352"></a><a class="code" href="classKateBuffer.html#afff8e878d364c1bb7c26cd164f249413">00352</a>     <span class="keyword">inline</span> <span class="keyword">static</span> uint <a class="code" href="classKateBuffer.html#afff8e878d364c1bb7c26cd164f249413" title="maximal loaded block count">maxLoadedBlocks</a> () { <span class="keywordflow">return</span> m_maxLoadedBlocks; }
<a name="l00353"></a>00353 
<a name="l00358"></a>00358     <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#add702e870c0dc7c62fec60753318f74a" title="modifier for max loaded blocks limit">setMaxLoadedBlocks</a> (uint <a class="code" href="classKateBuffer.html#a6a8dd7b2fd16c78653c519cfe4bcc765" title="Return the total number of lines in the buffer.">count</a>);
<a name="l00359"></a>00359 
<a name="l00360"></a>00360   <span class="keyword">private</span>:
<a name="l00364"></a>00364     <span class="keyword">static</span> uint m_maxLoadedBlocks;
<a name="l00365"></a>00365 
<a name="l00366"></a>00366   <span class="keyword">public</span>:
<a name="l00371"></a>00371     <a class="code" href="classKateBuffer.html#aaf23d74106856ae4059646959d8a75d4" title="Create an empty buffer.">KateBuffer</a> (KateDocument *doc);
<a name="l00372"></a>00372 
<a name="l00376"></a>00376     <a class="code" href="classKateBuffer.html#a15e8a3199f8e81c55a6f7ff9965743f1" title="Goodbye buffer.">~KateBuffer</a> ();
<a name="l00377"></a>00377 
<a name="l00378"></a>00378   <span class="keyword">public</span>:
<a name="l00382"></a>00382     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#afd97187e85201aec2064dc485cba1cf0" title="start some editing action">editStart</a> ();
<a name="l00383"></a>00383 
<a name="l00387"></a>00387     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#ab361cf1451e7c095a797ee4beec17223" title="finish some editing action">editEnd</a> ();
<a name="l00388"></a>00388 
<a name="l00394"></a><a class="code" href="classKateBuffer.html#a4818f4f0c599ef5d899d7c37bfce0419">00394</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#a4818f4f0c599ef5d899d7c37bfce0419" title="were there changes in the current running editing session?">editChanged</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> editChangesDone; }
<a name="l00395"></a>00395 
<a name="l00400"></a><a class="code" href="classKateBuffer.html#a40575fe01db4b9b8af076c017dd22268">00400</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#a40575fe01db4b9b8af076c017dd22268" title="dirty lines start">editTagStart</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> editTagLineStart; }
<a name="l00401"></a>00401 
<a name="l00406"></a><a class="code" href="classKateBuffer.html#a0365f4656b824d43a77231a0d0d68314">00406</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#a0365f4656b824d43a77231a0d0d68314" title="dirty lines end">editTagEnd</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> editTagLineEnd; }
<a name="l00407"></a>00407 
<a name="l00412"></a><a class="code" href="classKateBuffer.html#a2c579e61c8d4db027d80c9d3b5599c64">00412</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#a2c579e61c8d4db027d80c9d3b5599c64" title="line inserted/removed?">editTagFrom</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> editTagLineFrom; }
<a name="l00413"></a>00413 
<a name="l00414"></a>00414   <span class="keyword">private</span>:
<a name="l00418"></a>00418     uint editSessionNumber;
<a name="l00419"></a>00419 
<a name="l00423"></a>00423     <span class="keywordtype">bool</span> editIsRunning;
<a name="l00424"></a>00424 
<a name="l00428"></a>00428     uint editTagLineStart;
<a name="l00429"></a>00429 
<a name="l00433"></a>00433     uint editTagLineEnd;
<a name="l00434"></a>00434 
<a name="l00438"></a>00438     <span class="keywordtype">bool</span> editTagLineFrom;
<a name="l00439"></a>00439 
<a name="l00443"></a>00443     <span class="keywordtype">bool</span> editChangesDone;
<a name="l00444"></a>00444 
<a name="l00445"></a>00445   <span class="keyword">public</span>:
<a name="l00449"></a>00449     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#a58836dcc0e264d228b9dff5a90d918c6" title="Clear the buffer.">clear</a>();
<a name="l00450"></a>00450 
<a name="l00456"></a>00456     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#aa461e637ae38db0c5157704d2b02cccb" title="Open a file, use the given filename.">openFile</a> (<span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a> &amp;m_file);
<a name="l00457"></a>00457 
<a name="l00463"></a><a class="code" href="classKateBuffer.html#abbeb713673b0da5a14ec05a53beca217">00463</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#abbeb713673b0da5a14ec05a53beca217" title="was the last loading broken because of not enough tmp disk space ? (will be reseted on successful sav...">loadingBorked</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_loadingBorked; }
<a name="l00464"></a>00464 
<a name="l00469"></a><a class="code" href="classKateBuffer.html#a8b72252a237dbc05772956377a66f7a1">00469</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#a8b72252a237dbc05772956377a66f7a1" title="is this file a binary?">binary</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_binary; }
<a name="l00470"></a>00470 
<a name="l00475"></a>00475     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#a7d09450243302f4abb3a8ddd1abaf82d" title="Can the current codec handle all chars.">canEncode</a> ();
<a name="l00476"></a>00476 
<a name="l00482"></a>00482     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#abc42f3303b6ded3316573617118aefaa" title="Save the buffer to a file, use the given filename + codec + end of line chars (internal use of qtexts...">saveFile</a> (<span class="keyword">const</span> <a class="codeRef" href="qstring.html">QString</a> &amp;m_file);
<a name="l00483"></a>00483 
<a name="l00484"></a>00484   <span class="keyword">public</span>:
<a name="l00488"></a><a class="code" href="classKateBuffer.html#abbad05496f3f5a38dafa95263dea6842">00488</a>     <span class="keyword">inline</span> <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKSharedPtr.html">KateTextLine::Ptr</a> <a class="code" href="classKateBuffer.html#abbad05496f3f5a38dafa95263dea6842" title="Return line i.">line</a>(uint i)
<a name="l00489"></a>00489     {
<a name="l00490"></a>00490       <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf = findBlock(i);
<a name="l00491"></a>00491       <span class="keywordflow">if</span> (!buf)
<a name="l00492"></a>00492         <span class="keywordflow">return</span> 0;
<a name="l00493"></a>00493 
<a name="l00494"></a>00494       <span class="keywordflow">if</span> (i &lt; m_lineHighlighted)
<a name="l00495"></a>00495         <span class="keywordflow">return</span> buf-&gt;<a class="code" href="classKateBufBlock.html#a7520846446a46d5a0347cdc586208c48" title="return line i The first line of this block is line 0.">line</a> (i - buf-&gt;<a class="code" href="classKateBufBlock.html#a96bd7474a4acb3742f10dbbd4dd5a7f2" title="startLine">startLine</a>());
<a name="l00496"></a>00496 
<a name="l00497"></a>00497       <span class="keywordflow">return</span> line_internal (buf, i);
<a name="l00498"></a>00498     }
<a name="l00499"></a>00499 
<a name="l00500"></a>00500   <span class="keyword">private</span>:
<a name="l00504"></a>00504      <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKSharedPtr.html">KateTextLine::Ptr</a> line_internal (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf, uint i);
<a name="l00505"></a>00505 
<a name="l00506"></a>00506      <span class="keyword">inline</span> <span class="keywordtype">void</span> addIndentBasedFoldingInformation(<a class="codeRef" href="qmemarray.html">QMemArray&lt;uint&gt;</a> &amp;foldingList,<span class="keywordtype">bool</span> addindent,uint deindent);
<a name="l00507"></a>00507      <span class="keyword">inline</span> <span class="keywordtype">void</span> updatePreviousNotEmptyLine(<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *blk,uint current_line,<span class="keywordtype">bool</span> addindent,uint deindent);
<a name="l00508"></a>00508   <span class="keyword">public</span>:
<a name="l00512"></a><a class="code" href="classKateBuffer.html#ac2f2ce619c7afcdb828e6190932fbf56">00512</a>     <span class="keyword">inline</span> <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKSharedPtr.html">KateTextLine::Ptr</a> <a class="code" href="classKateBuffer.html#ac2f2ce619c7afcdb828e6190932fbf56" title="Return line i without triggering highlighting.">plainLine</a>(uint i)
<a name="l00513"></a>00513     {
<a name="l00514"></a>00514       <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf = findBlock(i);
<a name="l00515"></a>00515       <span class="keywordflow">if</span> (!buf)
<a name="l00516"></a>00516         <span class="keywordflow">return</span> 0;
<a name="l00517"></a>00517 
<a name="l00518"></a>00518       <span class="keywordflow">return</span> buf-&gt;<a class="code" href="classKateBufBlock.html#a7520846446a46d5a0347cdc586208c48" title="return line i The first line of this block is line 0.">line</a>(i - buf-&gt;<a class="code" href="classKateBufBlock.html#a96bd7474a4acb3742f10dbbd4dd5a7f2" title="startLine">startLine</a>());
<a name="l00519"></a>00519     }
<a name="l00520"></a>00520 
<a name="l00524"></a><a class="code" href="classKateBuffer.html#a6a8dd7b2fd16c78653c519cfe4bcc765">00524</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#a6a8dd7b2fd16c78653c519cfe4bcc765" title="Return the total number of lines in the buffer.">count</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_lines; }
<a name="l00525"></a>00525 
<a name="l00526"></a>00526   <span class="keyword">private</span>:
<a name="l00532"></a>00532     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *findBlock (uint i, uint *index = 0)
<a name="l00533"></a>00533     {
<a name="l00534"></a>00534       <span class="comment">// out of range !</span>
<a name="l00535"></a>00535       <span class="keywordflow">if</span> (i &gt;= m_lines)
<a name="l00536"></a>00536         <span class="keywordflow">return</span> 0;
<a name="l00537"></a>00537 
<a name="l00538"></a>00538       <span class="keywordflow">if</span> ((m_blocks[m_lastFoundBlock]-&gt;<a class="code" href="classKateBufBlock.html#a96bd7474a4acb3742f10dbbd4dd5a7f2" title="startLine">startLine</a>() &lt;= i) &amp;&amp; (m_blocks[m_lastFoundBlock]-&gt;<a class="code" href="classKateBufBlock.html#ad782755379955887c1ab7863f8287f25" title="first line behind this block">endLine</a>() &gt; i))
<a name="l00539"></a>00539       {
<a name="l00540"></a>00540         <span class="keywordflow">if</span> (index)
<a name="l00541"></a>00541           (*index) = m_lastFoundBlock;
<a name="l00542"></a>00542 
<a name="l00543"></a>00543         <span class="keywordflow">return</span> m_blocks[m_lastFoundBlock];
<a name="l00544"></a>00544       }
<a name="l00545"></a>00545 
<a name="l00546"></a>00546       <span class="keywordflow">return</span> findBlock_internal (i, index);
<a name="l00547"></a>00547     }
<a name="l00548"></a>00548 
<a name="l00549"></a>00549     <a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *findBlock_internal (uint i, uint *index = 0);
<a name="l00550"></a>00550 
<a name="l00551"></a>00551   <span class="keyword">public</span>:
<a name="l00555"></a>00555     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#a95d708a4d3ea9764905e2b8941222b67" title="Mark line i as changed !">changeLine</a>(uint i);
<a name="l00556"></a>00556 
<a name="l00560"></a>00560     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#a9813374bdc26d8658db2074a4b189f3e" title="Insert line in front of line i.">insertLine</a>(uint i, <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKSharedPtr.html">KateTextLine::Ptr</a> <a class="code" href="classKateBuffer.html#abbad05496f3f5a38dafa95263dea6842" title="Return line i.">line</a>);
<a name="l00561"></a>00561 
<a name="l00565"></a>00565     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#a20c38fa148dcc62a77079113cf8bec28" title="Remove line i.">removeLine</a>(uint i);
<a name="l00566"></a>00566 
<a name="l00567"></a>00567   <span class="keyword">public</span>:
<a name="l00568"></a>00568     <span class="keyword">inline</span> uint countVisible () { <span class="keywordflow">return</span> m_lines - m_regionTree.getHiddenLinesCount(m_lines); }
<a name="l00569"></a>00569 
<a name="l00570"></a>00570     <span class="keyword">inline</span> uint lineNumber (uint visibleLine) { <span class="keywordflow">return</span> m_regionTree.getRealLine (visibleLine); }
<a name="l00571"></a>00571 
<a name="l00572"></a>00572     <span class="keyword">inline</span> uint lineVisibleNumber (uint <a class="code" href="classKateBuffer.html#abbad05496f3f5a38dafa95263dea6842" title="Return line i.">line</a>) { <span class="keywordflow">return</span> m_regionTree.getVirtualLine (line); }
<a name="l00573"></a>00573 
<a name="l00574"></a>00574     <span class="keyword">inline</span> <span class="keywordtype">void</span> lineInfo (KateLineInfo *info, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line) { m_regionTree.getLineInfo(info,line); }
<a name="l00575"></a>00575 
<a name="l00576"></a>00576     <span class="keyword">inline</span> uint tabWidth ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_tabWidth; }
<a name="l00577"></a>00577 
<a name="l00578"></a>00578   <span class="keyword">public</span>:
<a name="l00579"></a>00579     <span class="keywordtype">void</span> setTabWidth (uint w);
<a name="l00580"></a>00580 
<a name="l00587"></a>00587     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#aa0e9534998826f15d7166bbf8ddd7da2" title="Use highlight for highlighting.">setHighlight</a> (uint hlMode);
<a name="l00588"></a>00588 
<a name="l00589"></a>00589     KateHighlighting *highlight () { <span class="keywordflow">return</span> m_highlight; };
<a name="l00590"></a>00590 
<a name="l00594"></a>00594     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#af1f522693b404a106dd3f11bbb8f314d" title="Invalidate highlighting of whole buffer.">invalidateHighlighting</a>();
<a name="l00595"></a>00595 
<a name="l00596"></a>00596     KateCodeFoldingTree *foldingTree () { <span class="keywordflow">return</span> &amp;m_regionTree; };
<a name="l00597"></a>00597 
<a name="l00598"></a>00598   <span class="keyword">public</span> slots:
<a name="l00599"></a>00599     <span class="keywordtype">void</span> codeFoldingColumnUpdate(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> lineNr);
<a name="l00600"></a>00600 
<a name="l00601"></a>00601   <span class="keyword">private</span>:
<a name="l00614"></a>00614     <span class="keywordtype">bool</span> doHighlight (<a class="code" href="classKateBufBlock.html" title="The KateBufBlock class contains an amount of data representing a certain number of lines...">KateBufBlock</a> *buf, uint from, uint to, <span class="keywordtype">bool</span> invalidate);
<a name="l00615"></a>00615 
<a name="l00616"></a>00616   signals:
<a name="l00620"></a>00620     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#ad302ddd9a5f968e32dc2771f0d55bfc8" title="Emittend if codefolding returned with a changed list.">codeFoldingUpdated</a>();
<a name="l00621"></a>00621 
<a name="l00626"></a>00626     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#a16e13b84dc9243a51a4d72a437efb435" title="Emitted when the highlighting of a certain range has changed.">tagLines</a>(<span class="keywordtype">int</span> start, <span class="keywordtype">int</span> end);
<a name="l00627"></a>00627 
<a name="l00628"></a>00628   <span class="keyword">private</span>:
<a name="l00632"></a>00632     KateDocument *m_doc;
<a name="l00633"></a>00633 
<a name="l00637"></a>00637     uint m_lines;
<a name="l00638"></a>00638 
<a name="l00643"></a>00643     <a class="codeRef" href="qvaluevector.html">QValueVector&lt;KateBufBlock*&gt;</a> m_blocks;
<a name="l00644"></a>00644 
<a name="l00648"></a>00648     uint m_lastInSyncBlock;
<a name="l00649"></a>00649 
<a name="l00653"></a>00653     uint m_lastFoundBlock;
<a name="l00654"></a>00654 
<a name="l00659"></a>00659     <span class="keywordtype">bool</span> m_cacheReadError;
<a name="l00660"></a>00660     <span class="keywordtype">bool</span> m_cacheWriteError;
<a name="l00661"></a>00661 
<a name="l00665"></a>00665     <span class="keywordtype">bool</span> m_loadingBorked;
<a name="l00666"></a>00666 
<a name="l00670"></a>00670     <span class="keywordtype">bool</span> m_binary;
<a name="l00671"></a>00671 
<a name="l00675"></a>00675   <span class="keyword">private</span>:
<a name="l00679"></a>00679     KateHighlighting *m_highlight;
<a name="l00680"></a>00680 
<a name="l00684"></a>00684     KateCodeFoldingTree m_regionTree;
<a name="l00685"></a>00685 
<a name="l00686"></a>00686     <span class="comment">// for the scrapty indent sensitive langs</span>
<a name="l00687"></a>00687     uint m_tabWidth;
<a name="l00688"></a>00688 
<a name="l00689"></a>00689     uint m_lineHighlightedMax;
<a name="l00690"></a>00690     uint m_lineHighlighted;
<a name="l00691"></a>00691 
<a name="l00695"></a>00695     uint m_maxDynamicContexts;
<a name="l00696"></a>00696 
<a name="l00700"></a>00700   <span class="keyword">private</span>:
<a name="l00704"></a>00704     <a class="code" href="classKateBufBlockList.html" title="list which allows O(1) inserts/removes will not delete the elements on remove will use the next/prevN...">KateBufBlockList</a> m_loadedBlocks;
<a name="l00705"></a>00705 };
<a name="l00706"></a>00706 
<a name="l00707"></a>00707 <span class="preprocessor">#endif</span>
<a name="l00708"></a>00708 <span class="preprocessor"></span>
<a name="l00709"></a>00709 <span class="comment">// kate: space-indent on; indent-width 2; replace-tabs on;</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>kate</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="classIndenterConfigPage.html">indenterconfigpage</option>,  <option value="classKate_1_1Command.html">kate::command</option>,  <option value="classKate_1_1CommandExtension.html">kate::commandextension</option>,  <option value="classKate_1_1Document.html">kate::document</option>,  <option value="classKate_1_1DocumentExt.html">kate::documentext</option>,  <option value="classKate_1_1View.html">kate::view</option>,  <option value="classKateArbitraryHighlight.html">katearbitraryhighlight</option>,  <option value="classKateAttribute.html">kateattribute</option>,  <option value="classKateAutoIndent.html">kateautoindent</option>,  <option value="classKateBrowserExtension.html">katebrowserextension</option>,  <option value="classKateBufBlock.html">katebufblock</option>,  <option value="classKateBufBlockList.html">katebufblocklist</option>,  <option value="classKateBuffer.html">katebuffer</option>,  <option value="classKateCmdShellCompletion.html">katecmdshellcompletion</option>,  <option value="classKateCommands_1_1Character.html">katecommands::character</option>,  <option value="classKateCommands_1_1CoreCommands.html">katecommands::corecommands</option>,  <option value="classKateCommands_1_1Date.html">katecommands::date</option>,  <option value="classKateCommands_1_1SedReplace.html">katecommands::sedreplace</option>,  <option value="classKateConfig.html">kateconfig</option>,  <option value="classKateDocCursor.html">katedoccursor</option>,  <option value="classKateJScript.html">katejscript</option>,  <option value="classKateModOnHdPrompt.html">katemodonhdprompt</option>,  <option value="classKateNormalIndent.html">katenormalindent</option>,  <option value="classKateRenderer.html">katerenderer</option>,  <option value="classKateReplacePrompt.html">katereplaceprompt</option>,  <option value="classKateScrollBar.html">katescrollbar</option>,  <option value="classKateSuperCursor.html">katesupercursor</option>,  <option value="classKateSuperRange.html">katesuperrange</option>,  <option value="classKateSyntaxContextData.html">katesyntaxcontextdata</option>,  <option value="classKateSyntaxDocument.html">katesyntaxdocument</option>,  <option value="classKateSyntaxModeListItem.html">katesyntaxmodelistitem</option>,  <option value="classKateTextCursor.html">katetextcursor</option>,  <option value="classKateTextLine.html">katetextline</option>,  <option value="classKateUndoGroup.html">kateundogroup</option>,  <option value="classKateVarIndent.html">katevarindent</option>,  <option value="classKateViewIndentationAction.html">kateviewindentationaction</option>,  <option value="classOutputFunction.html">outputfunction</option>,  <option value="classOutputObject.html">outputobject</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>