qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QMovie

Description

Documentation

class QcurrentImage x0 x1 where Source

Methods

currentImage :: x0 -> x1 -> IO (QImage ()) Source

Instances

class QcurrentImage_nf x0 x1 where Source

Methods

currentImage_nf :: x0 -> x1 -> IO (QImage ()) Source

class QcurrentPixmap x0 x1 where Source

Methods

currentPixmap :: x0 -> x1 -> IO (QPixmap ()) Source

Instances

class QcurrentPixmap_nf x0 x1 where Source

Methods

currentPixmap_nf :: x0 -> x1 -> IO (QPixmap ()) Source

frameCount :: QMovie a -> () -> IO Int Source

qscaledSize :: QMovie a -> () -> IO (QSize ()) Source

setSpeed :: QMovie a -> Int -> IO () Source

speed :: QMovie a -> () -> IO Int Source