QString name()
Definition: textcodec.h:45
TextCodecManager()
The codecmanager constructs This method registeres all codecs available in Qt.
Definition: textcodec.cpp:17
TextCodec * codecForName(const QString &name)
Returns the given codec for the given name.
Definition: textcodec.cpp:67
This class represents a single text codec The codec has a name and contains methods to create encoder...
Definition: textcodec.h:37
void giveTextCodec(TextCodec *codec)
Registers the given codec. The ownership of this codec is transfered to the codec manger...
Definition: textcodec.cpp:50
The codec manager is used for managing codecs You shouldnt' instantiatie this class, it's better to access the codec manager instantiated via the edbee::Edbee.
Definition: textcodec.h:18
~TextCodecManager()
Cleansup the codec list.
Definition: textcodec.cpp:42
QList< TextCodec * > codecList()
Returns the list with all codecs.
Definition: textcodec.cpp:58