Qtc.Classes.D3animation

Documentation

class QaddMorphTarget a b where #

Methods

addMorphTarget :: a -> b -> IO () #

class Qeasing a b where #

Methods

easing :: a -> b -> IO (QEasingCurve ()) #

class QmorphTargetList a b where #

Methods

morphTargetList :: a -> b -> IO [Qt3DAnimation_QMorphTarget ()] #

class QremoveMorphTarget a b where #

Methods

removeMorphTarget :: a -> b -> IO () #

class QsetAnimationName a b where #

Methods

setAnimationName :: a -> b -> IO () #

class QsetChannelMapper a b where #

Methods

setChannelMapper :: a -> b -> IO () #

class QsetClock a b where #

Methods

setClock :: a -> b -> IO () #

class QsetEasing a b where #

Methods

setEasing :: a -> b -> IO () #

class QsetMorphTargets a b where #

Methods

setMorphTargets :: a -> b -> IO () #

class QsetTargetName a b where #

Methods

setTargetName :: a -> b -> IO () #

class QsetTargetPositions a b where #

Methods

setTargetPositions :: a -> b -> IO () #

class QtargetName a b where #

Methods

targetName :: a -> b -> IO String #

class QtargetPositions a b where #

Methods

targetPositions :: a -> b -> IO [Float] #