okteta
#include <textcharcodec.h>

Public Member Functions | |
virtual | ~TextCharCodec () |
virtual bool | canEncode (const QChar &_char) const |
virtual Character | decode (Byte byte) const |
virtual bool | encode (Byte *byte, const QChar &_char) const |
virtual const QString & | name () const |
![]() | |
virtual | ~CharCodec () |
Static Public Member Functions | |
static const QStringList & | codecNames () |
static TextCharCodec * | createCodec (const QString &codeName) |
static TextCharCodec * | createCodec (CharCoding charCoding) |
static TextCharCodec * | createLocalCodec () |
![]() | |
static const QStringList & | codecNames () |
static CharCodec * | createCodec (CharCoding charCoding) |
static CharCodec * | createCodec (const QString &name) |
Protected Member Functions | |
TextCharCodec (QTextCodec *textCodec) | |
Protected Attributes | |
QTextCodec * | mCodec |
QTextDecoder * | mDecoder |
QTextEncoder * | mEncoder |
QString | mName |
Detailed Description
Definition at line 40 of file textcharcodec.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 219 of file textcharcodec.cpp.
|
virtual |
Definition at line 266 of file textcharcodec.cpp.
Member Function Documentation
|
virtual |
Implements Okteta::CharCodec.
Definition at line 226 of file textcharcodec.cpp.
|
static |
Definition at line 197 of file textcharcodec.cpp.
|
static |
Definition at line 187 of file textcharcodec.cpp.
|
static |
|
static |
Definition at line 178 of file textcharcodec.cpp.
Implements Okteta::CharCodec.
Definition at line 246 of file textcharcodec.cpp.
|
virtual |
Implements Okteta::CharCodec.
Definition at line 231 of file textcharcodec.cpp.
|
virtual |
Implements Okteta::CharCodec.
Definition at line 258 of file textcharcodec.cpp.
Member Data Documentation
|
protected |
Definition at line 61 of file textcharcodec.h.
|
protected |
decodes the chars to unicode
Definition at line 63 of file textcharcodec.h.
|
protected |
encodes the chars from unicode
Definition at line 65 of file textcharcodec.h.
|
mutableprotected |
Definition at line 67 of file textcharcodec.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.