Documentation
class QqAbstractAnimation x1 where #
qAbstractAnimation :: x1 -> IO (QAbstractAnimation ()) #
Instances
QqAbstractAnimation () # | |
Defined in Qtc.Core.QAbstractAnimation qAbstractAnimation :: () -> IO (QAbstractAnimation ()) # | |
QqAbstractAnimation (QObject t1) # | |
Defined in Qtc.Core.QAbstractAnimation qAbstractAnimation :: QObject t1 -> IO (QAbstractAnimation ()) # |
currentLoop :: QAbstractAnimation a -> () -> IO Int #
currentLoopTime :: QAbstractAnimation a -> () -> IO Int #
totalDuration :: QAbstractAnimation a -> () -> IO Int #
class QqAbstractAnimationTrUtf8 x1 where #
qAbstractAnimationTrUtf8 :: x1 -> IO String #
Instances
QqAbstractAnimationTrUtf8 String # | |
Defined in Qtc.Core.QAbstractAnimation qAbstractAnimationTrUtf8 :: String -> IO String # | |
QqAbstractAnimationTrUtf8 (String, String) # | |
Defined in Qtc.Core.QAbstractAnimation qAbstractAnimationTrUtf8 :: (String, String) -> IO String # | |
QqAbstractAnimationTrUtf8 (String, String, Int) # | |
Defined in Qtc.Core.QAbstractAnimation qAbstractAnimationTrUtf8 :: (String, String, Int) -> IO String # |
qAbstractAnimation_delete :: QAbstractAnimation a -> IO () #
qAbstractAnimation_deleteLater :: QAbstractAnimation a -> IO () #