Kate
Kate Namespace Reference
Namespaces | |
Script | |
Classes | |
class | SwapFile |
class | TextBlock |
class | TextBuffer |
class | TextCursor |
class | TextFolding |
class | TextHistory |
class | TextLineData |
class | TextLoader |
class | TextRange |
Typedefs | |
typedef QSharedPointer < TextLineData > | TextLine |
Enumerations | |
enum | ScriptType { IndentationScript, CommandLineScript, UnknownScript } |
Variables | |
static const qint64 | KATE_FILE_LOADER_BS = 256 * 1024 |
Typedef Documentation
typedef QSharedPointer<TextLineData> Kate::TextLine |
The normal world only accesses the text lines with shared pointers.
Definition at line 443 of file katetextline.h.
Enumeration Type Documentation
enum Kate::ScriptType |
Enumerator | |
---|---|
IndentationScript |
The script is an indenter. |
CommandLineScript |
The script contains command line commands. |
UnknownScript |
Don't know what kind of script this is. |
Definition at line 41 of file katescript.h.
Variable Documentation
|
static |
loader block size, load 256 kb at once per default if file size is smaller, fall back to file size must be a multiple of 2
Definition at line 39 of file katetextloader.h.
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
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.