Qt.QTextCodec Class

public class QTextCodec: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QTextCodec

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTextCodec Constructors

QTextCodec Constructor

QTextCodec Methods

QTextCodec.CanEncode(Qt.QChar) Method
QTextCodec.CanEncode(System.String) Method
QTextCodec.CharacterFromUnicode Method
QTextCodec.CodecForContent Method
QTextCodec.CodecForIndex Method
QTextCodec.CodecForLocale Method
QTextCodec.CodecForMib Method
QTextCodec.CodecForName(System.String, int) Method
QTextCodec.CodecForName(System.String) Method
QTextCodec.DeleteAllCodecs Method
QTextCodec.Finalize Method
QTextCodec.FromUnicode(System.String, int) Method
QTextCodec.FromUnicode(System.String) Method
QTextCodec.FromUnicode(System.String, int, int) Method
QTextCodec.HeuristicContentMatch Method
QTextCodec.HeuristicNameMatch Method
QTextCodec.LoadCharmap Method
QTextCodec.LoadCharmapFile Method
QTextCodec.Locale Method
QTextCodec.MakeDecoder Method
QTextCodec.MakeEncoder Method
QTextCodec.MibEnum Method
QTextCodec.MimeName Method
QTextCodec.Name Method
QTextCodec.SetCodecForLocale Method
QTextCodec.ToUnicode(System.String, int) Method
QTextCodec.ToUnicode(byte[], int) Method
QTextCodec.ToUnicode(byte[]) Method
QTextCodec.ToUnicode(Qt.QCString, int) Method
QTextCodec.ToUnicode(Qt.QCString) Method
QTextCodec.ToUnicode(System.String) Method


QTextCodec Constructor

public void QTextCodec(void * ptr);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CanEncode(Qt.QChar) Method

public bool CanEncode(Qt.QChar arg1);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CanEncode(System.String) Method

public bool CanEncode(System.String arg1);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CharacterFromUnicode Method

public ushort CharacterFromUnicode(System.String str, int pos);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CodecForContent Method

public static Qt.QTextCodec CodecForContent(System.String chars, int len);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CodecForIndex Method

public static Qt.QTextCodec CodecForIndex(int i);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CodecForLocale Method

public static Qt.QTextCodec CodecForLocale();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CodecForMib Method

public static Qt.QTextCodec CodecForMib(int mib);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CodecForName(System.String, int) Method

public static Qt.QTextCodec CodecForName(System.String hint, int accuracy);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.CodecForName(System.String) Method

public static Qt.QTextCodec CodecForName(System.String hint);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.DeleteAllCodecs Method

public static void DeleteAllCodecs();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.Finalize Method

protected override void Finalize();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.FromUnicode(System.String, int) Method

public Qt.QCString FromUnicode(System.String uc, int lenInOut);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.FromUnicode(System.String) Method

public Qt.QCString FromUnicode(System.String uc);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.FromUnicode(System.String, int, int) Method

public byte[] FromUnicode(System.String uc, int from, int len);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.HeuristicContentMatch Method

public int HeuristicContentMatch(System.String chars, int len);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.HeuristicNameMatch Method

public int HeuristicNameMatch(System.String hint);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.LoadCharmap Method

public static Qt.QTextCodec LoadCharmap(Qt.QIODevice arg1);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.LoadCharmapFile Method

public static Qt.QTextCodec LoadCharmapFile(System.String filename);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.Locale Method

public static System.String Locale();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.MakeDecoder Method

public Qt.QTextDecoder MakeDecoder();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.MakeEncoder Method

public Qt.QTextEncoder MakeEncoder();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.MibEnum Method

public int MibEnum();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.MimeName Method

public System.String MimeName();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.Name Method

public System.String Name();

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.SetCodecForLocale Method

public static void SetCodecForLocale(Qt.QTextCodec c);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.ToUnicode(System.String, int) Method

public System.String ToUnicode(System.String chars, int len);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.ToUnicode(byte[], int) Method

public System.String ToUnicode(byte[] arg1, int len);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.ToUnicode(byte[]) Method

public System.String ToUnicode(byte[] arg1);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.ToUnicode(Qt.QCString, int) Method

public System.String ToUnicode(Qt.QCString arg1, int len);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.ToUnicode(Qt.QCString) Method

public System.String ToUnicode(Qt.QCString arg1);

See Also

Qt.QTextCodec Class, Qt Namespace

QTextCodec.ToUnicode(System.String) Method

public System.String ToUnicode(System.String chars);

See Also

Qt.QTextCodec Class, Qt Namespace