Documentation
class Qaliases_h x0 x1 where #
aliases_h :: x0 -> x1 -> IO [QByteArray ()] #
Instances
Qaliases_h (QTextCodec ()) () # | |
Defined in Qtc.Core.QTextCodec_h aliases_h :: QTextCodec () -> () -> IO [QByteArray ()] # | |
Qaliases_h (QTextCodecSc a) () # | |
Defined in Qtc.Core.QTextCodec_h aliases_h :: QTextCodecSc a -> () -> IO [QByteArray ()] # |
class QconvertFromUnicode_h x0 x1 where #
convertFromUnicode_h :: x0 -> x1 -> IO (QByteArray ()) #
Instances
QconvertFromUnicode_h (QTextCodec ()) (QChar t1, Int, QTextCodec_ConverterState t3) # | |
Defined in Qtc.Core.QTextCodec_h convertFromUnicode_h :: QTextCodec () -> (QChar t1, Int, QTextCodec_ConverterState t3) -> IO (QByteArray ()) # | |
QconvertFromUnicode_h (QTextCodecSc a) (QChar t1, Int, QTextCodec_ConverterState t3) # | |
Defined in Qtc.Core.QTextCodec_h convertFromUnicode_h :: QTextCodecSc a -> (QChar t1, Int, QTextCodec_ConverterState t3) -> IO (QByteArray ()) # |
class QconvertToUnicode_h x0 x1 where #
convertToUnicode_h :: x0 -> x1 -> IO String #
Instances
QconvertToUnicode_h (QTextCodec ()) (String, Int, QTextCodec_ConverterState t3) # | |
Defined in Qtc.Core.QTextCodec_h convertToUnicode_h :: QTextCodec () -> (String, Int, QTextCodec_ConverterState t3) -> IO String # | |
QconvertToUnicode_h (QTextCodecSc a) (String, Int, QTextCodec_ConverterState t3) # | |
Defined in Qtc.Core.QTextCodec_h convertToUnicode_h :: QTextCodecSc a -> (String, Int, QTextCodec_ConverterState t3) -> IO String # |
class QmibEnum_h x0 x1 where #
Instances
QmibEnum_h (QTextCodec ()) () # | |
Defined in Qtc.Core.QTextCodec_h mibEnum_h :: QTextCodec () -> () -> IO Int # | |
QmibEnum_h (QTextCodecSc a) () # | |
Defined in Qtc.Core.QTextCodec_h mibEnum_h :: QTextCodecSc a -> () -> IO Int # |