Documentation
class QaddMorphTarget a b where #
addMorphTarget :: a -> b -> IO () #
easing :: a -> b -> IO (QEasingCurve ()) #
class QmorphTargetList a b where #
morphTargetList :: a -> b -> IO [Qt3DAnimation_QMorphTarget ()] #
class QremoveMorphTarget a b where #
removeMorphTarget :: a -> b -> IO () #
class QsetAnimationName a b where #
setAnimationName :: a -> b -> IO () #
class QsetChannelMapper a b where #
setChannelMapper :: a -> b -> IO () #
class QsetEasing a b where #
class QsetMorphTargets a b where #
setMorphTargets :: a -> b -> IO () #
class QsetTargetName a b where #
setTargetName :: a -> b -> IO () #
class QsetTargetPositions a b where #
setTargetPositions :: a -> b -> IO () #
class QtargetName a b where #
targetName :: a -> b -> IO String #
class QtargetPositions a b where #
targetPositions :: a -> b -> IO [Float] #