public class QTextCodec: QtSupport, System.IDisposable
System.Object
QtSupport
QTextCodecThis type implements System.IDisposable.
Qt Namespace
QTextCodec Constructors
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
public void QTextCodec(void * ptr);
Qt.QTextCodec Class, Qt Namespace
public bool CanEncode(Qt.QChar arg1);
Qt.QTextCodec Class, Qt Namespace
public bool CanEncode(System.String arg1);
Qt.QTextCodec Class, Qt Namespace
public ushort CharacterFromUnicode(System.String str, int pos);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec CodecForContent(System.String chars, int len);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec CodecForIndex(int i);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec CodecForLocale();
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec CodecForMib(int mib);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec CodecForName(System.String hint, int accuracy);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec CodecForName(System.String hint);
Qt.QTextCodec Class, Qt Namespace
public static void DeleteAllCodecs();
Qt.QTextCodec Class, Qt Namespace
protected override void Finalize();
Qt.QTextCodec Class, Qt Namespace
public Qt.QCString FromUnicode(System.String uc, int lenInOut);
Qt.QTextCodec Class, Qt Namespace
public Qt.QCString FromUnicode(System.String uc);
Qt.QTextCodec Class, Qt Namespace
public byte[] FromUnicode(System.String uc, int from, int len);
Qt.QTextCodec Class, Qt Namespace
public int HeuristicContentMatch(System.String chars, int len);
Qt.QTextCodec Class, Qt Namespace
public int HeuristicNameMatch(System.String hint);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec LoadCharmap(Qt.QIODevice arg1);
Qt.QTextCodec Class, Qt Namespace
public static Qt.QTextCodec LoadCharmapFile(System.String filename);
Qt.QTextCodec Class, Qt Namespace
public static System.String Locale();
Qt.QTextCodec Class, Qt Namespace
public Qt.QTextDecoder MakeDecoder();
Qt.QTextCodec Class, Qt Namespace
public Qt.QTextEncoder MakeEncoder();
Qt.QTextCodec Class, Qt Namespace
public int MibEnum();
Qt.QTextCodec Class, Qt Namespace
public System.String MimeName();
Qt.QTextCodec Class, Qt Namespace
public System.String Name();
Qt.QTextCodec Class, Qt Namespace
public static void SetCodecForLocale(Qt.QTextCodec c);
Qt.QTextCodec Class, Qt Namespace
public System.String ToUnicode(System.String chars, int len);
Qt.QTextCodec Class, Qt Namespace
public System.String ToUnicode(byte[] arg1, int len);
Qt.QTextCodec Class, Qt Namespace
public System.String ToUnicode(byte[] arg1);
Qt.QTextCodec Class, Qt Namespace
public System.String ToUnicode(Qt.QCString arg1, int len);
Qt.QTextCodec Class, Qt Namespace
public System.String ToUnicode(Qt.QCString arg1);
Qt.QTextCodec Class, Qt Namespace
public System.String ToUnicode(System.String chars);
Qt.QTextCodec Class, Qt Namespace