qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Core/QMetaObject/Connection.hs
{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------
{-# LANGUAGE NoMonomorphismRestriction #-}
module Graphics.UI.Qtah.Core.QMetaObject.Connection (
ConnectionValue (..),
ConnectionConstPtr (..),
ConnectionPtr (..),
ConnectionConst,
Connection,
castConst,
cast,
downCastConst,
downCast,
decode,
new,
newCopy,
aSSIGN,
isValid,
) where
import qualified Foreign.Hoppy.Runtime as QtahFHR
import Graphics.UI.Qtah.Generated.Core.QMetaObject.Connection
import qualified Graphics.UI.Qtah.Generated.Core.QMetaObject.Connection as M86
import Prelude ()
import qualified Prelude as QtahP
castConst = toConnectionConst
cast = toConnection
downCastConst = downToConnectionConst
downCast = downToConnection
decode :: (ConnectionConstPtr this) => this -> QtahP.IO M86.Connection
decode = QtahFHR.decode QtahP.. toConnectionConst