Qtc.Widgets.QGraphicsItemAnimation

Contents

Documentation

class QqGraphicsItemAnimationTrUtf8 x1 where #

Methods

qGraphicsItemAnimationTrUtf8 :: x1 -> IO String #

Instances
QqGraphicsItemAnimationTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

qGraphicsItemAnimationTrUtf8 :: String -> IO String #

QqGraphicsItemAnimationTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

qGraphicsItemAnimationTrUtf8 :: (String, String) -> IO String #

QqGraphicsItemAnimationTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

qGraphicsItemAnimationTrUtf8 :: (String, String, Int) -> IO String #

class QafterAnimationStep x0 x1 where #

Methods

afterAnimationStep :: x0 -> x1 -> IO () #

Instances
QafterAnimationStep (QGraphicsItemAnimation ()) Double # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

afterAnimationStep :: QGraphicsItemAnimation () -> Double -> IO () #

QafterAnimationStep (QGraphicsItemAnimationSc a) Double # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

afterAnimationStep :: QGraphicsItemAnimationSc a -> Double -> IO () #

class QbeforeAnimationStep x0 x1 where #

Methods

beforeAnimationStep :: x0 -> x1 -> IO () #

Instances
QbeforeAnimationStep (QGraphicsItemAnimation ()) Double # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

beforeAnimationStep :: QGraphicsItemAnimation () -> Double -> IO () #

QbeforeAnimationStep (QGraphicsItemAnimationSc a) Double # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

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 () #

class QsetStep x0 x1 where #

Methods

setStep :: x0 -> x1 -> IO () #

Instances
QsetStep (QGraphicsItemAnimation ()) Double # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

setStep :: QGraphicsItemAnimation () -> Double -> IO () #

QsetStep (QGraphicsItemAnimationSc a) Double # 
Instance details

Defined in Qtc.Widgets.QGraphicsItemAnimation

Methods

setStep :: QGraphicsItemAnimationSc a -> Double -> IO () #

setTranslationAt :: QGraphicsItemAnimation a -> (Double, Double, Double) -> IO () #

shearList :: QGraphicsItemAnimation a -> () -> IO [(Double, QPointF ())] #

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 #

Orphan instances

QsenderSignalIndex (QGraphicsItemAnimation ()) () # 
Instance details

Methods

senderSignalIndex :: QGraphicsItemAnimation () -> () -> IO Int #

QsenderSignalIndex (QGraphicsItemAnimationSc a) () # 
Instance details

Methods

senderSignalIndex :: QGraphicsItemAnimationSc a -> () -> IO Int #

Qsender (QGraphicsItemAnimation ()) () # 
Instance details

Methods

sender :: QGraphicsItemAnimation () -> () -> IO (QObject ()) #

Qsender (QGraphicsItemAnimationSc a) () # 
Instance details

Methods

sender :: QGraphicsItemAnimationSc a -> () -> IO (QObject ()) #

Qreceivers (QGraphicsItemAnimation ()) String # 
Instance details

Methods

receivers :: QGraphicsItemAnimation () -> String -> IO Int #

Qreceivers (QGraphicsItemAnimationSc a) String # 
Instance details

Methods

receivers :: QGraphicsItemAnimationSc a -> String -> IO Int #

Qreset (QGraphicsItemAnimation ()) () (IO ()) # 
Instance details

Methods

reset :: QGraphicsItemAnimation () -> () -> IO () #

Qreset (QGraphicsItemAnimationSc a) () (IO ()) # 
Instance details

Methods

reset :: QGraphicsItemAnimationSc a -> () -> IO () #

Qproperty (QGraphicsItemAnimation ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QGraphicsItemAnimation () -> String -> IO (QVariant ()) #

Qproperty (QGraphicsItemAnimationSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QGraphicsItemAnimationSc a -> String -> IO (QVariant ()) #

Qparent (QGraphicsItemAnimation ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QGraphicsItemAnimation () -> () -> IO (QObject ()) #

Qparent (QGraphicsItemAnimationSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QGraphicsItemAnimationSc a -> () -> IO (QObject ()) #

Qitem (QGraphicsItemAnimation a) () (IO (QGraphicsItem ())) # 
Instance details

Methods

item :: QGraphicsItemAnimation a -> () -> IO (QGraphicsItem ()) #

Qclear (QGraphicsItemAnimation a) () (IO ()) # 
Instance details

Methods

clear :: QGraphicsItemAnimation a -> () -> IO () #

QuserMethod (QGraphicsItemAnimation ()) () (IO ()) # 
Instance details

Methods

userMethod :: QGraphicsItemAnimation () -> Int -> () -> IO () #

QuserMethod (QGraphicsItemAnimationSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QGraphicsItemAnimationSc a -> Int -> () -> IO () #

QtimerEvent (QGraphicsItemAnimation ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QGraphicsItemAnimation () -> QTimerEvent t1 -> IO () #

QtimerEvent (QGraphicsItemAnimationSc a) (QTimerEvent t1) # 
Instance details

QsetItem (QGraphicsItemAnimation a) (QGraphicsTextItem t1) # 
Instance details

QsetItem (QGraphicsItemAnimation a) (QGraphicsItem t1) # 
Instance details

Methods

setItem :: QGraphicsItemAnimation a -> QGraphicsItem t1 -> IO () #

QisSignalConnected (QGraphicsItemAnimation ()) (QMetaMethod t1) # 
Instance details

QisSignalConnected (QGraphicsItemAnimationSc a) (QMetaMethod t1) # 
Instance details

QdisconnectNotify (QGraphicsItemAnimation ()) (QMetaMethod t1) # 
Instance details

QdisconnectNotify (QGraphicsItemAnimationSc a) (QMetaMethod t1) # 
Instance details

QcustomEvent (QGraphicsItemAnimation ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QGraphicsItemAnimation () -> QEvent t1 -> IO () #

QcustomEvent (QGraphicsItemAnimationSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QGraphicsItemAnimationSc a -> QEvent t1 -> IO () #

QconnectNotify (QGraphicsItemAnimation ()) (QMetaMethod t1) # 
Instance details

QconnectNotify (QGraphicsItemAnimationSc a) (QMetaMethod t1) # 
Instance details

QchildEvent (QGraphicsItemAnimation ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QGraphicsItemAnimation () -> QChildEvent t1 -> IO () #

QchildEvent (QGraphicsItemAnimationSc a) (QChildEvent t1) # 
Instance details

Qevent (QGraphicsItemAnimation ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QGraphicsItemAnimation () -> QEvent t1 -> IO Bool #

Qevent (QGraphicsItemAnimationSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QGraphicsItemAnimationSc a -> QEvent t1 -> IO Bool #

QuserMethod (QGraphicsItemAnimation ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QGraphicsItemAnimation () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QGraphicsItemAnimationSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QGraphicsItemAnimationSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QGraphicsItemAnimation ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QGraphicsItemAnimation () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QGraphicsItemAnimationSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QGraphicsItemAnimationSc a -> (QObject t1, QEvent t2) -> IO Bool #