Kate Namespace Reference
Namespaces | |
| namespace | Script |
Classes | |
| class | SwapFile |
| Class for tracking editing actions. More... | |
| class | TextBlock |
| Class representing a text block. More... | |
| class | TextBuffer |
| Class representing a text buffer. More... | |
| class | TextCursor |
| Class representing a 'clever' text cursor. More... | |
| class | TextHistory |
| Class representing the editing history of a TextBuffer. More... | |
| class | TextLineData |
| Class representing a single text line. More... | |
| class | TextLoader |
| File Loader, will handle reading of files + detecting encoding. More... | |
| class | TextRange |
| Class representing a 'clever' text range. More... | |
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 397 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
const qint64 Kate::KATE_FILE_LOADER_BS = 256 * 1024 [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 38 of file katetextloader.h.
KDE 4.6 API Reference