okteta
Okteta::CharCodec Class Referenceabstract
#include <charcodec.h>
Inheritance diagram for Okteta::CharCodec:
Public Member Functions | |
virtual | ~CharCodec () |
virtual bool | canEncode (const QChar &_char) const =0 |
virtual Character | decode (Byte byte) const =0 |
virtual bool | encode (Byte *byte, const QChar &_char) const =0 |
virtual const QString & | name () const =0 |
Static Public Member Functions | |
static const QStringList & | codecNames () |
static CharCodec * | createCodec (CharCoding charCoding) |
static CharCodec * | createCodec (const QString &name) |
Detailed Description
Definition at line 42 of file charcodec.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 45 of file charcodec.h.
Member Function Documentation
|
pure virtual |
Implemented in Okteta::TextCharCodec, and Okteta::EBCDIC1047CharCodec.
|
static |
Definition at line 35 of file charcodec.cpp.
|
static |
Definition at line 68 of file charcodec.cpp.
|
static |
Definition at line 49 of file charcodec.cpp.
Implemented in Okteta::TextCharCodec, and Okteta::EBCDIC1047CharCodec.
|
pure virtual |
Implemented in Okteta::TextCharCodec, and Okteta::EBCDIC1047CharCodec.
|
pure virtual |
Implemented in Okteta::TextCharCodec, and Okteta::EBCDIC1047CharCodec.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.