Kate
#include <katetextloader.h>
Public Member Functions | |
TextLoader (const QString &filename, KEncodingProber::ProberType proberType) | |
~TextLoader () | |
bool | byteOrderMarkFound () const |
QByteArray | digest () |
bool | eof () const |
TextBuffer::EndOfLineMode | eol () const |
const QString & | mimeTypeForFilterDev () const |
bool | open (QTextCodec *codec) |
bool | readLine (int &offset, int &length) |
QTextCodec * | textCodec () const |
const QChar * | unicode () const |
Detailed Description
File Loader, will handle reading of files + detecting encoding.
Definition at line 44 of file katetextloader.h.
Constructor & Destructor Documentation
|
inline |
Construct file loader for given file.
- Parameters
-
filename file to open proberType prober type
Definition at line 52 of file katetextloader.h.
|
inline |
Destructor.
Definition at line 81 of file katetextloader.h.
Member Function Documentation
|
inline |
|
inline |
Definition at line 356 of file katetextloader.h.
|
inline |
|
inline |
Detected end of line mode for this file.
Detected during reading, is valid after complete file is read.
- Returns
- eol mode of this file
Definition at line 125 of file katetextloader.h.
|
inline |
mime type used to create filter dev
- Returns
- mime-type of filter device
Definition at line 137 of file katetextloader.h.
|
inline |
open file with given codec
- Parameters
-
codec codec to use, if 0, will do some auto-dectect or fallback
- Returns
- success
Definition at line 92 of file katetextloader.h.
|
inline |
read a line, return length + offset in unicode data
- Parameters
-
offset offset into internal unicode data for read line length length of read line
- Returns
- true if no encoding errors occurred
did we read two time but got no stuff? encoding error fixes problem with one character latin-1 files, which lead to crash otherwise! bug 272579
reading loop
if no codec given, do autodetection
byte order said something about encoding?
no unicode BOM found, trigger prober
Definition at line 157 of file katetextloader.h.
|
inline |
Get codec for this loader.
- Returns
- currently in use codec of this loader
Definition at line 149 of file katetextloader.h.
|
inline |
internal unicode data array
- Returns
- internal unicode data
Definition at line 143 of file katetextloader.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.