{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QMetaMethod ( QMetaMethodValue (..), QMetaMethodConstPtr (..), QMetaMethodPtr (..), QMetaMethodConst, QMetaMethod, castConst, cast, downCastConst, downCast, decode, newCopy, access, eQ, isValid, methodIndex, methodSignature, methodType, nE, name, parameterCount, parameterNames, parameterType, parameterTypes, returnType, revision, tag, typeName, QMetaMethodAccess (..), QMetaMethodMethodType (..), ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QMetaMethod import qualified Graphics.UI.Qtah.Generated.Core.QMetaMethod as M82 import Prelude () import qualified Prelude as QtahP castConst = toQMetaMethodConst cast = toQMetaMethod downCastConst = downToQMetaMethodConst downCast = downToQMetaMethod decode :: (QMetaMethodConstPtr this) => this -> QtahP.IO M82.QMetaMethod decode = QtahFHR.decode QtahP.. toQMetaMethodConst