Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > f89abdeb016114b348a5c554d8214329 > files > 2226

kdelibs-apidocs-3.5.4-30.el5.centos.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>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.4.7 -->
<h1>katebuffer.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* This file is part of the KDE libraries</span>
<a name="l00002"></a>00002 <span class="comment">   Copyright (c) 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 "katetextline.h"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "katecodefoldinghelpers.h"</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><a class="code" href="classKateLineInfo.html">KateLineInfo</a>;
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classKateDocument.html">KateDocument</a>;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="classKateHighlighting.html">KateHighlighting</a>;
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="classKateBufBlockList.html">KateBufBlockList</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="classKateBuffer.html">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" doxygen="qt.tag:" 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">KateBufBlock</a>
<a name="l00050"></a>00050 {
<a name="l00051"></a><a class="code" href="classKateBufBlock.html#697d0e7227e0b5d198c4d24ef5991092">00051</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateBufBlockList.html">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#fb827e147a79e8864b2f25767bd1e917">KateBufBlock</a> ( <a class="code" href="classKateBuffer.html">KateBuffer</a> *parent, <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#4e3770e20ff0b5a660d7efc5f75eb00d">prev</a> = 0, <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#f33dfa2bce01d21d436e14d2dc8bd94e">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#0dcda94925a652c5d1513a760f32e570">~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#1323fe55ce0737ead602f6f8ec284806">00080</a>     <span class="keyword">enum</span> <a class="code" href="classKateBufBlock.html#1323fe55ce0737ead602f6f8ec284806">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#8fc45b107f05316792821f2429628886">00091</a>     <a class="code" href="classKateBufBlock.html#1323fe55ce0737ead602f6f8ec284806">State</a> <a class="code" href="classKateBufBlock.html#8fc45b107f05316792821f2429628886">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="code" href="classKateTextLine.html#885ffc06d0ec9f4a4b45491dc434fc03">KateTextLine::Ptr</a> <a class="code" href="classKateBufBlock.html#7520846446a46d5a0347cdc586208c48">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#c2a63e50e0e60e9279fd09657e0ab06a">insertLine</a>(uint i, <a class="code" href="classKateTextLine.html#885ffc06d0ec9f4a4b45491dc434fc03">KateTextLine::Ptr</a> <a class="code" href="classKateBufBlock.html#7520846446a46d5a0347cdc586208c48">line</a>);
<a name="l00110"></a>00110 
<a name="l00116"></a>00116     <span class="keywordtype">void</span> <a class="code" href="classKateBufBlock.html#78d9681f957efa1707f83bfdb278eb53">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#6987befaf4789220dc2503122a650f6e">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#96bd7474a4acb3742f10dbbd4dd5a7f2">00129</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlock.html#96bd7474a4acb3742f10dbbd4dd5a7f2">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#241df7e2f3ee1ee0333dffab301fe476">00135</a>     <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classKateBufBlock.html#241df7e2f3ee1ee0333dffab301fe476">setStartLine</a> (uint <a class="code" href="classKateBufBlock.html#7520846446a46d5a0347cdc586208c48">line</a>) { m_startLine = line; }
<a name="l00136"></a>00136 
<a name="l00141"></a><a class="code" href="classKateBufBlock.html#d782755379955887c1ab7863f8287f25">00141</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlock.html#d782755379955887c1ab7863f8287f25">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#8b56e06feb1cd623f3c945d9e7061243">00147</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlock.html#8b56e06feb1cd623f3c945d9e7061243">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#4e3770e20ff0b5a660d7efc5f75eb00d">00153</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#4e3770e20ff0b5a660d7efc5f75eb00d">prev</a> () { <span class="keywordflow">return</span> m_prev; }
<a name="l00154"></a>00154 
<a name="l00159"></a><a class="code" href="classKateBufBlock.html#f33dfa2bce01d21d436e14d2dc8bd94e">00159</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *<a class="code" href="classKateBufBlock.html#f33dfa2bce01d21d436e14d2dc8bd94e">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#1323fe55ce0737ead602f6f8ec284806">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" doxygen="qt.tag:" 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">KateBuffer</a>* m_parent;
<a name="l00211"></a>00211 
<a name="l00215"></a>00215     <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *m_prev;
<a name="l00216"></a>00216 
<a name="l00220"></a>00220     <a class="code" href="classKateBufBlock.html">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">KateBufBlockList</a> *list;
<a name="l00228"></a>00228 
<a name="l00232"></a>00232     <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *listPrev;
<a name="l00233"></a>00233 
<a name="l00237"></a>00237     <a class="code" href="classKateBufBlock.html">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">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#3b184a85e872ac643921b19fa6ee019f">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#920a4f2fd9253888ee076f9d6918a00c">00261</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBufBlockList.html#920a4f2fd9253888ee076f9d6918a00c">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#65a6b5533df22230b4ccf601c60ee1b9">00267</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *<a class="code" href="classKateBufBlockList.html#65a6b5533df22230b4ccf601c60ee1b9">first</a> () { <span class="keywordflow">return</span> m_first; };
<a name="l00268"></a>00268 
<a name="l00273"></a><a class="code" href="classKateBufBlockList.html#1bba06de2257953538bd70ad2fb7c352">00273</a>     <span class="keyword">inline</span> <a class="code" href="classKateBufBlock.html">KateBufBlock</a> *<a class="code" href="classKateBufBlockList.html#1bba06de2257953538bd70ad2fb7c352">last</a> () { <span class="keywordflow">return</span> m_last; };
<a name="l00274"></a>00274 
<a name="l00280"></a><a class="code" href="classKateBufBlockList.html#8467a6ac7bb3e63833694d6c3521c99d">00280</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBufBlockList.html#8467a6ac7bb3e63833694d6c3521c99d">isFirst</a> (<a class="code" href="classKateBufBlock.html">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#6f88c0e90c6dd78e2ab87c7a1fc3f1e2">00287</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBufBlockList.html#6f88c0e90c6dd78e2ab87c7a1fc3f1e2">isLast</a> (<a class="code" href="classKateBufBlock.html">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#84d139ab94e5c5952a065d0bc38c420b">append</a> (<a class="code" href="classKateBufBlock.html">KateBufBlock</a> *buf);
<a name="l00295"></a>00295 
<a name="l00300"></a><a class="code" href="classKateBufBlockList.html#ae208670d5a5c6606d7bb58b4e82cde5">00300</a>     <span class="keyword">inline</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classKateBufBlockList.html#ae208670d5a5c6606d7bb58b4e82cde5">remove</a> (<a class="code" href="classKateBufBlock.html">KateBufBlock</a> *buf)
<a name="l00301"></a>00301     {
<a name="l00302"></a>00302       <span class="keywordflow">if</span> (buf-&gt;<a class="code" href="classKateBufBlock.html#49c1c55cccdc85f2753df82584bebae5">list</a>)
<a name="l00303"></a>00303         buf-&gt;<a class="code" href="classKateBufBlock.html#49c1c55cccdc85f2753df82584bebae5">list</a>-&gt;<a class="code" href="classKateBufBlockList.html#d8974de365a65a9731eb01a16959e852">removeInternal</a> (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">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">KateBufBlock</a> *m_first;
<a name="l00323"></a>00323 
<a name="l00327"></a>00327     <a class="code" href="classKateBufBlock.html">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">KateBuffer</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="qt.tag:" 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><a class="code" href="classKateBuffer.html#f3f32f1ba1471d08d2bc53aeb3cbabbd">00345</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateBufBlock.html">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#fff8e878d364c1bb7c26cd164f249413">00352</a>     <span class="keyword">inline</span> <span class="keyword">static</span> uint <a class="code" href="classKateBuffer.html#fff8e878d364c1bb7c26cd164f249413">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#dd702e870c0dc7c62fec60753318f74a">setMaxLoadedBlocks</a> (uint <a class="code" href="classKateBuffer.html#6a8dd7b2fd16c78653c519cfe4bcc765">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#af23d74106856ae4059646959d8a75d4">KateBuffer</a> (<a class="code" href="classKateDocument.html">KateDocument</a> *doc);
<a name="l00372"></a>00372 
<a name="l00376"></a>00376     <a class="code" href="classKateBuffer.html#15e8a3199f8e81c55a6f7ff9965743f1">~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#fd97187e85201aec2064dc485cba1cf0">editStart</a> ();
<a name="l00383"></a>00383 
<a name="l00387"></a>00387     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#b361cf1451e7c095a797ee4beec17223">editEnd</a> ();
<a name="l00388"></a>00388 
<a name="l00394"></a><a class="code" href="classKateBuffer.html#4818f4f0c599ef5d899d7c37bfce0419">00394</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#4818f4f0c599ef5d899d7c37bfce0419">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#40575fe01db4b9b8af076c017dd22268">00400</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#40575fe01db4b9b8af076c017dd22268">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#0365f4656b824d43a77231a0d0d68314">00406</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#0365f4656b824d43a77231a0d0d68314">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#2c579e61c8d4db027d80c9d3b5599c64">00412</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#2c579e61c8d4db027d80c9d3b5599c64">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#58836dcc0e264d228b9dff5a90d918c6">clear</a>();
<a name="l00450"></a>00450 
<a name="l00456"></a>00456     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#a461e637ae38db0c5157704d2b02cccb">openFile</a> (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;m_file);
<a name="l00457"></a>00457 
<a name="l00463"></a><a class="code" href="classKateBuffer.html#bbeb713673b0da5a14ec05a53beca217">00463</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#bbeb713673b0da5a14ec05a53beca217">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#8b72252a237dbc05772956377a66f7a1">00469</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#8b72252a237dbc05772956377a66f7a1">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#7d09450243302f4abb3a8ddd1abaf82d">canEncode</a> ();
<a name="l00476"></a>00476 
<a name="l00482"></a>00482     <span class="keywordtype">bool</span> <a class="code" href="classKateBuffer.html#bc42f3303b6ded3316573617118aefaa">saveFile</a> (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" 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#bbad05496f3f5a38dafa95263dea6842">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#bbad05496f3f5a38dafa95263dea6842">line</a>(uint i)
<a name="l00489"></a>00489     {
<a name="l00490"></a>00490       <a class="code" href="classKateBufBlock.html">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#7520846446a46d5a0347cdc586208c48">line</a> (i - buf-&gt;<a class="code" href="classKateBufBlock.html#96bd7474a4acb3742f10dbbd4dd5a7f2">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="code" href="classKateTextLine.html#885ffc06d0ec9f4a4b45491dc434fc03">KateTextLine::Ptr</a> line_internal (<a class="code" href="classKateBufBlock.html">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" doxygen="qt.tag:" 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">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#c2f2ce619c7afcdb828e6190932fbf56">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#c2f2ce619c7afcdb828e6190932fbf56">plainLine</a>(uint i)
<a name="l00513"></a>00513     {
<a name="l00514"></a>00514       <a class="code" href="classKateBufBlock.html">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#7520846446a46d5a0347cdc586208c48">line</a>(i - buf-&gt;<a class="code" href="classKateBufBlock.html#96bd7474a4acb3742f10dbbd4dd5a7f2">startLine</a>());
<a name="l00519"></a>00519     }
<a name="l00520"></a>00520 
<a name="l00524"></a><a class="code" href="classKateBuffer.html#6a8dd7b2fd16c78653c519cfe4bcc765">00524</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#6a8dd7b2fd16c78653c519cfe4bcc765">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">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#96bd7474a4acb3742f10dbbd4dd5a7f2">startLine</a>() &lt;= i) &amp;&amp; (m_blocks[m_lastFoundBlock]-&gt;<a class="code" href="classKateBufBlock.html#d782755379955887c1ab7863f8287f25">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">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#95d708a4d3ea9764905e2b8941222b67">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#9813374bdc26d8658db2074a4b189f3e">insertLine</a>(uint i, <a class="code" href="classKateTextLine.html#885ffc06d0ec9f4a4b45491dc434fc03">KateTextLine::Ptr</a> <a class="code" href="classKateBuffer.html#bbad05496f3f5a38dafa95263dea6842">line</a>);
<a name="l00561"></a>00561 
<a name="l00565"></a>00565     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#20c38fa148dcc62a77079113cf8bec28">removeLine</a>(uint i);
<a name="l00566"></a>00566 
<a name="l00567"></a>00567   <span class="keyword">public</span>:
<a name="l00568"></a><a class="code" href="classKateBuffer.html#9addf7c051594e0d8566cff3c39cf809">00568</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#9addf7c051594e0d8566cff3c39cf809">countVisible</a> () { <span class="keywordflow">return</span> m_lines - m_regionTree.<a class="code" href="classKateCodeFoldingTree.html#90b6b8c0094f7aa13bbcaf97a437de79">getHiddenLinesCount</a>(m_lines); }
<a name="l00569"></a>00569 
<a name="l00570"></a><a class="code" href="classKateBuffer.html#bbda7223751f8dd3e1d2845d71f28018">00570</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#bbda7223751f8dd3e1d2845d71f28018">lineNumber</a> (uint visibleLine) { <span class="keywordflow">return</span> m_regionTree.<a class="code" href="classKateCodeFoldingTree.html#5987696d3678d6969f6cc19f91e99166">getRealLine</a> (visibleLine); }
<a name="l00571"></a>00571 
<a name="l00572"></a><a class="code" href="classKateBuffer.html#7b843bc07a8d2c533ee6658622bd8fac">00572</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#7b843bc07a8d2c533ee6658622bd8fac">lineVisibleNumber</a> (uint <a class="code" href="classKateBuffer.html#bbad05496f3f5a38dafa95263dea6842">line</a>) { <span class="keywordflow">return</span> m_regionTree.<a class="code" href="classKateCodeFoldingTree.html#c33b3f8a723c86e61f65e6f62555d6fa">getVirtualLine</a> (line); }
<a name="l00573"></a>00573 
<a name="l00574"></a><a class="code" href="classKateBuffer.html#71797e16f0ae83436914e22bed9a03ff">00574</a>     <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#71797e16f0ae83436914e22bed9a03ff">lineInfo</a> (<a class="code" href="classKateLineInfo.html">KateLineInfo</a> *info, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classKateBuffer.html#bbad05496f3f5a38dafa95263dea6842">line</a>) { m_regionTree.<a class="code" href="classKateCodeFoldingTree.html#34adcb6f6d6a20d52f86dc1bbf8e442b">getLineInfo</a>(info,line); }
<a name="l00575"></a>00575 
<a name="l00576"></a><a class="code" href="classKateBuffer.html#223042202ca87c46634c08af436bedd9">00576</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateBuffer.html#223042202ca87c46634c08af436bedd9">tabWidth</a> ()<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> <a class="code" href="classKateBuffer.html#e1a5b60fe29cbc24928e1e404947d48c">setTabWidth</a> (uint w);
<a name="l00580"></a>00580 
<a name="l00587"></a>00587     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#a0e9534998826f15d7166bbf8ddd7da2">setHighlight</a> (uint hlMode);
<a name="l00588"></a>00588 
<a name="l00589"></a><a class="code" href="classKateBuffer.html#4324e1cc83dec9f6a55610a19de1c8ca">00589</a>     <a class="code" href="classKateHighlighting.html">KateHighlighting</a> *<a class="code" href="classKateBuffer.html#4324e1cc83dec9f6a55610a19de1c8ca">highlight</a> () { <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#f1f522693b404a106dd3f11bbb8f314d">invalidateHighlighting</a>();
<a name="l00595"></a>00595 
<a name="l00596"></a><a class="code" href="classKateBuffer.html#d3ff8e759bff46a823abce7954969528">00596</a>     <a class="code" href="classKateCodeFoldingTree.html">KateCodeFoldingTree</a> *<a class="code" href="classKateBuffer.html#d3ff8e759bff46a823abce7954969528">foldingTree</a> () { <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> <a class="code" href="classKateBuffer.html#1d805b90b80ff5082371c098d69d84ed">codeFoldingColumnUpdate</a>(<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">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#d302ddd9a5f968e32dc2771f0d55bfc8">codeFoldingUpdated</a>();
<a name="l00621"></a>00621 
<a name="l00626"></a>00626     <span class="keywordtype">void</span> <a class="code" href="classKateBuffer.html#16e13b84dc9243a51a4d72a437efb435">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     <a class="code" href="classKateDocument.html">KateDocument</a> *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" doxygen="qt.tag:" 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     <a class="code" href="classKateHighlighting.html">KateHighlighting</a> *m_highlight;
<a name="l00680"></a>00680 
<a name="l00684"></a>00684     <a class="code" href="classKateCodeFoldingTree.html">KateCodeFoldingTree</a> 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">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>


      </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="classABGlobal.html">abglobal</option>,  <option value="classAutoBookmarkEnt.html">autobookmarkent</option>,  <option value="classAutoBookmarker.html">autobookmarker</option>,  <option value="classAutoBookmarkerConfigPage.html">autobookmarkerconfigpage</option>,  <option value="classAutoBookmarkerEntEditor.html">autobookmarkerenteditor</option>,  <option value="classDocWordCompletionConfigPage.html">docwordcompletionconfigpage</option>,  <option value="classDocWordCompletionPlugin.html">docwordcompletionplugin</option>,  <option value="classDocWordCompletionPluginView.html">docwordcompletionpluginview</option>,  <option value="classIndenterConfigPage.html">indenterconfigpage</option>,  <option value="classInsertFilePlugin.html">insertfileplugin</option>,  <option value="classInsertFilePluginView.html">insertfilepluginview</option>,  <option value="classISearchPlugin.html">isearchplugin</option>,  <option value="classISearchPluginView.html">isearchpluginview</option>,  <option value="classKate_1_1ActionMenu.html">kate::actionmenu</option>,  <option value="classKate_1_1Command.html">kate::command</option>,  <option value="classKate_1_1CommandExtension.html">kate::commandextension</option>,  <option value="classKate_1_1ConfigPage.html">kate::configpage</option>,  <option value="classKate_1_1Cursor.html">kate::cursor</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="classKateArbitraryHighlightRange.html">katearbitraryhighlightrange</option>,  <option value="classKateArgHint.html">katearghint</option>,  <option value="classKateAttribute.html">kateattribute</option>,  <option value="classKateAutoIndent.html">kateautoindent</option>,  <option value="classKateBookmarks.html">katebookmarks</option>,  <option value="classKateBracketRange.html">katebracketrange</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="classKateCmd.html">katecmd</option>,  <option value="classKateCmdLine.html">katecmdline</option>,  <option value="classKateCmdShellCompletion.html">katecmdshellcompletion</option>,  <option value="classKateCodeCompletion.html">katecodecompletion</option>,  <option value="classKateCodeCompletionCommentLabel.html">katecodecompletioncommentlabel</option>,  <option value="classKateCodeFoldingNode.html">katecodefoldingnode</option>,  <option value="classKateCodeFoldingTree.html">katecodefoldingtree</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="classKateConfigPage.html">kateconfigpage</option>,  <option value="classKateCSAndSIndent.html">katecsandsindent</option>,  <option value="classKateCSmartIndent.html">katecsmartindent</option>,  <option value="classKateDocCursor.html">katedoccursor</option>,  <option value="classKateDocument.html">katedocument</option>,  <option value="classKateDocumentConfig.html">katedocumentconfig</option>,  <option value="classKateEditConfigTab.html">kateeditconfigtab</option>,  <option value="classKateEditKeyConfiguration.html">kateeditkeyconfiguration</option>,  <option value="classKateFactory.html">katefactory</option>,  <option value="classKateFileType.html">katefiletype</option>,  <option value="classKateFileTypeConfigTab.html">katefiletypeconfigtab</option>,  <option value="classKateFileTypeManager.html">katefiletypemanager</option>,  <option value="classKateFontMetrics.html">katefontmetrics</option>,  <option value="classKateFontStruct.html">katefontstruct</option>,  <option value="classKateGotoLineDialog.html">kategotolinedialog</option>,  <option value="classKateHiddenLineBlock.html">katehiddenlineblock</option>,  <option value="classKateHighlighting.html">katehighlighting</option>,  <option value="classKateHlConfigPage.html">katehlconfigpage</option>,  <option value="classKateHlData.html">katehldata</option>,  <option value="classKateHlDownloadDialog.html">katehldownloaddialog</option>,  <option value="classKateHlItemData.html">katehlitemdata</option>,  <option value="classKateHlManager.html">katehlmanager</option>,  <option value="classKateIconBorder.html">kateiconborder</option>,  <option value="classKateIndentConfigTab.html">kateindentconfigtab</option>,  <option value="classKateIndentJScriptImpl.html">kateindentjscriptimpl</option>,  <option value="classKateIndentJScriptManager.html">kateindentjscriptmanager</option>,  <option value="classKateIndentScript.html">kateindentscript</option>,  <option value="classKateIndentScriptImplAbstract.html">kateindentscriptimplabstract</option>,  <option value="classKateIndentScriptManagerAbstract.html">kateindentscriptmanagerabstract</option>,  <option value="classKateJScript.html">katejscript</option>,  <option value="classKateJScriptManager.html">katejscriptmanager</option>,  <option value="classKateKeyInterceptorFunctor.html">katekeyinterceptorfunctor</option>,  <option value="classKateLineInfo.html">katelineinfo</option>,  <option value="classKateLineRange.html">katelinerange</option>,  <option value="classKateModOnHdPrompt.html">katemodonhdprompt</option>,  <option value="classKateNormalIndent.html">katenormalindent</option>,  <option value="classKatePartPluginConfigPage.html">katepartpluginconfigpage</option>,  <option value="classKatePartPluginListView.html">katepartpluginlistview</option>,  <option value="classKatePrinter.html">kateprinter</option>,  <option value="classKatePrintHeaderFooter.html">kateprintheaderfooter</option>,  <option value="classKatePrintLayout.html">kateprintlayout</option>,  <option value="classKatePrintTextSettings.html">kateprinttextsettings</option>,  <option value="classKatePythonIndent.html">katepythonindent</option>,  <option value="classKateRange.html">katerange</option>,  <option value="classKateRenderer.html">katerenderer</option>,  <option value="classKateRendererConfig.html">katerendererconfig</option>,  <option value="classKateReplacePrompt.html">katereplaceprompt</option>,  <option value="classKateSaveConfigTab.html">katesaveconfigtab</option>,  <option value="classKateSchemaConfigColorTab.html">kateschemaconfigcolortab</option>,  <option value="classKateSchemaConfigFontColorTab.html">kateschemaconfigfontcolortab</option>,  <option value="classKateSchemaConfigFontTab.html">kateschemaconfigfonttab</option>,  <option value="classKateSchemaConfigHighlightTab.html">kateschemaconfighighlighttab</option>,  <option value="classKateSchemaConfigPage.html">kateschemaconfigpage</option>,  <option value="classKateSchemaManager.html">kateschemamanager</option>,  <option value="classKateScriptIndent.html">katescriptindent</option>,  <option value="classKateScrollBar.html">katescrollbar</option>,  <option value="classKateSearch.html">katesearch</option>,  <option value="classKateSelectConfigTab.html">kateselectconfigtab</option>,  <option value="classKateSpell.html">katespell</option>,  <option value="classKateStyleListView.html">katestylelistview</option>,  <option value="classKateSuperCursor.html">katesupercursor</option>,  <option value="classKateSuperCursorList.html">katesupercursorlist</option>,  <option value="classKateSuperRange.html">katesuperrange</option>,  <option value="classKateSuperRangeList.html">katesuperrangelist</option>,  <option value="classKateSyntaxContextData.html">katesyntaxcontextdata</option>,  <option value="classKateSyntaxDocument.html">katesyntaxdocument</option>,  <option value="classKateSyntaxModeListItem.html">katesyntaxmodelistitem</option>,  <option value="classKateTemplateHandler.html">katetemplatehandler</option>,  <option value="classKateTextCursor.html">katetextcursor</option>,  <option value="classKateTextLine.html">katetextline</option>,  <option value="classKateTextRange.html">katetextrange</option>,  <option value="classKateUndoGroup.html">kateundogroup</option>,  <option value="classKateVarIndent.html">katevarindent</option>,  <option value="classKateView.html">kateview</option>,  <option value="classKateViewConfig.html">kateviewconfig</option>,  <option value="classKateViewDefaultsConfig.html">kateviewdefaultsconfig</option>,  <option value="classKateViewEncodingAction.html">kateviewencodingaction</option>,  <option value="classKateViewFileTypeAction.html">kateviewfiletypeaction</option>,  <option value="classKateViewHighlightAction.html">kateviewhighlightaction</option>,  <option value="classKateViewIndentationAction.html">kateviewindentationaction</option>,  <option value="classKateViewInternal.html">kateviewinternal</option>,  <option value="classKateViewSchemaAction.html">kateviewschemaaction</option>,  <option value="classKateXmlIndent.html">katexmlindent</option>,  <option value="classKTextEditor_1_1KDataToolPlugin.html">ktexteditor::kdatatoolplugin</option>,  <option value="classKTextEditor_1_1KDataToolPluginView.html">ktexteditor::kdatatoolpluginview</option>,  <option value="classScriptIndentConfigPage.html">scriptindentconfigpage</option>,  <option value="classSearchCommand.html">searchcommand</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&#116;&#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>