Kate
#include "katerenderer.h"
#include "katedocument.h"
#include "kateconfig.h"
#include "katehighlight.h"
#include "kateview.h"
#include "katerenderrange.h"
#include "katetextlayout.h"
#include "katebuffer.h"
#include <limits.h>
#include <kdebug.h>
#include <QtGui/QPainter>
#include <QtGui/QTextLine>
#include <QtCore/QStack>
#include <QtGui/QBrush>
#include <ktexteditor/highlightinterface.h>
Go to the source code of this file.
static const QChar nbSpaceChar |
( |
0xa0 |
| ) |
|
|
static |
static const QChar spaceChar |
( |
' ' |
| ) |
|
|
static |
static const QChar tabChar |
( |
'\t' |
| ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.