Qtc.Core.QDebug

Contents

Documentation

class QqDebug x1 where #

Methods

qDebug :: x1 -> IO (QDebug ()) #

Instances
QqDebug QtMsgType # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug :: QtMsgType -> IO (QDebug ()) #

QqDebug (QDebug t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug :: QDebug t1 -> IO (QDebug ()) #

QqDebug (QIODevice t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug :: QIODevice t1 -> IO (QDebug ()) #

QqDebug (QStringPtr t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug :: QStringPtr t1 -> IO (QDebug ()) #

class QqDebug_nf x1 where #

Methods

qDebug_nf :: x1 -> IO (QDebug ()) #

Instances
QqDebug_nf QtMsgType # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug_nf :: QtMsgType -> IO (QDebug ()) #

QqDebug_nf (QDebug t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug_nf :: QDebug t1 -> IO (QDebug ()) #

QqDebug_nf (QIODevice t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug_nf :: QIODevice t1 -> IO (QDebug ()) #

QqDebug_nf (QStringPtr t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

qDebug_nf :: QStringPtr t1 -> IO (QDebug ()) #

autoInsertSpaces :: QDebug a -> () -> IO Bool #

class QmaybeQuote x1 where #

Methods

maybeQuote :: QDebug a -> x1 -> IO (QDebug ()) #

Instances
QmaybeQuote () # 
Instance details

Defined in Qtc.Core.QDebug

Methods

maybeQuote :: QDebug a -> () -> IO (QDebug ()) #

QmaybeQuote (Qchar t1) # 
Instance details

Defined in Qtc.Core.QDebug

Methods

maybeQuote :: QDebug a -> Qchar t1 -> IO (QDebug ()) #

maybeSpace :: QDebug a -> () -> IO (QDebug ()) #

noquote :: QDebug a -> () -> IO (QDebug ()) #

nospace :: QDebug a -> () -> IO (QDebug ()) #

quote :: QDebug a -> () -> IO (QDebug ()) #

setAutoInsertSpaces :: QDebug a -> Bool -> IO () #

setVerbosity :: QDebug a -> Int -> IO () #

space :: QDebug a -> () -> IO (QDebug ()) #

verbosity :: QDebug a -> () -> IO Int #

qDebug_delete :: QDebug a -> IO () #

Orphan instances

QresetFormat (QDebug a) () (IO (QDebug ())) # 
Instance details

Methods

resetFormat :: QDebug a -> () -> IO (QDebug ()) #

Qqou (QDebug ()) Bool (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> Bool -> IO (QDebug ()) #

Qqou (QDebug ()) Double (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> Double -> IO (QDebug ()) #

Qqou (QDebug ()) Float (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> Float -> IO (QDebug ()) #

Qqou (QDebug ()) Int (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> Int -> IO (QDebug ()) #

Qqou (QDebug ()) String (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> String -> IO (QDebug ()) #

Qqou (QDebugSc a) String (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> String -> IO (QDebug ()) #

Qqou (QDebugSc a) Int (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> Int -> IO (QDebug ()) #

Qqou (QDebugSc a) Float (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> Float -> IO (QDebug ()) #

Qqou (QDebugSc a) Double (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> Double -> IO (QDebug ()) #

Qqou (QDebugSc a) Bool (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> Bool -> IO (QDebug ()) #

Qqswap (QDebug ()) (QDebug t1) # 
Instance details

Methods

qswap :: QDebug () -> QDebug t1 -> IO () #

Qqswap (QDebugSc a) (QDebug t1) # 
Instance details

Methods

qswap :: QDebugSc a -> QDebug t1 -> IO () #

Qqou (QDebug ()) (QChar t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QChar t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QByteArray t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QByteArray t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QLatin1String t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QLatin1String t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QStringView t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QStringView t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QTextStreamManipulator t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QTextStreamManipulator t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QStringRef t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QStringRef t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (Qchar t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> Qchar t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QFnQTextStreamRefQTextStreamRef t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QFnQTextStreamRefQTextStreamRef t1 -> IO (QDebug ()) #

Qqou (QDebug ()) (QConstVoidPtr t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebug () -> QConstVoidPtr t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (Qchar t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> Qchar t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QTextStreamManipulator t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QTextStreamManipulator t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QStringView t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QStringView t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QStringRef t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QStringRef t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QLatin1String t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QLatin1String t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QFnQTextStreamRefQTextStreamRef t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QFnQTextStreamRefQTextStreamRef t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QConstVoidPtr t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QConstVoidPtr t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QChar t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QChar t1 -> IO (QDebug ()) #

Qqou (QDebugSc a) (QByteArray t1) (IO (QDebug ())) # 
Instance details

Methods

qou :: QDebugSc a -> QByteArray t1 -> IO (QDebug ()) #

Qqot (QDebug ()) (QDebug t1) (IO (QDebug ())) # 
Instance details

Methods

qot :: QDebug () -> QDebug t1 -> IO (QDebug ()) #

Qqot (QDebugSc a) (QDebug t1) (IO (QDebug ())) # 
Instance details

Methods

qot :: QDebugSc a -> QDebug t1 -> IO (QDebug ()) #