Qtc.Multimedia.QSoundEffect

Contents

Documentation

class QqSoundEffectTrUtf8 x1 where #

Methods

qSoundEffectTrUtf8 :: x1 -> IO String #

Instances
QqSoundEffectTrUtf8 String # 
Instance details

Defined in Qtc.Multimedia.QSoundEffect

Methods

qSoundEffectTrUtf8 :: String -> IO String #

QqSoundEffectTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Multimedia.QSoundEffect

Methods

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

QqSoundEffectTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Multimedia.QSoundEffect

Methods

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

qSoundEffectSupportedMimeTypes :: () -> IO [String] #

class QqSoundEffect x1 where #

Methods

qSoundEffect :: x1 -> IO (QSoundEffect ()) #

Instances
QqSoundEffect () # 
Instance details

Defined in Qtc.Multimedia.QSoundEffect

Methods

qSoundEffect :: () -> IO (QSoundEffect ()) #

QqSoundEffect (QObject t1) # 
Instance details

Defined in Qtc.Multimedia.QSoundEffect

Methods

qSoundEffect :: QObject t1 -> IO (QSoundEffect ()) #

isPlaying :: QSoundEffect a -> () -> IO Bool #

Orphan instances

QsetLoopCount (QSoundEffect a) Int # 
Instance details

Methods

setLoopCount :: QSoundEffect a -> Int -> IO () #

QsetCategory (QSoundEffect a) String # 
Instance details

Methods

setCategory :: QSoundEffect a -> String -> IO () #

QsenderSignalIndex (QSoundEffect ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QSoundEffectSc a) () # 
Instance details

Methods

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

Qsender (QSoundEffect ()) () # 
Instance details

Methods

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

Qsender (QSoundEffectSc a) () # 
Instance details

Methods

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

Qreceivers (QSoundEffect ()) String # 
Instance details

Methods

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

Qreceivers (QSoundEffectSc a) String # 
Instance details

Methods

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

QloopCount (QSoundEffect a) () # 
Instance details

Methods

loopCount :: QSoundEffect a -> () -> IO Int #

QisLoaded (QSoundEffect a) () # 
Instance details

Methods

isLoaded :: QSoundEffect a -> () -> IO Bool #

QsetMuted (QSoundEffect a) Bool # 
Instance details

Methods

setMuted :: QSoundEffect a -> Bool -> IO () #

QloopsRemaining (QSoundEffect a) () # 
Instance details

Methods

loopsRemaining :: QSoundEffect a -> () -> IO Int #

QisMuted (QSoundEffect a) () # 
Instance details

Methods

isMuted :: QSoundEffect a -> () -> IO Bool #

Qvolume (QSoundEffect a) () (IO Double) # 
Instance details

Methods

volume :: QSoundEffect a -> () -> IO Double #

Qstop (QSoundEffect ()) () (IO ()) # 
Instance details

Methods

stop :: QSoundEffect () -> () -> IO () #

Qstop (QSoundEffectSc a) () (IO ()) # 
Instance details

Methods

stop :: QSoundEffectSc a -> () -> IO () #

Qstatus (QSoundEffect a) () (IO QSoundEffect_Status) # 
Instance details

Methods

status :: QSoundEffect a -> () -> IO QSoundEffect_Status #

Qsource (QSoundEffect a) () (IO (QUrl ())) # 
Instance details

Methods

source :: QSoundEffect a -> () -> IO (QUrl ()) #

QsetVolume (QSoundEffect a) Double (IO ()) # 
Instance details

Methods

setVolume :: QSoundEffect a -> Double -> IO () #

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

Methods

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

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

Methods

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

Qplay (QSoundEffect ()) () (IO ()) # 
Instance details

Methods

play :: QSoundEffect () -> () -> IO () #

Qplay (QSoundEffectSc a) () (IO ()) # 
Instance details

Methods

play :: QSoundEffectSc a -> () -> IO () #

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

Methods

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

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

Methods

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

Qcategory (QSoundEffect a) () (IO String) # 
Instance details

Methods

category :: QSoundEffect a -> () -> IO String #

QuserMethod (QSoundEffect ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

timerEvent :: QSoundEffectSc a -> QTimerEvent t1 -> IO () #

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

Methods

isSignalConnected :: QSoundEffect () -> QMetaMethod t1 -> IO Bool #

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

Methods

isSignalConnected :: QSoundEffectSc a -> QMetaMethod t1 -> IO Bool #

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

Methods

disconnectNotify :: QSoundEffect () -> QMetaMethod t1 -> IO () #

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

Methods

disconnectNotify :: QSoundEffectSc a -> QMetaMethod t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

connectNotify :: QSoundEffect () -> QMetaMethod t1 -> IO () #

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

Methods

connectNotify :: QSoundEffectSc a -> QMetaMethod t1 -> IO () #

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

Methods

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

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

Methods

childEvent :: QSoundEffectSc a -> QChildEvent t1 -> IO () #

QsetSource (QSoundEffect a) (QUrl t1) (IO ()) # 
Instance details

Methods

setSource :: QSoundEffect a -> QUrl t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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