{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QPropertyAnimation ( QPropertyAnimationValue (..), QPropertyAnimationConstPtr (..), QPropertyAnimationPtr (..), QPropertyAnimationConst, QPropertyAnimation, castConst, cast, downCastConst, downCast, propertyName, setPropertyName, setTargetObject, targetObject, ) where import Graphics.UI.Qtah.Generated.Core.QPropertyAnimation import Prelude () castConst = toQPropertyAnimationConst cast = toQPropertyAnimation downCastConst = downToQPropertyAnimationConst downCast = downToQPropertyAnimation