{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QMetaProperty ( QMetaPropertyValue (..), QMetaPropertyConstPtr (..), QMetaPropertyPtr (..), QMetaPropertyConst, QMetaProperty, castConst, cast, downCastConst, downCast, decode, newCopy, enumerator, getType, hasNotifySignal, isConstant, isDesignable, isDesignableWithObject, isEnumType, isFinal, isFlagType, isReadable, isResettable, isScriptable, isScriptableWithObject, isStored, isStoredWithObject, isUser, isUserWithObject, isValid, isWritable, name, notifySignal, notifySignalIndex, propertyIndex, read, readOnGadget, reset, resetOnGadget, revision, typeName, userType, write, writeOnGadget, ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QMetaProperty import qualified Graphics.UI.Qtah.Generated.Core.QMetaProperty as M88 import Prelude () import qualified Prelude as QtahP castConst = toQMetaPropertyConst cast = toQMetaProperty downCastConst = downToQMetaPropertyConst downCast = downToQMetaProperty decode :: (QMetaPropertyConstPtr this) => this -> QtahP.IO M88.QMetaProperty decode = QtahFHR.decode QtahP.. toQMetaPropertyConst