Sophie

Sophie

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

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: katedocument.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>katedocument.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) 2001-2004 Christoph Cullmann &lt;cullmann@kde.org&gt;</span>
<a name="l00003"></a>00003 <span class="comment">   Copyright (C) 2001 Joseph Wenninger &lt;jowenn@kde.org&gt;</span>
<a name="l00004"></a>00004 <span class="comment">   Copyright (C) 1999 Jochen Wilhelmy &lt;digisnap@cs.tu-berlin.de&gt;</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">   This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment">   modify it under the terms of the GNU Library General Public</span>
<a name="l00008"></a>00008 <span class="comment">   License version 2 as published by the Free Software Foundation.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">   This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment">   but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment">   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment">   Library General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"></span>
<a name="l00015"></a>00015 <span class="comment">   You should have received a copy of the GNU Library General Public License</span>
<a name="l00016"></a>00016 <span class="comment">   along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00017"></a>00017 <span class="comment">   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00018"></a>00018 <span class="comment">   Boston, MA 02110-1301, USA.</span>
<a name="l00019"></a>00019 <span class="comment">*/</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef _KATE_DOCUMENT_H_</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define _KATE_DOCUMENT_H_</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "katesupercursor.h"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "katetextline.h"</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include "kateundo.h"</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include "katebuffer.h"</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "katecodefoldinghelpers.h"</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="preprocessor">#include "../interfaces/document.h"</span>
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;ktexteditor/configinterfaceextension.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;ktexteditor/encodinginterface.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;ktexteditor/sessionconfiginterface.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;ktexteditor/editinterfaceext.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;ktexteditor/templateinterface.h&gt;</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;dcopobject.h&gt;</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="preprocessor">#include &lt;kmimetype.h&gt;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &lt;<a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/klocale_8h.html">klocale.h</a>&gt;</span>
<a name="l00042"></a>00042 
<a name="l00043"></a>00043 <span class="preprocessor">#include &lt;qintdict.h&gt;</span>
<a name="l00044"></a>00044 <span class="preprocessor">#include &lt;qmap.h&gt;</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include &lt;qdatetime.h&gt;</span>
<a name="l00046"></a>00046 
<a name="l00047"></a>00047 <span class="keyword">namespace </span>KTextEditor { <span class="keyword">class </span>Plugin; }
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="keyword">namespace </span>KIO { <span class="keyword">class </span>TransferJob; }
<a name="l00050"></a>00050 
<a name="l00051"></a>00051 <span class="keyword">class </span><a class="code" href="classKateUndoGroup.html">KateUndoGroup</a>;
<a name="l00052"></a>00052 <span class="keyword">class </span><a class="code" href="classKateCmd.html">KateCmd</a>;
<a name="l00053"></a>00053 <span class="keyword">class </span><a class="code" href="classKateAttribute.html">KateAttribute</a>;
<a name="l00054"></a>00054 <span class="keyword">class </span><a class="code" href="classKateAutoIndent.html">KateAutoIndent</a>;
<a name="l00055"></a>00055 <span class="keyword">class </span><a class="code" href="classKateCodeFoldingTree.html">KateCodeFoldingTree</a>;
<a name="l00056"></a>00056 <span class="keyword">class </span><a class="code" href="classKateBuffer.html">KateBuffer</a>;
<a name="l00057"></a>00057 <span class="keyword">class </span><a class="code" href="classKateView.html">KateView</a>;
<a name="l00058"></a>00058 <span class="keyword">class </span><a class="code" href="classKateViewInternal.html">KateViewInternal</a>;
<a name="l00059"></a>00059 <span class="keyword">class </span><a class="code" href="classKateArbitraryHighlight.html">KateArbitraryHighlight</a>;
<a name="l00060"></a>00060 <span class="keyword">class </span><a class="code" href="classKateSuperRange.html">KateSuperRange</a>;
<a name="l00061"></a>00061 <span class="keyword">class </span><a class="code" href="classKateLineInfo.html">KateLineInfo</a>;
<a name="l00062"></a>00062 <span class="keyword">class </span><a class="code" href="classKateBrowserExtension.html">KateBrowserExtension</a>;
<a name="l00063"></a>00063 <span class="keyword">class </span><a class="code" href="classKateDocumentConfig.html">KateDocumentConfig</a>;
<a name="l00064"></a>00064 <span class="keyword">class </span><a class="code" href="classKateHighlighting.html">KateHighlighting</a>;
<a name="l00065"></a>00065 <span class="keyword">class </span>KatePartPluginItem;
<a name="l00066"></a>00066 <span class="keyword">class </span>KatePartPluginInfo;
<a name="l00067"></a>00067 
<a name="l00068"></a>00068 <span class="keyword">class </span><a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKTempFile.html">KTempFile</a>;
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:" href="qtimer.html">QTimer</a>;
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 <span class="keyword">class </span><a class="code" href="classKateKeyInterceptorFunctor.html">KateKeyInterceptorFunctor</a>;
<a name="l00073"></a>00073 
<a name="l00074"></a>00074 <span class="comment">//</span>
<a name="l00075"></a>00075 <span class="comment">// Kate KTextEditor::Document class (and even KTextEditor::Editor ;)</span>
<a name="l00076"></a>00076 <span class="comment">//</span>
<a name="l00077"></a><a class="code" href="classKateDocument.html">00077</a> <span class="keyword">class </span><a class="code" href="classKateDocument.html">KateDocument</a> : <span class="keyword">public</span> Kate::<a class="code" href="classKate_1_1Document.html#c650debc550db7ff35758daac9387d8f">Document</a>,
<a name="l00078"></a>00078                      <span class="keyword">public</span> Kate::<a class="code" href="classKate_1_1DocumentExt.html#62c4af3302dc86befb89dad1d618c7f8">DocumentExt</a>,
<a name="l00079"></a>00079                      <span class="keyword">public</span> KTextEditor::ConfigInterfaceExtension,
<a name="l00080"></a>00080                      <span class="keyword">public</span> KTextEditor::EncodingInterface,
<a name="l00081"></a>00081                      <span class="keyword">public</span> KTextEditor::SessionConfigInterface,
<a name="l00082"></a>00082                      <span class="keyword">public</span> KTextEditor::EditInterfaceExt,
<a name="l00083"></a>00083                      <span class="keyword">public</span> KTextEditor::TemplateInterface,
<a name="l00084"></a>00084                      <span class="keyword">public</span> <a class="codeRef" doxygen="dcop.tag:../../dcop/html/" href="../../dcop/html/classDCOPObject.html">DCOPObject</a>
<a name="l00085"></a>00085 {
<a name="l00086"></a>00086   K_DCOP
<a name="l00087"></a>00087   Q_OBJECT
<a name="l00088"></a>00088 
<a name="l00089"></a><a class="code" href="classKateDocument.html#43d1bff214f76ceb474bd1cbf68f180e">00089</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateViewInternal.html">KateViewInternal</a>;
<a name="l00090"></a><a class="code" href="classKateDocument.html#20c33dc369faf197f79f9f73afa361e1">00090</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateRenderer.html">KateRenderer</a>;
<a name="l00091"></a>00091 
<a name="l00092"></a>00092   <span class="keyword">public</span>:
<a name="l00093"></a>00093     <a class="code" href="classKateDocument.html#1e9e7dcc69f4faac3a8992cbe913c0af">KateDocument</a> (<span class="keywordtype">bool</span> bSingleViewMode=<span class="keyword">false</span>, <span class="keywordtype">bool</span> bBrowserView=<span class="keyword">false</span>, <span class="keywordtype">bool</span> bReadOnly=<span class="keyword">false</span>,
<a name="l00094"></a>00094         <a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *parentWidget = 0, <span class="keyword">const</span> <span class="keywordtype">char</span> *widgetName = 0, <a class="codeRef" doxygen="qt.tag:" href="qobject.html">QObject</a> * = 0, <span class="keyword">const</span> <span class="keywordtype">char</span> * = 0);
<a name="l00095"></a>00095     <a class="code" href="classKateDocument.html#64c5fb8fb9571aaab4e0d354249b4d2d">~KateDocument</a> ();
<a name="l00096"></a>00096 
<a name="l00097"></a>00097     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#5034edb02a2774e3006006836763b4df">closeURL</a>();
<a name="l00098"></a>00098 
<a name="l00099"></a>00099   <span class="comment">//</span>
<a name="l00100"></a>00100   <span class="comment">// Plugins section</span>
<a name="l00101"></a>00101   <span class="comment">//</span>
<a name="l00102"></a>00102   <span class="keyword">public</span>:
<a name="l00103"></a>00103     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#9fc95c95259fc5be8794576e93871a41">unloadAllPlugins</a> ();
<a name="l00104"></a>00104 
<a name="l00105"></a>00105     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#89bba6b1a4f7a603d3a78d888bc82f98">enableAllPluginsGUI</a> (<a class="code" href="classKateView.html">KateView</a> *view);
<a name="l00106"></a>00106     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#a8840f4fefd48f0d5694a8563d62a759">disableAllPluginsGUI</a> (<a class="code" href="classKateView.html">KateView</a> *view);
<a name="l00107"></a>00107 
<a name="l00108"></a>00108     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#a08ec267a2c66385644de74846d946b8">loadPlugin</a> (uint pluginIndex);
<a name="l00109"></a>00109     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#09cf5af85b2063a64f33ccb08b574122">unloadPlugin</a> (uint pluginIndex);
<a name="l00110"></a>00110 
<a name="l00111"></a>00111     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#8e4113cad73cfccfd471c7a4f9875d28">enablePluginGUI</a> (KTextEditor::Plugin *plugin, <a class="code" href="classKateView.html">KateView</a> *view);
<a name="l00112"></a>00112     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#8e4113cad73cfccfd471c7a4f9875d28">enablePluginGUI</a> (KTextEditor::Plugin *plugin);
<a name="l00113"></a>00113 
<a name="l00114"></a>00114     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#54d209aa5ae9109137439100869e5a0f">disablePluginGUI</a> (KTextEditor::Plugin *plugin, <a class="code" href="classKateView.html">KateView</a> *view);
<a name="l00115"></a>00115     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#54d209aa5ae9109137439100869e5a0f">disablePluginGUI</a> (KTextEditor::Plugin *plugin);
<a name="l00116"></a>00116 
<a name="l00117"></a>00117   <span class="keyword">private</span>:
<a name="l00118"></a>00118      <a class="codeRef" doxygen="qt.tag:" href="qmemarray.html">QMemArray&lt;KTextEditor::Plugin *&gt;</a> m_plugins;
<a name="l00119"></a>00119 
<a name="l00120"></a>00120   <span class="keyword">public</span>:
<a name="l00121"></a><a class="code" href="classKateDocument.html#59228c393bc49708cef588920b9c2d60">00121</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#59228c393bc49708cef588920b9c2d60">readOnly</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_bReadOnly; }
<a name="l00122"></a><a class="code" href="classKateDocument.html#28844a4708d16e247fe7b3b1ed7a6719">00122</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#28844a4708d16e247fe7b3b1ed7a6719">browserView</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_bBrowserView; }
<a name="l00123"></a><a class="code" href="classKateDocument.html#73f2fce15d8ea591652bc93e2c8a957c">00123</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#73f2fce15d8ea591652bc93e2c8a957c">singleViewMode</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_bSingleViewMode; }
<a name="l00124"></a><a class="code" href="classKateDocument.html#cf67a2743543968702c0e322e55a8ef1">00124</a>     <a class="code" href="classKateBrowserExtension.html">KateBrowserExtension</a> *<a class="code" href="classKateDocument.html#cf67a2743543968702c0e322e55a8ef1">browserExtension</a> () { <span class="keywordflow">return</span> m_extension; }
<a name="l00125"></a>00125 
<a name="l00126"></a>00126   <span class="keyword">private</span>:
<a name="l00127"></a>00127     <span class="comment">// only to make part work, don't change it !</span>
<a name="l00128"></a>00128     <span class="keywordtype">bool</span> m_bSingleViewMode;
<a name="l00129"></a>00129     <span class="keywordtype">bool</span> m_bBrowserView;
<a name="l00130"></a>00130     <span class="keywordtype">bool</span> m_bReadOnly;
<a name="l00131"></a>00131     <a class="code" href="classKateBrowserExtension.html">KateBrowserExtension</a> *m_extension;
<a name="l00132"></a>00132 
<a name="l00133"></a>00133   <span class="comment">//</span>
<a name="l00134"></a>00134   <span class="comment">// KTextEditor::Document stuff</span>
<a name="l00135"></a>00135   <span class="comment">//</span>
<a name="l00136"></a>00136   <span class="keyword">public</span>:
<a name="l00137"></a>00137     KTextEditor::View *<a class="code" href="classKateDocument.html#0a462a4ad2bb0c81ea149e44b1d2b24c">createView</a>( <a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name );
<a name="l00138"></a>00138     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KTextEditor::View&gt;</a> <a class="code" href="classKateDocument.html#b8ca430430b4331d8c708943da3261dd">views</a> () <span class="keyword">const</span>;
<a name="l00139"></a>00139 
<a name="l00140"></a><a class="code" href="classKateDocument.html#48277dc3a0e8630ad37d48e695e195e4">00140</a>     <span class="keyword">inline</span> <a class="code" href="classKateView.html">KateView</a> *<a class="code" href="classKateDocument.html#48277dc3a0e8630ad37d48e695e195e4">activeView</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_activeView; }
<a name="l00141"></a>00141 
<a name="l00142"></a>00142   <span class="keyword">private</span>:
<a name="l00143"></a>00143     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KateView&gt;</a> m_views;
<a name="l00144"></a>00144     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KTextEditor::View&gt;</a> m_textEditViews;
<a name="l00145"></a>00145     <a class="code" href="classKateView.html">KateView</a> *m_activeView;
<a name="l00146"></a>00146 
<a name="l00156"></a>00156     <span class="keywordtype">void</span> setActiveView( <a class="code" href="classKateView.html">KateView</a> *view );
<a name="l00157"></a>00157 
<a name="l00158"></a>00158   <span class="comment">//</span>
<a name="l00159"></a>00159   <span class="comment">// KTextEditor::ConfigInterfaceExtension stuff</span>
<a name="l00160"></a>00160   <span class="comment">//</span>
<a name="l00161"></a>00161   <span class="keyword">public</span> slots:
<a name="l00162"></a>00162     uint <a class="code" href="classKateDocument.html#b958aead747ce32a33e652f16332b8d5">configPages</a> () <span class="keyword">const</span>;
<a name="l00163"></a>00163     KTextEditor::ConfigPage *<a class="code" href="classKateDocument.html#dc6e3fd798b0795dff65a6ed4dd27fad">configPage</a> (uint number = 0, <a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span> *name=0 );
<a name="l00164"></a>00164     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#0412c2f1af5086f2637ce48b3827aed5">configPageName</a> (uint number = 0) <span class="keyword">const</span>;
<a name="l00165"></a>00165     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#f81c6ecca1ef3a2cb1c9066c61a1d9c4">configPageFullName</a> (uint number = 0) <span class="keyword">const</span>;
<a name="l00166"></a>00166     <a class="codeRef" doxygen="qt.tag:" href="qpixmap.html">QPixmap</a> <a class="code" href="classKateDocument.html#044bf3ca018d551a353ec64f3d39ec76">configPagePixmap</a> (uint number = 0, <span class="keywordtype">int</span> size = <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKIcon.html#24609a6ac587f14e527b31fdf908f8cbe97fc6b969c7f39a34e702d4b84c5b2c">KIcon::SizeSmall</a>) <span class="keyword">const</span>;
<a name="l00167"></a>00167 
<a name="l00168"></a>00168   <span class="comment">//</span>
<a name="l00169"></a>00169   <span class="comment">// KTextEditor::EditInterface stuff</span>
<a name="l00170"></a>00170   <span class="comment">//</span>
<a name="l00171"></a>00171   <span class="keyword">public</span> slots:
<a name="l00172"></a>00172     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#3e8d3e98d59282fffc6e76408489a389">text</a>() <span class="keyword">const</span>;
<a name="l00173"></a>00173 
<a name="l00174"></a>00174     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#3e8d3e98d59282fffc6e76408489a389">text</a> ( uint startLine, uint startCol, uint endLine, uint endCol ) <span class="keyword">const</span>;
<a name="l00175"></a>00175     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#3e8d3e98d59282fffc6e76408489a389">text</a> ( uint startLine, uint startCol, uint endLine, uint endCol, <span class="keywordtype">bool</span> blockwise ) <span class="keyword">const</span>;
<a name="l00176"></a>00176 
<a name="l00177"></a>00177     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#41dca8f401e46b7815c4ac38df660fce">textLine</a> ( uint line ) <span class="keyword">const</span>;
<a name="l00178"></a>00178 
<a name="l00179"></a>00179     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#35fa6f9f9fc761ac4371e1c9d7fdb582">setText</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;);
<a name="l00180"></a>00180     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#3c24762e381b89854f9d722eeefe19d0">clear</a> ();
<a name="l00181"></a>00181 
<a name="l00182"></a>00182     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#9c9df5b1611dab37f0fef052e63e53ea">insertText</a> ( uint line, uint col, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;s );
<a name="l00183"></a>00183     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#9c9df5b1611dab37f0fef052e63e53ea">insertText</a> ( uint line, uint col, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;s, <span class="keywordtype">bool</span> blockwise );
<a name="l00184"></a>00184 
<a name="l00185"></a>00185     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#ffaeb95c146ea95f439a94c6b49a4111">removeText</a> ( uint startLine, uint startCol, uint endLine, uint endCol );
<a name="l00186"></a>00186     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#ffaeb95c146ea95f439a94c6b49a4111">removeText</a> ( uint startLine, uint startCol, uint endLine, uint endCol, <span class="keywordtype">bool</span> blockwise );
<a name="l00187"></a>00187 
<a name="l00188"></a>00188     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#f37110fcda3832d8f49c682918a49a38">insertLine</a> ( uint line, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;s );
<a name="l00189"></a>00189     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#4178deb0f008405bc90b3f444f68bb8e">removeLine</a> ( uint line );
<a name="l00190"></a>00190 
<a name="l00191"></a>00191     uint <a class="code" href="classKateDocument.html#abdd1a97f9bd6ed61a5e56bfce92aab9">numLines</a>() <span class="keyword">const</span>;
<a name="l00192"></a>00192     uint <a class="code" href="classKateDocument.html#cb478e30d7e3f4f102d6b4fe7939694b">numVisLines</a>() <span class="keyword">const</span>;
<a name="l00193"></a>00193     uint <a class="code" href="classKateDocument.html#2162434f2e72cd509f1c39e6005ca626">length</a> () <span class="keyword">const</span>;
<a name="l00194"></a>00194     <span class="keywordtype">int</span> <a class="code" href="classKateDocument.html#2e3b388d6f450192430e4a9b040caad4">lineLength</a> ( uint line ) <span class="keyword">const</span>;
<a name="l00195"></a>00195 
<a name="l00196"></a>00196   signals:
<a name="l00197"></a>00197     <span class="keywordtype">void</span> textChanged ();
<a name="l00198"></a>00198     <span class="keywordtype">void</span> charactersInteractivelyInserted(<span class="keywordtype">int</span> ,<span class="keywordtype">int</span> ,<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp;);
<a name="l00199"></a>00199     <span class="keywordtype">void</span> charactersSemiInteractivelyInserted(<span class="keywordtype">int</span> ,<span class="keywordtype">int</span> ,<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp;);
<a name="l00200"></a>00200     <span class="keywordtype">void</span> backspacePressed();
<a name="l00201"></a>00201 
<a name="l00202"></a>00202   <span class="keyword">public</span>:
<a name="l00203"></a>00203 <span class="comment">//BEGIN editStart/editEnd (start, end, undo, cursor update, view update)</span>
<a name="l00209"></a>00209 <span class="comment"></span>    <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#7c6a9b0380ebbae078eba3a50feaafbe">editStart</a> (<span class="keywordtype">bool</span> withUndo = <span class="keyword">true</span>);
<a name="l00211"></a><a class="code" href="classKateDocument.html#054229adfa79e23c20c480e332c6f093">00211</a>     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#054229adfa79e23c20c480e332c6f093">editBegin</a> () { <a class="code" href="classKateDocument.html#7c6a9b0380ebbae078eba3a50feaafbe">editStart</a>(); }
<a name="l00216"></a>00216     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#c871701fd5727adacca9c43c885a75aa">editEnd</a> ();
<a name="l00217"></a>00217   <span class="keyword">private</span>:
<a name="l00218"></a>00218     <span class="keywordtype">bool</span> m_isInUndo; 
<a name="l00219"></a>00219 
<a name="l00220"></a>00220 <span class="comment">//END editStart/editEnd</span>
<a name="l00221"></a>00221 
<a name="l00222"></a>00222 <span class="comment">//BEGIN LINE BASED INSERT/REMOVE STUFF (editStart() and editEnd() included)</span>
<a name="l00223"></a>00223   <span class="keyword">public</span>:
<a name="l00231"></a>00231     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#80148ffdcb5f3725ee510b6b7c7d77ab">editInsertText</a> ( uint line, uint col, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;s );
<a name="l00239"></a>00239     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#c6fcbfbea352b348ba9fa4aa3a9cf0d1">editRemoveText</a> ( uint line, uint col, uint len );
<a name="l00240"></a>00240 
<a name="l00249"></a>00249     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#45bd6dd8890d80a0e18d28de7313d65c">editMarkLineAutoWrapped</a> ( uint line, <span class="keywordtype">bool</span> autowrapped );
<a name="l00250"></a>00250 
<a name="l00261"></a>00261     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#ccc69dfe4e29574601bed7293c260a86">editWrapLine</a> ( uint line, uint col, <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#355dc71a9e1d292087864f8c4c72d957">newLine</a> = <span class="keyword">true</span>, <span class="keywordtype">bool</span> *newLineAdded = 0 );
<a name="l00269"></a>00269     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#10d0ed2043fd97bb850b3e3237880f88">editUnWrapLine</a> ( uint line, <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#4178deb0f008405bc90b3f444f68bb8e">removeLine</a> = <span class="keyword">true</span>, uint <a class="code" href="classKateDocument.html#2162434f2e72cd509f1c39e6005ca626">length</a> = 0 );
<a name="l00270"></a>00270 
<a name="l00277"></a>00277     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#8229906d8e802cc9286e03a860eb16c3">editInsertLine</a> ( uint line, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;s );
<a name="l00283"></a>00283     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#3aaefe0b008655e795a30baf4694af6b">editRemoveLine</a> ( uint line );
<a name="l00284"></a>00284 
<a name="l00291"></a>00291     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#11eb4fe58e5bc81b7a01b1b84b99b60a">wrapText</a> (uint startLine, uint endLine);
<a name="l00292"></a>00292 <span class="comment">//END LINE BASED INSERT/REMOVE STUFF</span>
<a name="l00293"></a>00293 
<a name="l00294"></a>00294   signals:
<a name="l00299"></a>00299     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#af3df7677752b13ed998898920e04e64">editTextInserted</a> ( uint line, uint col, uint len);
<a name="l00300"></a>00300 
<a name="l00304"></a>00304     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#344d9e98fcbca0502c4ab301abdd3812">editTextRemoved</a> ( uint line, uint col, uint len);
<a name="l00305"></a>00305 
<a name="l00309"></a>00309     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#490168f5199847a9fc4164e89c7d2ae8">editLineWrapped</a> ( uint line, uint col, uint len );
<a name="l00310"></a>00310 
<a name="l00314"></a>00314     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#f7b660b7ee580feea6e9171cea41f562">editLineUnWrapped</a> ( uint line, uint col );
<a name="l00315"></a>00315 
<a name="l00319"></a>00319     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#9c0a483fa7d828c34cace4896d36084a">editLineInserted</a> ( uint line );
<a name="l00320"></a>00320 
<a name="l00324"></a>00324     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#64f5942a796d7023cccdd9f202984817">editLineRemoved</a> ( uint line );
<a name="l00325"></a>00325 
<a name="l00326"></a>00326   <span class="keyword">private</span>:
<a name="l00327"></a>00327     <span class="keywordtype">void</span> undoStart();
<a name="l00328"></a>00328     <span class="keywordtype">void</span> undoEnd();
<a name="l00329"></a>00329     <span class="keywordtype">void</span> undoSafePoint();
<a name="l00330"></a>00330 
<a name="l00331"></a>00331   <span class="keyword">private</span> slots:
<a name="l00332"></a>00332     <span class="keywordtype">void</span> undoCancel();
<a name="l00333"></a>00333 
<a name="l00334"></a>00334   <span class="keyword">private</span>:
<a name="l00335"></a>00335     <span class="keywordtype">void</span> editAddUndo (<a class="code" href="classKateUndoGroup.html#f1000947890f21c6f9dfb624850500f3">KateUndoGroup::UndoType</a> type, uint line, uint col, uint len, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;<a class="code" href="classKateDocument.html#3e8d3e98d59282fffc6e76408489a389">text</a>);
<a name="l00336"></a>00336 
<a name="l00337"></a>00337     uint editSessionNumber;
<a name="l00338"></a>00338     <span class="keywordtype">bool</span> editIsRunning;
<a name="l00339"></a>00339     <span class="keywordtype">bool</span> editWithUndo;
<a name="l00340"></a>00340     <span class="keywordtype">bool</span> m_undoComplexMerge;
<a name="l00341"></a>00341     <a class="code" href="classKateUndoGroup.html">KateUndoGroup</a>* m_editCurrentUndo;
<a name="l00342"></a>00342 
<a name="l00343"></a>00343   <span class="comment">//</span>
<a name="l00344"></a>00344   <span class="comment">// KTextEditor::UndoInterface stuff</span>
<a name="l00345"></a>00345   <span class="comment">//</span>
<a name="l00346"></a>00346   <span class="keyword">public</span> slots:
<a name="l00347"></a>00347     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#608a097e4ef94f6631a5b5202a85f5e6">undo</a> ();
<a name="l00348"></a>00348     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#1206e531b2411661013af02c49edaae1">redo</a> ();
<a name="l00349"></a>00349     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#0889af1bc4e4823b0d753ea7fca66383">clearUndo</a> ();
<a name="l00350"></a>00350     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#ecb68d78917bb772d1e59e43d6f0c1a5">clearRedo</a> ();
<a name="l00351"></a>00351 
<a name="l00352"></a>00352     uint <a class="code" href="classKateDocument.html#69da2799f4eea2f9e7a310b3e8e4eae9">undoCount</a> () <span class="keyword">const</span>;
<a name="l00353"></a>00353     uint <a class="code" href="classKateDocument.html#ee92abb16d231b5f85e0a6911d19448e">redoCount</a> () <span class="keyword">const</span>;
<a name="l00354"></a>00354 
<a name="l00355"></a>00355     uint <a class="code" href="classKateDocument.html#fab891b964895ab84eb8243a782a70ed">undoSteps</a> () <span class="keyword">const</span>;
<a name="l00356"></a>00356     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#b815db215c0658277c31a064fb4fdd5a">setUndoSteps</a> ( uint steps );
<a name="l00357"></a>00357 
<a name="l00358"></a>00358   <span class="keyword">private</span>:
<a name="l00359"></a><a class="code" href="classKateDocument.html#3e87bae4975fdcc125be658262500381">00359</a>     <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKateTemplateHandler.html">KateTemplateHandler</a>;
<a name="l00360"></a>00360 
<a name="l00361"></a>00361   <span class="keyword">private</span>:
<a name="l00362"></a>00362     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KateSuperCursor&gt;</a> m_superCursors;
<a name="l00363"></a>00363 
<a name="l00364"></a>00364     <span class="comment">//</span>
<a name="l00365"></a>00365     <span class="comment">// some internals for undo/redo</span>
<a name="l00366"></a>00366     <span class="comment">//</span>
<a name="l00367"></a>00367     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KateUndoGroup&gt;</a> undoItems;
<a name="l00368"></a>00368     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KateUndoGroup&gt;</a> redoItems;
<a name="l00369"></a>00369     <span class="keywordtype">bool</span> m_undoDontMerge; <span class="comment">//create a setter later on and remove the friend declaration</span>
<a name="l00370"></a>00370     <span class="keywordtype">bool</span> m_undoIgnoreCancel;
<a name="l00371"></a>00371     <a class="codeRef" doxygen="qt.tag:" href="qtimer.html">QTimer</a>* m_undoMergeTimer;
<a name="l00372"></a>00372     <span class="comment">// these two variables are for resetting the document to</span>
<a name="l00373"></a>00373     <span class="comment">// non-modified if all changes have been undone...</span>
<a name="l00374"></a>00374     <a class="code" href="classKateUndoGroup.html">KateUndoGroup</a>* lastUndoGroupWhenSaved;
<a name="l00375"></a>00375     <span class="keywordtype">bool</span> docWasSavedWhenUndoWasEmpty;
<a name="l00376"></a>00376 
<a name="l00377"></a>00377     <span class="comment">// this sets</span>
<a name="l00378"></a>00378     <span class="keywordtype">void</span> updateModified();
<a name="l00379"></a>00379 
<a name="l00380"></a>00380   signals:
<a name="l00381"></a>00381     <span class="keywordtype">void</span> undoChanged ();
<a name="l00382"></a>00382     <span class="keywordtype">void</span> textInserted(<span class="keywordtype">int</span> line,<span class="keywordtype">int</span> column);
<a name="l00383"></a>00383 
<a name="l00384"></a>00384   <span class="comment">//</span>
<a name="l00385"></a>00385   <span class="comment">// KTextEditor::CursorInterface stuff</span>
<a name="l00386"></a>00386   <span class="comment">//</span>
<a name="l00387"></a>00387   <span class="keyword">public</span> slots:
<a name="l00388"></a>00388     KTextEditor::Cursor *<a class="code" href="classKateDocument.html#12ac56673133e460c40cda034bcb702a">createCursor</a> ();
<a name="l00389"></a>00389     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KTextEditor::Cursor&gt;</a> <a class="code" href="classKateDocument.html#13f9ac744657865f5863fc4cfb442b8f">cursors</a> () <span class="keyword">const</span>;
<a name="l00390"></a>00390 
<a name="l00391"></a>00391   <span class="keyword">private</span>:
<a name="l00392"></a>00392     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KTextEditor::Cursor&gt;</a> myCursors;
<a name="l00393"></a>00393 
<a name="l00394"></a>00394   <span class="comment">//</span>
<a name="l00395"></a>00395   <span class="comment">// KTextEditor::SearchInterface stuff</span>
<a name="l00396"></a>00396   <span class="comment">//</span>
<a name="l00397"></a>00397   <span class="keyword">public</span> slots:
<a name="l00398"></a>00398     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#f49f36c743429c0ff9adb22d86c7ec41">searchText</a> (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> startLine, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> startCol,
<a name="l00399"></a>00399         <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;<a class="code" href="classKateDocument.html#3e8d3e98d59282fffc6e76408489a389">text</a>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *foundAtLine, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *foundAtCol,
<a name="l00400"></a>00400         <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *matchLen, <span class="keywordtype">bool</span> casesensitive = <span class="keyword">true</span>, <span class="keywordtype">bool</span> backwards = <span class="keyword">false</span>);
<a name="l00401"></a>00401     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#f49f36c743429c0ff9adb22d86c7ec41">searchText</a> (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> startLine, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> startCol,
<a name="l00402"></a>00402         <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qregexp.html">QRegExp</a> &amp;regexp, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *foundAtLine, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *foundAtCol,
<a name="l00403"></a>00403         <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *matchLen, <span class="keywordtype">bool</span> backwards = <span class="keyword">false</span>);
<a name="l00404"></a>00404 
<a name="l00405"></a>00405   <span class="comment">//</span>
<a name="l00406"></a>00406   <span class="comment">// KTextEditor::HighlightingInterface stuff</span>
<a name="l00407"></a>00407   <span class="comment">//</span>
<a name="l00408"></a>00408   <span class="keyword">public</span> slots:
<a name="l00409"></a>00409     uint <a class="code" href="classKateDocument.html#be4b321132b0119003fbb1eddaeb3407">hlMode</a> ();
<a name="l00410"></a>00410     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#981803feaba3032a4b067b39adde9948">setHlMode</a> (uint mode);
<a name="l00411"></a>00411     uint <a class="code" href="classKateDocument.html#815645bb1b866e8eff44bc5ec6fd3579">hlModeCount</a> ();
<a name="l00412"></a>00412     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#7a743589b9c6daea61457bd55d46e9b3">hlModeName</a> (uint mode);
<a name="l00413"></a>00413     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#a8bec1c64d74bfa5de77e669ff8af939">hlModeSectionName</a> (uint mode);
<a name="l00414"></a>00414 
<a name="l00415"></a>00415   <span class="keyword">public</span>:
<a name="l00416"></a>00416     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#a772f27da539355a67fd8e13e52cfaec">bufferHlChanged</a> ();
<a name="l00417"></a>00417 
<a name="l00418"></a>00418   <span class="keyword">private</span>:
<a name="l00419"></a>00419     <span class="keywordtype">void</span> setDontChangeHlOnSave();
<a name="l00420"></a>00420 
<a name="l00421"></a>00421   signals:
<a name="l00422"></a>00422     <span class="keywordtype">void</span> hlChanged ();
<a name="l00423"></a>00423 
<a name="l00424"></a>00424   <span class="comment">//</span>
<a name="l00425"></a>00425   <span class="comment">// Kate::ArbitraryHighlightingInterface stuff</span>
<a name="l00426"></a>00426   <span class="comment">//</span>
<a name="l00427"></a>00427   <span class="keyword">public</span>:
<a name="l00428"></a><a class="code" href="classKateDocument.html#d18c436d7233a46cb62630efc072d452">00428</a>     <a class="code" href="classKateArbitraryHighlight.html">KateArbitraryHighlight</a>* <a class="code" href="classKateDocument.html#d18c436d7233a46cb62630efc072d452">arbitraryHL</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_arbitraryHL; };
<a name="l00429"></a>00429 
<a name="l00430"></a>00430   <span class="keyword">private</span> slots:
<a name="l00431"></a>00431     <span class="keywordtype">void</span> tagArbitraryLines(<a class="code" href="classKateView.html">KateView</a>* view, <a class="code" href="classKateSuperRange.html">KateSuperRange</a>* range);
<a name="l00432"></a>00432 
<a name="l00433"></a>00433   <span class="comment">//</span>
<a name="l00434"></a>00434   <span class="comment">// KTextEditor::ConfigInterface stuff</span>
<a name="l00435"></a>00435   <span class="comment">//</span>
<a name="l00436"></a>00436   <span class="keyword">public</span> slots:
<a name="l00437"></a>00437     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#2b278edeb6d2f383c96cc974d9e1961f">readConfig</a> ();
<a name="l00438"></a>00438     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#22a4f1fd843d0671e3812e26d90c7846">writeConfig</a> ();
<a name="l00439"></a>00439     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#2b278edeb6d2f383c96cc974d9e1961f">readConfig</a> (<a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKConfig.html">KConfig</a> *);
<a name="l00440"></a>00440     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#22a4f1fd843d0671e3812e26d90c7846">writeConfig</a> (<a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKConfig.html">KConfig</a> *);
<a name="l00441"></a>00441     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#2d66fc583f6f7b71ab2f7866e82c135f">readSessionConfig</a> (<a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKConfig.html">KConfig</a> *);
<a name="l00442"></a>00442     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#4b95db570355de767e31452f0e6b677a">writeSessionConfig</a> (<a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKConfig.html">KConfig</a> *);
<a name="l00443"></a>00443     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6285ceb1b25cacb2c44dfaa699afd3e4">configDialog</a> ();
<a name="l00444"></a>00444 
<a name="l00445"></a>00445   <span class="comment">//</span>
<a name="l00446"></a>00446   <span class="comment">// KTextEditor::MarkInterface and MarkInterfaceExtension</span>
<a name="l00447"></a>00447   <span class="comment">//</span>
<a name="l00448"></a>00448   <span class="keyword">public</span> slots:
<a name="l00449"></a>00449     uint <a class="code" href="classKateDocument.html#70148396689728b041817193276286ca">mark</a>( uint line );
<a name="l00450"></a>00450 
<a name="l00451"></a>00451     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#fa34221c12a0c5337b3615df8e5e18e7">setMark</a>( uint line, uint markType );
<a name="l00452"></a>00452     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#5594781049adf8b56acb40bf2e3aca16">clearMark</a>( uint line );
<a name="l00453"></a>00453 
<a name="l00454"></a>00454     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#988c62733634ef443814afa1316feba0">addMark</a>( uint line, uint markType );
<a name="l00455"></a>00455     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6babcd8b6bbf9027a187407abcc6f7e3">removeMark</a>( uint line, uint markType );
<a name="l00456"></a>00456 
<a name="l00457"></a>00457     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;KTextEditor::Mark&gt;</a> <a class="code" href="classKateDocument.html#a3903bf850819ba37ca7b947b284885f">marks</a>();
<a name="l00458"></a>00458     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#a075be7f80e8214eb56cd95edf617f15">clearMarks</a>();
<a name="l00459"></a>00459 
<a name="l00460"></a>00460     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#f5e8526d555006c440d6dbcd2acdd720">setPixmap</a>( MarkInterface::MarkTypes, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qpixmap.html">QPixmap</a>&amp; );
<a name="l00461"></a>00461     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#7744be13d89f6bb096980aa371c95b86">setDescription</a>( MarkInterface::MarkTypes, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; );
<a name="l00462"></a>00462     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#07335ae9f28db2ae04660501479391af">markDescription</a>( MarkInterface::MarkTypes );
<a name="l00463"></a>00463     <a class="codeRef" doxygen="qt.tag:" href="qpixmap.html">QPixmap</a> *<a class="code" href="classKateDocument.html#47d5927da46ff96b1fde00d9e6c9353d">markPixmap</a>( MarkInterface::MarkTypes );
<a name="l00464"></a>00464     <a class="codeRef" doxygen="qt.tag:" href="qcolor.html">QColor</a> <a class="code" href="classKateDocument.html#3de65c77671c70f2ab37352f40629932">markColor</a>( MarkInterface::MarkTypes );
<a name="l00465"></a>00465 
<a name="l00466"></a>00466     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#44d9223b1b746392f867db8b6a27194c">setMarksUserChangable</a>( uint markMask );
<a name="l00467"></a>00467     uint <a class="code" href="classKateDocument.html#4515c9056463591055670234594e1cd8">editableMarks</a>();
<a name="l00468"></a>00468 
<a name="l00469"></a>00469   signals:
<a name="l00470"></a>00470     <span class="keywordtype">void</span> marksChanged();
<a name="l00471"></a>00471     <span class="keywordtype">void</span> markChanged( KTextEditor::Mark, KTextEditor::MarkInterfaceExtension::MarkChangeAction );
<a name="l00472"></a>00472 
<a name="l00473"></a>00473   <span class="keyword">private</span>:
<a name="l00474"></a>00474     <a class="codeRef" doxygen="qt.tag:" href="qintdict.html">QIntDict&lt;KTextEditor::Mark&gt;</a> m_marks;
<a name="l00475"></a>00475     <a class="codeRef" doxygen="qt.tag:" href="qintdict.html">QIntDict&lt;QPixmap&gt;</a>           m_markPixmaps;
<a name="l00476"></a>00476     <a class="codeRef" doxygen="qt.tag:" href="qintdict.html">QIntDict&lt;QString&gt;</a>           m_markDescriptions;
<a name="l00477"></a>00477     uint                        m_editableMarks;
<a name="l00478"></a>00478 
<a name="l00479"></a>00479   <span class="comment">//</span>
<a name="l00480"></a>00480   <span class="comment">// KTextEditor::PrintInterface</span>
<a name="l00481"></a>00481   <span class="comment">//</span>
<a name="l00482"></a>00482   <span class="keyword">public</span> slots:
<a name="l00483"></a>00483     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#44d91124b9616a6e923a00c9685778ac">printDialog</a> ();
<a name="l00484"></a>00484     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#cfcd920d7da60788256ffc005c5c1bfc">print</a> ();
<a name="l00485"></a>00485 
<a name="l00486"></a>00486   <span class="comment">//</span>
<a name="l00487"></a>00487   <span class="comment">// KTextEditor::DocumentInfoInterface ( ### unfinished )</span>
<a name="l00488"></a>00488   <span class="comment">//</span>
<a name="l00489"></a>00489   <span class="keyword">public</span>:
<a name="l00499"></a>00499     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#fb7883a9ba0d259bf321a2afd229e018">mimeType</a>();
<a name="l00500"></a>00500 
<a name="l00508"></a>00508     <span class="keywordtype">long</span> <a class="code" href="classKateDocument.html#25d1bb70eb3fe1c0f16d84516a651c38">fileSize</a>();
<a name="l00509"></a>00509 
<a name="l00517"></a>00517     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#cb050217983434c0b8c8dc7f6c3aacc9">niceFileSize</a>();
<a name="l00518"></a>00518 
<a name="l00527"></a>00527     KMimeType::Ptr <a class="code" href="classKateDocument.html#48fd179716729238c4aee9ed55ceecea">mimeTypeForContent</a>();
<a name="l00528"></a>00528 
<a name="l00529"></a>00529   <span class="comment">//</span>
<a name="l00530"></a>00530   <span class="comment">// KTextEditor::VariableInterface</span>
<a name="l00531"></a>00531   <span class="comment">//</span>
<a name="l00532"></a>00532   <span class="keyword">public</span>:
<a name="l00533"></a>00533     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#2e09d979dc0698e8801313b5ed0486a3">variable</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;<a class="codeRef" doxygen="qt.tag:" href="qobject.html#name">name</a> ) <span class="keyword">const</span>;
<a name="l00534"></a>00534 
<a name="l00535"></a>00535   signals:
<a name="l00536"></a>00536     <span class="keywordtype">void</span> variableChanged( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp; );
<a name="l00537"></a>00537 
<a name="l00538"></a>00538   <span class="keyword">private</span>:
<a name="l00539"></a>00539     <a class="codeRef" doxygen="qt.tag:" href="qmap.html">QMap&lt;QString, QString&gt;</a> m_storedVariables;
<a name="l00540"></a>00540 
<a name="l00541"></a>00541   <span class="comment">//</span>
<a name="l00542"></a>00542   <span class="comment">// KParts::ReadWrite stuff</span>
<a name="l00543"></a>00543   <span class="comment">//</span>
<a name="l00544"></a>00544   <span class="keyword">public</span>:
<a name="l00545"></a>00545     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#ff1a9e16754e4a6bc594eaeebc1b021a">openURL</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKURL.html">KURL</a> &amp;url );
<a name="l00546"></a>00546 
<a name="l00547"></a>00547     <span class="comment">/* Anders:</span>
<a name="l00548"></a>00548 <span class="comment">      I reimplemented this, since i need to check if backup succeeded</span>
<a name="l00549"></a>00549 <span class="comment">      if requested */</span>
<a name="l00550"></a>00550     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#e29199f34244187981403bd19aa290f3">save</a>();
<a name="l00551"></a>00551 
<a name="l00552"></a>00552     <span class="comment">/* Anders: Reimplemented to do kate specific stuff */</span>
<a name="l00553"></a>00553     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#495df5290a34e61589d622a22b01130a">saveAs</a>( <span class="keyword">const</span> <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKURL.html">KURL</a> &amp;url );
<a name="l00554"></a>00554 
<a name="l00555"></a>00555     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#524dd4e6761dce12246cabe9b102caa4">openFile</a> (KIO::Job * job);
<a name="l00556"></a>00556     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#524dd4e6761dce12246cabe9b102caa4">openFile</a> ();
<a name="l00557"></a>00557 
<a name="l00558"></a>00558     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#831c6fa9a573344461105a7c1d2a48ce">saveFile</a> ();
<a name="l00559"></a>00559 
<a name="l00560"></a>00560     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#66f12e7eabc4fb4dc59619c522163f44">setReadWrite</a> ( <span class="keywordtype">bool</span> rw = <span class="keyword">true</span> );
<a name="l00561"></a>00561 
<a name="l00562"></a>00562     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#ed4169756df990ffe7ee852649af37c9">setModified</a>( <span class="keywordtype">bool</span> m );
<a name="l00563"></a>00563 
<a name="l00564"></a>00564   <span class="keyword">private</span> slots:
<a name="l00565"></a>00565     <span class="keywordtype">void</span> slotDataKate ( KIO::Job* kio_job, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> &amp;data );
<a name="l00566"></a>00566     <span class="keywordtype">void</span> slotFinishedKate ( KIO::Job * job );
<a name="l00567"></a>00567 
<a name="l00568"></a>00568   <span class="keyword">private</span>:
<a name="l00569"></a>00569     <span class="keywordtype">void</span> abortLoadKate();
<a name="l00570"></a>00570 
<a name="l00571"></a>00571     <span class="keywordtype">void</span> activateDirWatch ();
<a name="l00572"></a>00572     <span class="keywordtype">void</span> deactivateDirWatch ();
<a name="l00573"></a>00573 
<a name="l00574"></a>00574     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> m_dirWatchFile;
<a name="l00575"></a>00575 
<a name="l00576"></a>00576   <span class="comment">//</span>
<a name="l00577"></a>00577   <span class="comment">// Kate::Document stuff, this is all deprecated!!!!!!!!!!</span>
<a name="l00578"></a>00578   <span class="comment">//</span>
<a name="l00579"></a>00579   <span class="keyword">public</span>:
<a name="l00580"></a><a class="code" href="classKateDocument.html#a73c76affcff98e11031c564b30a5f12">00580</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#a73c76affcff98e11031c564b30a5f12">colorConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00581"></a><a class="code" href="classKateDocument.html#0a1517aaac14360e01e39002cad95d9c">00581</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#0a1517aaac14360e01e39002cad95d9c">fontConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00582"></a><a class="code" href="classKateDocument.html#04ebb3906c373853d707b3058e4fb254">00582</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#04ebb3906c373853d707b3058e4fb254">indentConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00583"></a><a class="code" href="classKateDocument.html#ff6026f5f0c06bfec72f755bf68a9d30">00583</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#ff6026f5f0c06bfec72f755bf68a9d30">selectConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00584"></a><a class="code" href="classKateDocument.html#a2ce53c514b8fe2a5731a0822540ae92">00584</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#a2ce53c514b8fe2a5731a0822540ae92">editConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00585"></a><a class="code" href="classKateDocument.html#424df98b524d6f277c32ff63a8366892">00585</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#424df98b524d6f277c32ff63a8366892">keysConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00586"></a><a class="code" href="classKateDocument.html#68666151df405297061bd47bcc0464f3">00586</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#68666151df405297061bd47bcc0464f3">hlConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00587"></a><a class="code" href="classKateDocument.html#239318c342fe33ee4e93e15605957c66">00587</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#239318c342fe33ee4e93e15605957c66">viewDefaultsConfigPage</a> (<a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *) { <span class="keywordflow">return</span> 0; }
<a name="l00588"></a><a class="code" href="classKateDocument.html#b3aabf3a35e7523ad13083178c391046">00588</a>     <a class="code" href="classKate_1_1ConfigPage.html">Kate::ConfigPage</a> *<a class="code" href="classKateDocument.html#b3aabf3a35e7523ad13083178c391046">saveConfigPage</a>( <a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> * ) { <span class="keywordflow">return</span> 0; }
<a name="l00589"></a>00589 
<a name="l00590"></a><a class="code" href="classKateDocument.html#e369fe2ba3783d38458efd0fc345f8d3">00590</a>     <a class="code" href="classKate_1_1ActionMenu.html">Kate::ActionMenu</a> *<a class="code" href="classKateDocument.html#e369fe2ba3783d38458efd0fc345f8d3">hlActionMenu</a> (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; <span class="comment">/* text */</span>, <a class="codeRef" doxygen="qt.tag:" href="qobject.html">QObject</a>* <span class="comment">/* parent */</span> = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="comment">/* name */</span> = 0) { <span class="keywordflow">return</span> 0; }
<a name="l00591"></a><a class="code" href="classKateDocument.html#385e4e751bd2d24f4536e3a18168caef">00591</a>     <a class="code" href="classKate_1_1ActionMenu.html">Kate::ActionMenu</a> *<a class="code" href="classKateDocument.html#385e4e751bd2d24f4536e3a18168caef">exportActionMenu</a> (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; <span class="comment">/* text */</span>, <a class="codeRef" doxygen="qt.tag:" href="qobject.html">QObject</a>* <span class="comment">/* parent */</span> = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="comment">/* name */</span> = 0) { <span class="keywordflow">return</span> 0; }
<a name="l00592"></a>00592 
<a name="l00593"></a>00593   <span class="keyword">public</span>:
<a name="l00597"></a>00597     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#7a498405915ec9172e39f19c32b49c66">typeChars</a> ( <a class="code" href="classKateView.html">KateView</a> *type, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;chars );
<a name="l00598"></a>00598 
<a name="l00602"></a><a class="code" href="classKateDocument.html#e21f7a59ad6268e92b60ad5c401f372f">00602</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateDocument.html#e21f7a59ad6268e92b60ad5c401f372f">lastLine</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classKateDocument.html#abdd1a97f9bd6ed61a5e56bfce92aab9">numLines</a>()-1; }
<a name="l00603"></a>00603 
<a name="l00604"></a>00604     uint <a class="code" href="classKateDocument.html#31c517a87a8c70abaf6734d66decbfb7">configFlags</a> ();
<a name="l00605"></a>00605     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#b79898b003c803970d8ab07512fcc6c2">setConfigFlags</a> (uint flags);
<a name="l00606"></a>00606 
<a name="l00607"></a>00607     <span class="comment">// Repaint all of all of the views</span>
<a name="l00608"></a>00608     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#160d6f82593e7c566adcf9085977651c">repaintViews</a>(<span class="keywordtype">bool</span> paintOnlyDirty = <span class="keyword">true</span>);
<a name="l00609"></a>00609 
<a name="l00610"></a><a class="code" href="classKateDocument.html#a0da130fccec4b29971af689bb559449">00610</a>     <span class="keyword">inline</span> <a class="code" href="classKateHighlighting.html">KateHighlighting</a> *<a class="code" href="classKateDocument.html#a0da130fccec4b29971af689bb559449">highlight</a> () { <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#4324e1cc83dec9f6a55610a19de1c8ca">highlight</a>(); }
<a name="l00611"></a>00611 
<a name="l00612"></a><a class="code" href="classKateDocument.html#bf718e136bfedaa255d899800cba0afc">00612</a>     <span class="keyword">inline</span> <a class="code" href="classKateHighlighting.html">KateHighlighting</a> *<a class="code" href="classKateDocument.html#a0da130fccec4b29971af689bb559449">highlight</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#4324e1cc83dec9f6a55610a19de1c8ca">highlight</a>(); }
<a name="l00613"></a>00613 
<a name="l00614"></a>00614   <span class="keyword">public</span> slots:    <span class="comment">//please keep prototypes and implementations in same order</span>
<a name="l00615"></a>00615     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#2a07d84a1e633523d133521aca0fa927">tagLines</a>(<span class="keywordtype">int</span> start, <span class="keywordtype">int</span> end);
<a name="l00616"></a>00616     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#2a07d84a1e633523d133521aca0fa927">tagLines</a>(<a class="code" href="classKateTextCursor.html">KateTextCursor</a> start, <a class="code" href="classKateTextCursor.html">KateTextCursor</a> end);
<a name="l00617"></a>00617 
<a name="l00618"></a>00618   <span class="comment">//export feature, obsolute</span>
<a name="l00619"></a>00619   <span class="keyword">public</span> slots:
<a name="l00620"></a><a class="code" href="classKateDocument.html#74113ec724ccf0f0a72f2f9e821653e4">00620</a>      <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#74113ec724ccf0f0a72f2f9e821653e4">exportAs</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp;) { };
<a name="l00621"></a>00621 
<a name="l00622"></a>00622   signals:
<a name="l00623"></a>00623     <span class="keywordtype">void</span> modifiedChanged ();
<a name="l00624"></a>00624     <span class="keywordtype">void</span> preHighlightChanged(uint);
<a name="l00625"></a>00625 
<a name="l00626"></a>00626   <span class="keyword">private</span> slots:
<a name="l00627"></a>00627     <span class="keywordtype">void</span> internalHlChanged();
<a name="l00628"></a>00628 
<a name="l00629"></a>00629   <span class="keyword">public</span>:
<a name="l00630"></a>00630     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#750437b93f8b4b4d70c3c3c9ea2320f9">addView</a>(KTextEditor::View *);
<a name="l00631"></a>00631     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#d45450a637bc2c09ff1952c05c8f7e96">removeView</a>(KTextEditor::View *);
<a name="l00632"></a>00632 
<a name="l00633"></a>00633     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#2228fa91325cce30516b8c3ce54532b6">addSuperCursor</a>(<span class="keyword">class</span> <a class="code" href="classKateSuperCursor.html">KateSuperCursor</a> *, <span class="keywordtype">bool</span> privateC);
<a name="l00634"></a>00634     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6e40cadd148882806a213e8f825de239">removeSuperCursor</a>(<span class="keyword">class</span> <a class="code" href="classKateSuperCursor.html">KateSuperCursor</a> *, <span class="keywordtype">bool</span> privateC);
<a name="l00635"></a>00635 
<a name="l00636"></a>00636     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#b2cdfe767b9f877d62782db58eb8dc05">ownedView</a>(<a class="code" href="classKateView.html">KateView</a> *);
<a name="l00637"></a>00637     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#69a5799c0edd13783cc4b7244a57127b">isLastView</a>(<span class="keywordtype">int</span> numViews);
<a name="l00638"></a>00638 
<a name="l00639"></a>00639     uint <a class="code" href="classKateDocument.html#7cdf6d3c012cf82872b3a92cefda58f9">currentColumn</a>( <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; );
<a name="l00640"></a>00640     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#355dc71a9e1d292087864f8c4c72d957">newLine</a>(             <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp;, <a class="code" href="classKateViewInternal.html">KateViewInternal</a> * ); <span class="comment">// Changes input</span>
<a name="l00641"></a>00641     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6d615b7b20120363abba86d9398177dc">backspace</a>(     <a class="code" href="classKateView.html">KateView</a> *view, <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; );
<a name="l00642"></a>00642     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#3cc1069be70105e39177f93af6cd997e">del</a>(           <a class="code" href="classKateView.html">KateView</a> *view, <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; );
<a name="l00643"></a>00643     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6482f4ab375880af779a3bd3c27a9777">transpose</a>(     <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; );
<a name="l00644"></a>00644 
<a name="l00645"></a>00645     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#fc3d78291e8c832b8a036d0715c98417">paste</a> ( <a class="code" href="classKateView.html">KateView</a>* view );
<a name="l00646"></a>00646 
<a name="l00647"></a>00647   <span class="keyword">public</span>:
<a name="l00648"></a>00648     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#4a0d6c6de739af048d03787dffa2804e">insertIndentChars</a> ( <a class="code" href="classKateView.html">KateView</a> *view );
<a name="l00649"></a>00649 
<a name="l00650"></a>00650     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#65be0dea0c68a330298b5faca836e919">indent</a> ( <a class="code" href="classKateView.html">KateView</a> *view, uint line, <span class="keywordtype">int</span> change );
<a name="l00651"></a>00651     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#feb6f0f814439061018d56ef7348fdfe">comment</a> ( <a class="code" href="classKateView.html">KateView</a> *view, uint line, uint column, <span class="keywordtype">int</span> change );
<a name="l00652"></a>00652     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#28b7d2c82b5512fdba80977a1b82f135">align</a> ( <a class="code" href="classKateView.html">KateView</a> *view, uint line );
<a name="l00653"></a>00653 
<a name="l00654"></a><a class="code" href="classKateDocument.html#daa4629cf767e14eb04ceb245af8e285">00654</a>     <span class="keyword">enum</span> <a class="code" href="classKateDocument.html#daa4629cf767e14eb04ceb245af8e285">TextTransform</a> { Uppercase, Lowercase, Capitalize };
<a name="l00655"></a>00655 
<a name="l00663"></a>00663     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#e6deec58ef4579fa36e09b063eee9ba8">transform</a> ( <a class="code" href="classKateView.html">KateView</a> *view, <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a> &amp;, <a class="code" href="classKateDocument.html#daa4629cf767e14eb04ceb245af8e285">TextTransform</a> );
<a name="l00667"></a>00667     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6aac8e73c92a3d8a5519281bac227239">joinLines</a>( uint first, uint last );
<a name="l00668"></a>00668 
<a name="l00669"></a>00669   <span class="keyword">private</span>:
<a name="l00670"></a>00670     <span class="keywordtype">void</span> optimizeLeadingSpace( uint line, <span class="keywordtype">int</span> flags, <span class="keywordtype">int</span> change );
<a name="l00671"></a>00671     <span class="keywordtype">void</span> replaceWithOptimizedSpace( uint line, uint upto_column, uint space, <span class="keywordtype">int</span> flags );
<a name="l00672"></a>00672 
<a name="l00673"></a>00673     <span class="keywordtype">bool</span> removeStringFromBegining(<span class="keywordtype">int</span> line, <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;str);
<a name="l00674"></a>00674     <span class="keywordtype">bool</span> removeStringFromEnd(<span class="keywordtype">int</span> line, <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;str);
<a name="l00675"></a>00675 
<a name="l00685"></a>00685     <span class="keywordtype">bool</span> nextNonSpaceCharPos(<span class="keywordtype">int</span> &amp;line, <span class="keywordtype">int</span> &amp;col);
<a name="l00686"></a>00686 
<a name="l00694"></a>00694     <span class="keywordtype">bool</span> previousNonSpaceCharPos(<span class="keywordtype">int</span> &amp;line, <span class="keywordtype">int</span> &amp;col);
<a name="l00695"></a>00695 
<a name="l00700"></a>00700     <span class="keywordtype">void</span> addStartLineCommentToSingleLine(<span class="keywordtype">int</span> line, <span class="keywordtype">int</span> attrib=0);
<a name="l00705"></a>00705     <span class="keywordtype">bool</span> removeStartLineCommentFromSingleLine(<span class="keywordtype">int</span> line, <span class="keywordtype">int</span> attrib=0);
<a name="l00706"></a>00706 
<a name="l00710"></a>00710     <span class="keywordtype">void</span> addStartStopCommentToSingleLine(<span class="keywordtype">int</span> line, <span class="keywordtype">int</span> attrib=0);
<a name="l00714"></a>00714     <span class="keywordtype">bool</span> removeStartStopCommentFromSingleLine(<span class="keywordtype">int</span> line, <span class="keywordtype">int</span> attrib=0);
<a name="l00718"></a>00718     <span class="keywordtype">bool</span> removeStartStopCommentFromRegion(<span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a> &amp;start, <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a> &amp;end, <span class="keywordtype">int</span> attrib=0);
<a name="l00719"></a>00719 
<a name="l00724"></a>00724            <span class="keywordtype">void</span> addStartStopCommentToSelection( <a class="code" href="classKateView.html">KateView</a> *view, <span class="keywordtype">int</span> attrib=0 );
<a name="l00728"></a>00728           <span class="keywordtype">void</span> addStartLineCommentToSelection( <a class="code" href="classKateView.html">KateView</a> *view, <span class="keywordtype">int</span> attrib=0 );
<a name="l00729"></a>00729 
<a name="l00736"></a>00736     <span class="keywordtype">bool</span> removeStartStopCommentFromSelection( <a class="code" href="classKateView.html">KateView</a> *view, <span class="keywordtype">int</span> attrib=0 );
<a name="l00740"></a>00740     <span class="keywordtype">bool</span> removeStartLineCommentFromSelection( <a class="code" href="classKateView.html">KateView</a> *view, <span class="keywordtype">int</span> attrib=0 );
<a name="l00741"></a>00741 
<a name="l00742"></a>00742   <span class="keyword">public</span>:
<a name="l00743"></a>00743     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#0c4541b24106e40d085a26442c553efd">getWord</a>( <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; cursor );
<a name="l00744"></a>00744 
<a name="l00745"></a>00745   <span class="keyword">public</span>:
<a name="l00746"></a>00746     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6af21530bdfd0d8adc28c0ae0a5a9a51">tagAll</a>();
<a name="l00747"></a>00747 
<a name="l00748"></a>00748     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#9fdfbb16fa297c9268c379317770d4be">newBracketMark</a>( <span class="keyword">const</span> <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; start, <a class="code" href="classKateBracketRange.html">KateBracketRange</a>&amp; bm, <span class="keywordtype">int</span> maxLines = -1 );
<a name="l00749"></a>00749     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#6e8f0146112e43ed5d1b2b642ed8a84e">findMatchingBracket</a>( <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; start, <a class="code" href="classKateTextCursor.html">KateTextCursor</a>&amp; end, <span class="keywordtype">int</span> maxLines = -1 );
<a name="l00750"></a>00750 
<a name="l00751"></a>00751   <span class="keyword">private</span>:
<a name="l00752"></a>00752     <span class="keywordtype">void</span> guiActivateEvent( <a class="codeRef" doxygen="kparts.tag:../../kparts/html/" href="../../kparts/html/classKParts_1_1GUIActivateEvent.html">KParts::GUIActivateEvent</a> *ev );
<a name="l00753"></a>00753 
<a name="l00754"></a>00754   <span class="keyword">public</span>:
<a name="l00755"></a>00755 
<a name="l00756"></a><a class="code" href="classKateDocument.html#97d699bb48301e1b757a99ee4cda8719">00756</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#97d699bb48301e1b757a99ee4cda8719">docName</a> () {<span class="keywordflow">return</span> m_docName;};
<a name="l00757"></a>00757 
<a name="l00758"></a>00758     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#127288317d0fbc2c6436db82d3e1c3a6">setDocName</a> (<a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#97d699bb48301e1b757a99ee4cda8719">docName</a>);
<a name="l00759"></a>00759 
<a name="l00760"></a>00760     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#259110d0703a01f8e1dfd8ba8de4a4a7">lineInfo</a> (<a class="code" href="classKateLineInfo.html">KateLineInfo</a> *info, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line);
<a name="l00761"></a>00761 
<a name="l00762"></a>00762     <a class="code" href="classKateCodeFoldingTree.html">KateCodeFoldingTree</a> *<a class="code" href="classKateDocument.html#23568d4353650efd3f2af759f0459680">foldingTree</a> ();
<a name="l00763"></a>00763 
<a name="l00764"></a>00764   <span class="keyword">public</span>:
<a name="l00770"></a><a class="code" href="classKateDocument.html#fd10a69dcf92809f8a64aca71759202f">00770</a>     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#fd10a69dcf92809f8a64aca71759202f">isModifiedOnDisc</a>() { <span class="keywordflow">return</span> m_modOnHd; };
<a name="l00771"></a>00771 
<a name="l00773"></a><a class="code" href="classKateDocument.html#1fcc04ab46dd14174a9ba8559bb9bb43">00773</a>     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#1fcc04ab46dd14174a9ba8559bb9bb43">isModOnHD</a>( <span class="keywordtype">bool</span> =<span class="keyword">false</span> ) {};
<a name="l00774"></a>00774 
<a name="l00775"></a>00775     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#fc4fac6078cf57ff6b424003858b1d16">setModifiedOnDisk</a>( <span class="keywordtype">int</span> reason );
<a name="l00776"></a>00776 
<a name="l00777"></a>00777   <span class="keyword">public</span> slots:
<a name="l00784"></a>00784     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#d93375e9bc2357f369c5e6e2af207169">slotModifiedOnDisk</a>( <a class="code" href="classKate_1_1View.html">Kate::View</a> *v=0 );
<a name="l00785"></a>00785 
<a name="l00789"></a>00789     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#4b0c5f9b37c21f49c775fe5561ab033c">reloadFile</a>();
<a name="l00790"></a>00790 
<a name="l00791"></a>00791   <span class="keyword">private</span>:
<a name="l00792"></a>00792     <span class="keywordtype">int</span> m_isasking; <span class="comment">// don't reenter slotModifiedOnDisk when this is true</span>
<a name="l00793"></a>00793                     <span class="comment">// -1: ignore once, 0: false, 1: true</span>
<a name="l00794"></a>00794 
<a name="l00795"></a>00795   <span class="keyword">public</span> slots:
<a name="l00796"></a>00796     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#393e247f8c791602ae6e7b178870324c">setEncoding</a> (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;e);
<a name="l00797"></a>00797     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#be6e4bf84d4bed0cb1ff1a31278fab71">encoding</a>() <span class="keyword">const</span>;
<a name="l00798"></a>00798 
<a name="l00799"></a>00799   <span class="keyword">public</span> slots:
<a name="l00800"></a>00800     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#dab419af3eac6cd5b7197a814666b920">setWordWrap</a> (<span class="keywordtype">bool</span> on);
<a name="l00801"></a>00801     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#8d67782784ed8510f00fd2f4ff58d476">wordWrap</a> ();
<a name="l00802"></a>00802 
<a name="l00803"></a>00803     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#b37c8cab285194173913dc70bcc124fc">setWordWrapAt</a> (uint col);
<a name="l00804"></a>00804     uint <a class="code" href="classKateDocument.html#8133d2a9600ade98c96ced87ade7d270">wordWrapAt</a> ();
<a name="l00805"></a>00805 
<a name="l00806"></a>00806   <span class="keyword">public</span> slots:
<a name="l00807"></a>00807     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#ba10c88223c5bb922996fb07f5ff0a6d">setPageUpDownMovesCursor</a>(<span class="keywordtype">bool</span> on);
<a name="l00808"></a>00808     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#e4d0dc5e24a30fd491df80049c724272">pageUpDownMovesCursor</a>();
<a name="l00809"></a>00809 
<a name="l00810"></a>00810   signals:
<a name="l00811"></a>00811     <span class="keywordtype">void</span> modStateChanged (<a class="code" href="classKate_1_1Document.html">Kate::Document</a> *doc);
<a name="l00812"></a>00812     <span class="keywordtype">void</span> nameChanged (<a class="code" href="classKate_1_1Document.html">Kate::Document</a> *doc);
<a name="l00813"></a>00813 
<a name="l00814"></a>00814   <span class="keyword">public</span> slots:
<a name="l00815"></a>00815     <span class="comment">// clear buffer/filename - update the views</span>
<a name="l00816"></a>00816     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#4850e07618b24bceb5d0483660db0ba5">flush</a> ();
<a name="l00817"></a>00817 
<a name="l00818"></a>00818   signals:
<a name="l00823"></a>00823     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#6fed5f56d23bfc0ce9cb67a29183583d">fileNameChanged</a> ();
<a name="l00824"></a>00824 
<a name="l00825"></a>00825   <span class="keyword">public</span> slots:
<a name="l00826"></a>00826      <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#b1c8665090ccb9c00c46237ec51461f0">applyWordWrap</a> ();
<a name="l00827"></a>00827 
<a name="l00828"></a>00828    <span class="comment">// code folding</span>
<a name="l00829"></a>00829   <span class="keyword">public</span>:
<a name="l00830"></a><a class="code" href="classKateDocument.html#64a25be5c2f1b3b10914666f364cafe6">00830</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateDocument.html#64a25be5c2f1b3b10914666f364cafe6">getRealLine</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> virtualLine)
<a name="l00831"></a>00831     {
<a name="l00832"></a>00832       <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#bbda7223751f8dd3e1d2845d71f28018">lineNumber</a> (virtualLine);
<a name="l00833"></a>00833     }
<a name="l00834"></a>00834 
<a name="l00835"></a><a class="code" href="classKateDocument.html#4ec2c0537b355c899541aa3bdc3bb731">00835</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateDocument.html#4ec2c0537b355c899541aa3bdc3bb731">getVirtualLine</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> realLine)
<a name="l00836"></a>00836     {
<a name="l00837"></a>00837       <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#7b843bc07a8d2c533ee6658622bd8fac">lineVisibleNumber</a> (realLine);
<a name="l00838"></a>00838     }
<a name="l00839"></a>00839 
<a name="l00840"></a><a class="code" href="classKateDocument.html#1ee85cebc51fb98dfe93e517542581b3">00840</a>     <span class="keyword">inline</span> uint <a class="code" href="classKateDocument.html#1ee85cebc51fb98dfe93e517542581b3">visibleLines</a> ()
<a name="l00841"></a>00841     {
<a name="l00842"></a>00842       <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#9addf7c051594e0d8566cff3c39cf809">countVisible</a> ();
<a name="l00843"></a>00843     }
<a name="l00844"></a>00844 
<a name="l00845"></a><a class="code" href="classKateDocument.html#9d818ae3331de25b9b47fc99b742384c">00845</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="classKateDocument.html#9d818ae3331de25b9b47fc99b742384c">kateTextLine</a>(uint i)
<a name="l00846"></a>00846     {
<a name="l00847"></a>00847       <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#bbad05496f3f5a38dafa95263dea6842">line</a> (i);
<a name="l00848"></a>00848     }
<a name="l00849"></a>00849 
<a name="l00850"></a><a class="code" href="classKateDocument.html#a7729ee395615d7bc297f22066160d8f">00850</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="classKateDocument.html#a7729ee395615d7bc297f22066160d8f">plainKateTextLine</a>(uint i)
<a name="l00851"></a>00851     {
<a name="l00852"></a>00852       <span class="keywordflow">return</span> m_buffer-&gt;<a class="code" href="classKateBuffer.html#c2f2ce619c7afcdb828e6190932fbf56">plainLine</a> (i);
<a name="l00853"></a>00853     }
<a name="l00854"></a>00854 
<a name="l00855"></a>00855   signals:
<a name="l00856"></a>00856     <span class="keywordtype">void</span> codeFoldingUpdated();
<a name="l00857"></a>00857     <span class="keywordtype">void</span> aboutToRemoveText(<span class="keyword">const</span> <a class="code" href="classKateTextRange.html">KateTextRange</a>&amp;);
<a name="l00858"></a>00858     <span class="keywordtype">void</span> textRemoved();
<a name="l00859"></a>00859 
<a name="l00860"></a>00860   <span class="keyword">private</span> slots:
<a name="l00861"></a>00861     <span class="keywordtype">void</span> slotModOnHdDirty (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;path);
<a name="l00862"></a>00862     <span class="keywordtype">void</span> slotModOnHdCreated (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;path);
<a name="l00863"></a>00863     <span class="keywordtype">void</span> slotModOnHdDeleted (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;path);
<a name="l00864"></a>00864 
<a name="l00865"></a>00865   <span class="keyword">private</span>:
<a name="l00875"></a>00875     <span class="keywordtype">bool</span> createDigest ( <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> &amp;result );
<a name="l00876"></a>00876 
<a name="l00882"></a>00882     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> reasonedMOHString() <span class="keyword">const</span>;
<a name="l00883"></a>00883 
<a name="l00892"></a>00892     <span class="keywordtype">void</span> removeTrailingSpace( uint line );
<a name="l00893"></a>00893 
<a name="l00894"></a>00894   <span class="keyword">public</span>:
<a name="l00895"></a>00895     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#53a4cecb22056543af440b001fba8e7a">updateFileType</a> (<span class="keywordtype">int</span> newType, <span class="keywordtype">bool</span> user = <span class="keyword">false</span>);
<a name="l00896"></a>00896 
<a name="l00897"></a><a class="code" href="classKateDocument.html#2dc75c39cf6066f6c17cbd82a2254380">00897</a>     <span class="keywordtype">int</span> <a class="code" href="classKateDocument.html#2dc75c39cf6066f6c17cbd82a2254380">fileType</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_fileType; };
<a name="l00898"></a>00898 
<a name="l00899"></a>00899   <span class="comment">//</span>
<a name="l00900"></a>00900   <span class="comment">// REALLY internal data ;)</span>
<a name="l00901"></a>00901   <span class="comment">//</span>
<a name="l00902"></a>00902   <span class="keyword">private</span>:
<a name="l00903"></a>00903     <span class="comment">// text buffer</span>
<a name="l00904"></a>00904     <a class="code" href="classKateBuffer.html">KateBuffer</a> *m_buffer;
<a name="l00905"></a>00905 
<a name="l00906"></a>00906     <a class="code" href="classKateArbitraryHighlight.html">KateArbitraryHighlight</a>* m_arbitraryHL;
<a name="l00907"></a>00907 
<a name="l00908"></a>00908     <a class="code" href="classKateAutoIndent.html">KateAutoIndent</a> *m_indenter;
<a name="l00909"></a>00909 
<a name="l00910"></a>00910     <span class="keywordtype">bool</span> hlSetByUser;
<a name="l00911"></a>00911 
<a name="l00912"></a>00912     <span class="keywordtype">bool</span> m_modOnHd;
<a name="l00913"></a>00913     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> m_modOnHdReason;
<a name="l00914"></a>00914     <a class="codeRef" doxygen="qt.tag:" href="qcstring.html">QCString</a> m_digest; <span class="comment">// MD5 digest, updated on load/save</span>
<a name="l00915"></a>00915 
<a name="l00916"></a>00916     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> m_docName;
<a name="l00917"></a>00917     <span class="keywordtype">int</span> m_docNameNumber;
<a name="l00918"></a>00918 
<a name="l00919"></a>00919     <span class="comment">// file type !!!</span>
<a name="l00920"></a>00920     <span class="keywordtype">int</span> m_fileType;
<a name="l00921"></a>00921     <span class="keywordtype">bool</span> m_fileTypeSetByUser;
<a name="l00922"></a>00922 
<a name="l00926"></a>00926     <span class="keywordtype">bool</span> m_reloading;
<a name="l00927"></a>00927     <span class="keywordtype">bool</span> m_loading; 
<a name="l00928"></a>00928     <span class="keywordtype">bool</span> m_encodingSticky; 
<a name="l00929"></a>00929 
<a name="l00930"></a>00930   <span class="keyword">public</span> slots:
<a name="l00931"></a>00931     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#be60f2ffee4e88a255f6807e08237291">slotQueryClose_save</a>(<span class="keywordtype">bool</span> *handled, <span class="keywordtype">bool</span>* abortClosing);
<a name="l00932"></a>00932 
<a name="l00933"></a>00933   <span class="keyword">public</span>:
<a name="l00934"></a>00934     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#f84cbfc87b4398606e6315c09b15475c">makeAttribs</a> (<span class="keywordtype">bool</span> needInvalidate = <span class="keyword">true</span>);
<a name="l00935"></a>00935 
<a name="l00936"></a>00936     <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#abdcd7ebb5cce88f8b4f9f276c56cd8f">checkOverwrite</a>( <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKURL.html">KURL</a> u );
<a name="l00937"></a>00937 
<a name="l00938"></a>00938     <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#eb43cac364fa62a5f7027b69770107fb">setDefaultEncoding</a> (<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;<a class="code" href="classKateDocument.html#be6e4bf84d4bed0cb1ff1a31278fab71">encoding</a>);
<a name="l00939"></a>00939 
<a name="l00940"></a><a class="code" href="classKateDocument.html#4e578a4fd0a306649805e341e1913651">00940</a>     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#4e578a4fd0a306649805e341e1913651">setEncodingSticky</a>( <span class="keywordtype">bool</span> e ) { m_encodingSticky = e; }
<a name="l00941"></a>00941 
<a name="l00945"></a>00945   <span class="keyword">public</span>:
<a name="l00946"></a><a class="code" href="classKateDocument.html#4dd7b0ab59ecfc926751831e22b12b0f">00946</a>     <span class="keyword">inline</span> <a class="code" href="classKateDocumentConfig.html">KateDocumentConfig</a> *<a class="code" href="classKateDocument.html#4dd7b0ab59ecfc926751831e22b12b0f">config</a> () { <span class="keywordflow">return</span> m_config; };
<a name="l00947"></a>00947 
<a name="l00948"></a>00948     <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#d6871a44b5b6307447732fe193ee4fde">updateConfig</a> ();
<a name="l00949"></a>00949 
<a name="l00950"></a>00950   <span class="keyword">private</span>:
<a name="l00951"></a>00951     <a class="code" href="classKateDocumentConfig.html">KateDocumentConfig</a> *m_config;
<a name="l00952"></a>00952 
<a name="l00957"></a>00957   <span class="keyword">private</span>:
<a name="l00961"></a>00961     <span class="keywordtype">void</span> readDirConfig ();
<a name="l00962"></a>00962 
<a name="l00967"></a>00967     <span class="keywordtype">void</span> readVariables(<span class="keywordtype">bool</span> onlyViewAndRenderer = <span class="keyword">false</span>);
<a name="l00968"></a>00968 
<a name="l00973"></a>00973     <span class="keywordtype">void</span> readVariableLine( <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> t, <span class="keywordtype">bool</span> onlyViewAndRenderer = <span class="keyword">false</span> );
<a name="l00977"></a>00977     <span class="keywordtype">void</span> setViewVariable( <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> var, <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> val );
<a name="l00983"></a>00983     <span class="keyword">static</span> <span class="keywordtype">bool</span> checkBoolValue( <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> value, <span class="keywordtype">bool</span> *result );
<a name="l00989"></a>00989     <span class="keyword">static</span> <span class="keywordtype">bool</span> checkIntValue( <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> value, <span class="keywordtype">int</span> *result );
<a name="l00994"></a>00994     <span class="keyword">static</span> <span class="keywordtype">bool</span> checkColorValue( <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> value, <a class="codeRef" doxygen="qt.tag:" href="qcolor.html">QColor</a> &amp;col );
<a name="l00995"></a>00995 
<a name="l00996"></a>00996     <span class="keyword">static</span> <a class="codeRef" doxygen="qt.tag:" href="qregexp.html">QRegExp</a> kvLine;
<a name="l00997"></a>00997     <span class="keyword">static</span> <a class="codeRef" doxygen="qt.tag:" href="qregexp.html">QRegExp</a> kvVar;
<a name="l00998"></a>00998 
<a name="l00999"></a>00999     KIO::TransferJob *m_job;
<a name="l01000"></a>01000     <a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKTempFile.html">KTempFile</a> *m_tempFile;
<a name="l01001"></a>01001 
<a name="l01002"></a>01002   <span class="comment">// TemplateInterface</span>
<a name="l01003"></a>01003   <span class="keyword">public</span>:
<a name="l01004"></a>01004       <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#510aea98f1da02aa2b233eca3395cfca">setTabInterceptor</a>(<a class="code" href="classKateKeyInterceptorFunctor.html">KateKeyInterceptorFunctor</a> *interceptor); <span class="comment">/* perhaps make it moregeneral like an eventfilter*/</span>
<a name="l01005"></a>01005       <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#cbb247f011dbcb8af0ebaaed6079860a">removeTabInterceptor</a>(<a class="code" href="classKateKeyInterceptorFunctor.html">KateKeyInterceptorFunctor</a> *interceptor);
<a name="l01006"></a>01006       <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#3591eb0111788df1da0d4debd9cdc010">invokeTabInterceptor</a>(<a class="codeRef" doxygen="kdecore.tag:../../kdecore/html/" href="../../kdecore/html/classKKey.html">KKey</a>);
<a name="l01007"></a>01007 
<a name="l01008"></a>01008   <span class="keyword">protected</span>:
<a name="l01009"></a>01009       <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#237c6510ff37054c6944b00cec62442b">insertTemplateTextImplementation</a> ( uint line, uint column, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;templateString, <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qmap.html">QMap&lt;QString,QString&gt;</a> &amp;initialValues, <a class="codeRef" doxygen="qt.tag:" href="qwidget.html">QWidget</a> *parentWindow=0 );
<a name="l01010"></a><a class="code" href="classKateDocument.html#3a9b580c7559dfa970f712db6a81ab9d">01010</a>       <a class="code" href="classKateKeyInterceptorFunctor.html">KateKeyInterceptorFunctor</a> *<a class="code" href="classKateDocument.html#3a9b580c7559dfa970f712db6a81ab9d">m_tabInterceptor</a>;
<a name="l01011"></a>01011 
<a name="l01012"></a>01012   <span class="keyword">protected</span> slots:
<a name="l01013"></a>01013       <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#9185b9842a8bb9cea15bc4b08f2068ef">testTemplateCode</a>();
<a name="l01014"></a>01014       <span class="keywordtype">void</span> <a class="code" href="classKateDocument.html#788621d30d14ab79fced2ab04475f8f4">dumpRegionTree</a>();
<a name="l01015"></a>01015 
<a name="l01016"></a>01016   <span class="comment">//BEGIN DEPRECATED</span>
<a name="l01017"></a>01017   <span class="comment">//</span>
<a name="l01018"></a>01018   <span class="comment">// KTextEditor::SelectionInterface stuff</span>
<a name="l01019"></a>01019   <span class="comment">// DEPRECATED, this will be removed for KDE 4.x !!!!!!!!!!!!!!!!!!!!</span>
<a name="l01020"></a>01020   <span class="comment">//</span>
<a name="l01021"></a>01021   <span class="keyword">public</span> slots:
<a name="l01022"></a>01022     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#656f597205ee7ece0197f1acb43424cc">setSelection</a> ( uint startLine, uint startCol, uint endLine, uint endCol );
<a name="l01023"></a>01023     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#5669fbbd352dce063e57502a25a83f4c">clearSelection</a> ();
<a name="l01024"></a>01024     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#b39801aac009ff261b8bd90f70f53007">hasSelection</a> () <span class="keyword">const</span>;
<a name="l01025"></a>01025     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="classKateDocument.html#caacce0adfca24e742297f936d8435a6">selection</a> () <span class="keyword">const</span>;
<a name="l01026"></a>01026     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#35acea59fb4f4e8170b49b623251f7bf">removeSelectedText</a> ();
<a name="l01027"></a>01027     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#4868a28407535e527797815af1e874bf">selectAll</a>();
<a name="l01028"></a>01028 
<a name="l01029"></a>01029     <span class="comment">//</span>
<a name="l01030"></a>01030     <span class="comment">// KTextEditor::SelectionInterfaceExt</span>
<a name="l01031"></a>01031     <span class="comment">//</span>
<a name="l01032"></a>01032     <span class="keywordtype">int</span> <a class="code" href="classKateDocument.html#225f9b6f0d521c48df17834681d55673">selStartLine</a>();
<a name="l01033"></a>01033     <span class="keywordtype">int</span> <a class="code" href="classKateDocument.html#e659d1e1056a8f9caa7d5a09977e40de">selStartCol</a>();
<a name="l01034"></a>01034     <span class="keywordtype">int</span> <a class="code" href="classKateDocument.html#c5ce574d02bdffbd94d576547341765e">selEndLine</a>();
<a name="l01035"></a>01035     <span class="keywordtype">int</span> <a class="code" href="classKateDocument.html#ab3900522706fed406c3e2f6b37d422f">selEndCol</a>();
<a name="l01036"></a>01036 
<a name="l01037"></a>01037 
<a name="l01038"></a>01038   <span class="comment">// hack, only there to still support the deprecated stuff, will be removed for KDE 4.x</span>
<a name="l01039"></a>01039 <span class="preprocessor">  #undef signals</span>
<a name="l01040"></a>01040 <span class="preprocessor"></span><span class="preprocessor">  #define signals public</span>
<a name="l01041"></a>01041 <span class="preprocessor"></span>  signals:
<a name="l01042"></a>01042 <span class="preprocessor">  #undef signals</span>
<a name="l01043"></a>01043 <span class="preprocessor"></span><span class="preprocessor">  #define signals protected</span>
<a name="l01044"></a>01044 <span class="preprocessor"></span>    <span class="keywordtype">void</span> selectionChanged ();
<a name="l01045"></a>01045 
<a name="l01046"></a>01046   <span class="comment">//</span>
<a name="l01047"></a>01047   <span class="comment">// KTextEditor::BlockSelectionInterface stuff</span>
<a name="l01048"></a>01048   <span class="comment">// DEPRECATED, this will be removed for KDE 4.x !!!!!!!!!!!!!!!!!!!!</span>
<a name="l01049"></a>01049   <span class="comment">//</span>
<a name="l01050"></a>01050   <span class="keyword">public</span> slots:
<a name="l01051"></a>01051     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#c6c61d738f59193738f0714ea0253265">blockSelectionMode</a> ();
<a name="l01052"></a>01052     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#eff953103aa56616b660eb5b508d3d40">setBlockSelectionMode</a> (<span class="keywordtype">bool</span> on);
<a name="l01053"></a>01053     <span class="keywordtype">bool</span> <a class="code" href="classKateDocument.html#cc80b0ba883e3d527ecec81ad595c42d">toggleBlockSelectionMode</a> ();
<a name="l01054"></a>01054 
<a name="l01055"></a>01055   <span class="keyword">private</span>:
<a name="l01056"></a>01056 <span class="comment">//END DEPRECATED</span>
<a name="l01057"></a>01057 
<a name="l01058"></a>01058   k_dcop:
<a name="l01059"></a>01059     uint <a class="code" href="classKateDocument.html#c564bce74a05833fc3fdec2c51213984">documentNumber</a> () <span class="keyword">const</span>;
<a name="l01060"></a>01060 };
<a name="l01061"></a>01061 
<a name="l01062"></a>01062 <span class="preprocessor">#endif</span>
<a name="l01063"></a>01063 <span class="preprocessor"></span>
<a name="l01064"></a>01064 <span class="comment">// kate: space-indent on; indent-width 2; replace-tabs on;</span>
<a name="l01065"></a>01065 
</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>