qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QTextStream

Description

Documentation

class QqTextStream x1 where Source

Methods

qTextStream :: x1 -> IO (QTextStream ()) Source

Instances

class QqTextStream_nf x1 where Source

Methods

qTextStream_nf :: x1 -> IO (QTextStream ()) Source

codec :: QTextStream a -> () -> IO (QTextCodec ()) Source

class QpadChar x0 x1 where Source

Methods

padChar :: x0 -> x1 -> IO (QChar ()) Source

Instances

class QpadChar_nf x0 x1 where Source

Methods

padChar_nf :: x0 -> x1 -> IO (QChar ()) Source

class QsetCodec x1 where Source

Methods

setCodec :: QTextStream a -> x1 -> IO () Source