Documentation
class QqTextDecoder x1 where #
qTextDecoder :: x1 -> IO (QTextDecoder ()) #
Instances
QqTextDecoder (QTextCodec t1) # | |
Defined in Qtc.Core.QTextDecoder qTextDecoder :: QTextCodec t1 -> IO (QTextDecoder ()) # | |
QqTextDecoder (QTextCodec t1, ConversionFlags) # | |
Defined in Qtc.Core.QTextDecoder qTextDecoder :: (QTextCodec t1, ConversionFlags) -> IO (QTextDecoder ()) # |
class QqTextDecoder_nf x1 where #
qTextDecoder_nf :: x1 -> IO (QTextDecoder ()) #
Instances
QqTextDecoder_nf (QTextCodec t1) # | |
Defined in Qtc.Core.QTextDecoder qTextDecoder_nf :: QTextCodec t1 -> IO (QTextDecoder ()) # | |
QqTextDecoder_nf (QTextCodec t1, ConversionFlags) # | |
Defined in Qtc.Core.QTextDecoder qTextDecoder_nf :: (QTextCodec t1, ConversionFlags) -> IO (QTextDecoder ()) # |
qTextDecoder_delete :: QTextDecoder a -> IO () #
Orphan instances
QhasFailure (QTextDecoder a) () # | |
hasFailure :: QTextDecoder a -> () -> IO Bool # | |
QtoUnicode (QTextDecoder a) (QByteArray t1) (IO String) # | |
toUnicode :: QTextDecoder a -> QByteArray t1 -> IO String # | |
QtoUnicode (QTextDecoder a) (String, Int) (IO String) # | |
toUnicode :: QTextDecoder a -> (String, Int) -> IO String # | |
QtoUnicode (QTextDecoder a) (QStringPtr t1, String, Int) (IO ()) # | |
toUnicode :: QTextDecoder a -> (QStringPtr t1, String, Int) -> IO () # |