{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QAnimationGroup ( QAnimationGroupValue (..), QAnimationGroupConstPtr (..), QAnimationGroupPtr (..), QAnimationGroupConst, QAnimationGroup, castConst, cast, downCastConst, downCast, addAnimation, animationAt, animationCount, clear, duration, indexOfAnimation, insertAnimation, removeAnimation, takeAnimation, ) where import Graphics.UI.Qtah.Generated.Core.QAnimationGroup import Prelude () castConst = toQAnimationGroupConst cast = toQAnimationGroup downCastConst = downToQAnimationGroupConst downCast = downToQAnimationGroup