Documentation
class QjumpToNextFrame_h x0 x1 where #
jumpToNextFrame_h :: x0 -> x1 -> IO Bool #
Instances
QjumpToNextFrame_h (QMovie ()) () # | |
Defined in Qtc.Gui.QMovie_h jumpToNextFrame_h :: QMovie () -> () -> IO Bool # | |
QjumpToNextFrame_h (QMovieSc a) () # | |
Defined in Qtc.Gui.QMovie_h jumpToNextFrame_h :: QMovieSc a -> () -> IO Bool # |
class QsetSpeed_h x0 x1 where #
setSpeed_h :: x0 -> x1 -> IO () #
Instances
QsetSpeed_h (QMovie ()) Int # | |
Defined in Qtc.Gui.QMovie_h setSpeed_h :: QMovie () -> Int -> IO () # | |
QsetSpeed_h (QMovieSc a) Int # | |
Defined in Qtc.Gui.QMovie_h setSpeed_h :: QMovieSc a -> Int -> IO () # |