Documentation
class QqTextStream x1 where #
qTextStream :: x1 -> IO (QTextStream ()) #
Instances
QqTextStream () # | |
Defined in Qtc.Core.QTextStream qTextStream :: () -> IO (QTextStream ()) # | |
QqTextStream (QByteArray t1) # | |
Defined in Qtc.Core.QTextStream qTextStream :: QByteArray t1 -> IO (QTextStream ()) # | |
QqTextStream (QIODevice t1) # | |
Defined in Qtc.Core.QTextStream qTextStream :: QIODevice t1 -> IO (QTextStream ()) # | |
QqTextStream (QStringPtr t1) # | |
Defined in Qtc.Core.QTextStream qTextStream :: QStringPtr t1 -> IO (QTextStream ()) # | |
QqTextStream (QFILEPtr t1) # | |
Defined in Qtc.Core.QTextStream qTextStream :: QFILEPtr t1 -> IO (QTextStream ()) # | |
QqTextStream (QByteArray t1, OpenMode) # | |
Defined in Qtc.Core.QTextStream qTextStream :: (QByteArray t1, OpenMode) -> IO (QTextStream ()) # | |
QqTextStream (QStringPtr t1, OpenMode) # | |
Defined in Qtc.Core.QTextStream qTextStream :: (QStringPtr t1, OpenMode) -> IO (QTextStream ()) # | |
QqTextStream (QFILEPtr t1, OpenMode) # | |
Defined in Qtc.Core.QTextStream qTextStream :: (QFILEPtr t1, OpenMode) -> IO (QTextStream ()) # |
class QqTextStream_nf x1 where #
qTextStream_nf :: x1 -> IO (QTextStream ()) #
Instances
autoDetectUnicode :: QTextStream a -> () -> IO Bool #
fieldAlignment :: QTextStream a -> () -> IO FieldAlignment #
fieldWidth :: QTextStream a -> () -> IO Int #
generateByteOrderMark :: QTextStream a -> () -> IO Bool #
integerBase :: QTextStream a -> () -> IO Int #
numberFlags :: QTextStream a -> () -> IO NumberFlags #
padChar :: QTextStream a -> () -> IO (QChar ()) #
class QreadLineInto x1 where #
readLineInto :: QTextStream a -> x1 -> IO Bool #
Instances
QreadLineInto (QStringPtr t1) # | |
Defined in Qtc.Core.QTextStream readLineInto :: QTextStream a -> QStringPtr t1 -> IO Bool # | |
QreadLineInto (QStringPtr t1, Int) # | |
Defined in Qtc.Core.QTextStream readLineInto :: QTextStream a -> (QStringPtr t1, Int) -> IO Bool # |
realNumberNotation :: QTextStream a -> () -> IO RealNumberNotation #
realNumberPrecision :: QTextStream a -> () -> IO Int #
setAutoDetectUnicode :: QTextStream a -> Bool -> IO () #
setFieldAlignment :: QTextStream a -> FieldAlignment -> IO () #
setFieldWidth :: QTextStream a -> Int -> IO () #
setGenerateByteOrderMark :: QTextStream a -> Bool -> IO () #
setIntegerBase :: QTextStream a -> Int -> IO () #
setNumberFlags :: QTextStream a -> NumberFlags -> IO () #
setPadChar :: QTextStream a -> QChar t1 -> IO () #
setRealNumberNotation :: QTextStream a -> RealNumberNotation -> IO () #
setRealNumberPrecision :: QTextStream a -> Int -> IO () #
class QsetString x1 where #
setString :: QTextStream a -> x1 -> IO () #
Instances
QsetString (QStringPtr t1) # | |
Defined in Qtc.Core.QTextStream setString :: QTextStream a -> QStringPtr t1 -> IO () # | |
QsetString (QStringPtr t1, OpenMode) # | |
Defined in Qtc.Core.QTextStream setString :: QTextStream a -> (QStringPtr t1, OpenMode) -> IO () # |
skipWhiteSpace :: QTextStream a -> () -> IO () #
qTextStream_delete :: QTextStream a -> IO () #