QTextDecoder

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QTextCodec) codec)
Undocumented in source.
this
this(const(QTextCodec) codec, QTextCodec.ConversionFlags flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

hasFailure
bool hasFailure()
Undocumented in source.
needsMoreData
bool needsMoreData()
Undocumented in source.
toUnicode
QString toUnicode(const(char)* chars, int len)
Undocumented in source.
toUnicode
QString toUnicode(const(QByteArray) ba)
Undocumented in source.
toUnicode
void toUnicode(QString* target, const(char)* chars, int len)
Undocumented in source.

Meta