{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QDebug ( QDebugValue (..), QDebugConstPtr (..), QDebugPtr (..), QDebugConst, QDebug, castConst, cast, downCastConst, downCast, decode, newCopy, newWithIODevice, newWithMsgType, newWithString, aSSIGN, autoInsertSpaces, maybeQuote, maybeQuoteWithChar, maybeSpace, noquote, nospace, quote, resetFormat, sHLBool, sHLByteArray, sHLChar, sHLDouble, sHLFloat, sHLInt, sHLLong, sHLPtrConstChar, sHLPtrVoid, sHLQChar, sHLQlonglong, sHLQulonglong, sHLShort, sHLString, sHLUint, sHLUlong, sHLUshort, setAutoInsertSpaces, setVerbosity, space, swap, verbosity, verbosityWithLevel, ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QDebug import qualified Graphics.UI.Qtah.Generated.Core.QDebug as M26 import Prelude () import qualified Prelude as QtahP castConst = toQDebugConst cast = toQDebug downCastConst = downToQDebugConst downCast = downToQDebug decode :: (QDebugConstPtr this) => this -> QtahP.IO M26.QDebug decode = QtahFHR.decode QtahP.. toQDebugConst