Documentation
class QqGraphicsItemAnimationTrUtf8 x1 where #
qGraphicsItemAnimationTrUtf8 :: x1 -> IO String #
Instances
QqGraphicsItemAnimationTrUtf8 String # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation qGraphicsItemAnimationTrUtf8 :: String -> IO String # | |
QqGraphicsItemAnimationTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation qGraphicsItemAnimationTrUtf8 :: (String, String) -> IO String # | |
QqGraphicsItemAnimationTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation qGraphicsItemAnimationTrUtf8 :: (String, String, Int) -> IO String # |
class QqGraphicsItemAnimation x1 where #
qGraphicsItemAnimation :: x1 -> IO (QGraphicsItemAnimation ()) #
Instances
QqGraphicsItemAnimation () # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation qGraphicsItemAnimation :: () -> IO (QGraphicsItemAnimation ()) # | |
QqGraphicsItemAnimation (QObject t1) # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation qGraphicsItemAnimation :: QObject t1 -> IO (QGraphicsItemAnimation ()) # |
class QafterAnimationStep x0 x1 where #
afterAnimationStep :: x0 -> x1 -> IO () #
Instances
QafterAnimationStep (QGraphicsItemAnimation ()) Double # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation afterAnimationStep :: QGraphicsItemAnimation () -> Double -> IO () # | |
QafterAnimationStep (QGraphicsItemAnimationSc a) Double # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation afterAnimationStep :: QGraphicsItemAnimationSc a -> Double -> IO () # |
class QbeforeAnimationStep x0 x1 where #
beforeAnimationStep :: x0 -> x1 -> IO () #
Instances
QbeforeAnimationStep (QGraphicsItemAnimation ()) Double # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation beforeAnimationStep :: QGraphicsItemAnimation () -> Double -> IO () # | |
QbeforeAnimationStep (QGraphicsItemAnimationSc a) Double # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation beforeAnimationStep :: QGraphicsItemAnimationSc a -> Double -> IO () # |
horizontalScaleAt :: QGraphicsItemAnimation a -> Double -> IO Double #
horizontalShearAt :: QGraphicsItemAnimation a -> Double -> IO Double #
matrixAt :: QGraphicsItemAnimation a -> Double -> IO (QMatrix ()) #
posAt :: QGraphicsItemAnimation a -> Double -> IO PointF #
qposAt :: QGraphicsItemAnimation a -> Double -> IO (QPointF ()) #
posList :: QGraphicsItemAnimation a -> () -> IO [(Double, QPointF ())] #
rotationAt :: QGraphicsItemAnimation a -> Double -> IO Double #
rotationList :: QGraphicsItemAnimation a -> () -> IO [(Double, Double)] #
scaleList :: QGraphicsItemAnimation a -> () -> IO [(Double, QPointF ())] #
setPosAt :: QGraphicsItemAnimation a -> (Double, PointF) -> IO () #
qsetPosAt :: QGraphicsItemAnimation a -> (Double, QPointF t2) -> IO () #
setRotationAt :: QGraphicsItemAnimation a -> (Double, Double) -> IO () #
setScaleAt :: QGraphicsItemAnimation a -> (Double, Double, Double) -> IO () #
setShearAt :: QGraphicsItemAnimation a -> (Double, Double, Double) -> IO () #
Instances
QsetStep (QGraphicsItemAnimation ()) Double # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation setStep :: QGraphicsItemAnimation () -> Double -> IO () # | |
QsetStep (QGraphicsItemAnimationSc a) Double # | |
Defined in Qtc.Widgets.QGraphicsItemAnimation setStep :: QGraphicsItemAnimationSc a -> Double -> IO () # |
setTimeLine :: QGraphicsItemAnimation a -> QTimeLine t1 -> IO () #
setTranslationAt :: QGraphicsItemAnimation a -> (Double, Double, Double) -> IO () #
shearList :: QGraphicsItemAnimation a -> () -> IO [(Double, QPointF ())] #
timeLine :: QGraphicsItemAnimation a -> () -> IO (QTimeLine ()) #
translationList :: QGraphicsItemAnimation a -> () -> IO [(Double, QPointF ())] #
verticalScaleAt :: QGraphicsItemAnimation a -> Double -> IO Double #
verticalShearAt :: QGraphicsItemAnimation a -> Double -> IO Double #
xTranslationAt :: QGraphicsItemAnimation a -> Double -> IO Double #
yTranslationAt :: QGraphicsItemAnimation a -> Double -> IO Double #
qGraphicsItemAnimation_delete :: QGraphicsItemAnimation a -> IO () #
qGraphicsItemAnimation_deleteLater :: QGraphicsItemAnimation a -> IO () #