Qtc.Multimedia.QRadioTunerControl_h

Contents

Documentation

class QsignalStrength_h x0 x1 where #

Methods

signalStrength_h :: x0 -> x1 -> IO Int #

Instances
QsignalStrength_h (QRadioTunerControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

signalStrength_h :: QRadioTunerControl () -> () -> IO Int #

QsignalStrength_h (QRadioTunerControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

signalStrength_h :: QRadioTunerControlSc a -> () -> IO Int #

class Qband_h x0 x1 where #

Methods

band_h :: x0 -> x1 -> IO Band #

Instances
Qband_h (QRadioTunerControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

band_h :: QRadioTunerControl () -> () -> IO Band #

Qband_h (QRadioTunerControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

band_h :: QRadioTunerControlSc a -> () -> IO Band #

class Qfrequency_h x0 x1 where #

Methods

frequency_h :: x0 -> x1 -> IO Int #

Instances
Qfrequency_h (QRadioTunerControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

frequency_h :: QRadioTunerControl () -> () -> IO Int #

Qfrequency_h (QRadioTunerControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

frequency_h :: QRadioTunerControlSc a -> () -> IO Int #

class QfrequencyRange_h x0 x1 where #

Methods

frequencyRange_h :: x0 -> x1 -> IO (Int, Int) #

Instances
QfrequencyRange_h (QRadioTunerControl ()) Band # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

frequencyRange_h :: QRadioTunerControl () -> Band -> IO (Int, Int) #

QfrequencyRange_h (QRadioTunerControlSc a) Band # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

frequencyRange_h :: QRadioTunerControlSc a -> Band -> IO (Int, Int) #

class QfrequencyStep_h x0 x1 where #

Methods

frequencyStep_h :: x0 -> x1 -> IO Int #

class QisAntennaConnected_h x0 x1 where #

Methods

isAntennaConnected_h :: x0 -> x1 -> IO Bool #

class QisBandSupported_h x0 x1 where #

Methods

isBandSupported_h :: x0 -> x1 -> IO Bool #

class QisSearching_h x0 x1 where #

Methods

isSearching_h :: x0 -> x1 -> IO Bool #

Instances
QisSearching_h (QRadioTunerControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

isSearching_h :: QRadioTunerControl () -> () -> IO Bool #

QisSearching_h (QRadioTunerControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

isSearching_h :: QRadioTunerControlSc a -> () -> IO Bool #

class QisStereo_h x0 x1 where #

Methods

isStereo_h :: x0 -> x1 -> IO Bool #

Instances
QisStereo_h (QRadioTunerControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

isStereo_h :: QRadioTunerControl () -> () -> IO Bool #

QisStereo_h (QRadioTunerControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioTunerControl_h

Methods

isStereo_h :: QRadioTunerControlSc a -> () -> IO Bool #

class QstereoMode_h x0 x1 where #

Methods

stereoMode_h :: x0 -> x1 -> IO StereoMode #

Orphan instances

QunSetHandler (QRadioTunerControl ()) # 
Instance details

Methods

unSetHandler :: QRadioTunerControl () -> String -> IO Bool #

QunSetHandler (QRadioTunerControlSc a) # 
Instance details

Methods

unSetHandler :: QRadioTunerControlSc a -> String -> IO Bool #

QunSetUserMethodVariantList (QRadioTunerControl ()) # 
Instance details

Methods

unSetUserMethodVariantList :: QRadioTunerControl () -> Int -> IO Bool #

QunSetUserMethodVariantList (QRadioTunerControlSc a) # 
Instance details

Methods

unSetUserMethodVariantList :: QRadioTunerControlSc a -> Int -> IO Bool #

QunSetUserMethodVariant (QRadioTunerControl ()) # 
Instance details

Methods

unSetUserMethodVariant :: QRadioTunerControl () -> Int -> IO Bool #

QunSetUserMethodVariant (QRadioTunerControlSc a) # 
Instance details

Methods

unSetUserMethodVariant :: QRadioTunerControlSc a -> Int -> IO Bool #

QunSetUserMethod (QRadioTunerControl ()) # 
Instance details

Methods

unSetUserMethod :: QRadioTunerControl () -> Int -> IO Bool #

QunSetUserMethod (QRadioTunerControlSc a) # 
Instance details

Methods

unSetUserMethod :: QRadioTunerControlSc a -> Int -> IO Bool #

QerrorString_h (QRadioTunerControl ()) () # 
Instance details

Methods

errorString_h :: QRadioTunerControl () -> () -> IO String #

QerrorString_h (QRadioTunerControlSc a) () # 
Instance details

Methods

errorString_h :: QRadioTunerControlSc a -> () -> IO String #

QsetMuted_h (QRadioTunerControl ()) Bool # 
Instance details

Methods

setMuted_h :: QRadioTunerControl () -> Bool -> IO () #

QsetMuted_h (QRadioTunerControlSc a) Bool # 
Instance details

Methods

setMuted_h :: QRadioTunerControlSc a -> Bool -> IO () #

QsetFrequency_h (QRadioTunerControl ()) Int # 
Instance details

Methods

setFrequency_h :: QRadioTunerControl () -> Int -> IO () #

QsetFrequency_h (QRadioTunerControlSc a) Int # 
Instance details

Methods

setFrequency_h :: QRadioTunerControlSc a -> Int -> IO () #

QsetBand_h (QRadioTunerControl ()) Band # 
Instance details

Methods

setBand_h :: QRadioTunerControl () -> Band -> IO () #

QsetBand_h (QRadioTunerControlSc a) Band # 
Instance details

Methods

setBand_h :: QRadioTunerControlSc a -> Band -> IO () #

QsearchForward_h (QRadioTunerControl ()) () # 
Instance details

Methods

searchForward_h :: QRadioTunerControl () -> () -> IO () #

QsearchForward_h (QRadioTunerControlSc a) () # 
Instance details

Methods

searchForward_h :: QRadioTunerControlSc a -> () -> IO () #

QsearchBackward_h (QRadioTunerControl ()) () # 
Instance details

Methods

searchBackward_h :: QRadioTunerControl () -> () -> IO () #

QsearchBackward_h (QRadioTunerControlSc a) () # 
Instance details

Methods

searchBackward_h :: QRadioTunerControlSc a -> () -> IO () #

QsearchAllStations_h (QRadioTunerControl ()) SearchMode # 
Instance details

QsearchAllStations_h (QRadioTunerControlSc a) SearchMode # 
Instance details

QisMuted_h (QRadioTunerControl ()) () # 
Instance details

Methods

isMuted_h :: QRadioTunerControl () -> () -> IO Bool #

QisMuted_h (QRadioTunerControlSc a) () # 
Instance details

Methods

isMuted_h :: QRadioTunerControlSc a -> () -> IO Bool #

QcancelSearch_h (QRadioTunerControl ()) () # 
Instance details

Methods

cancelSearch_h :: QRadioTunerControl () -> () -> IO () #

QcancelSearch_h (QRadioTunerControlSc a) () # 
Instance details

Methods

cancelSearch_h :: QRadioTunerControlSc a -> () -> IO () #

Qvolume_h (QRadioTunerControl ()) () (IO Int) # 
Instance details

Methods

volume_h :: QRadioTunerControl () -> () -> IO Int #

Qvolume_h (QRadioTunerControlSc a) () (IO Int) # 
Instance details

Methods

volume_h :: QRadioTunerControlSc a -> () -> IO Int #

Qstop_h (QRadioTunerControl ()) () (IO ()) # 
Instance details

Methods

stop_h :: QRadioTunerControl () -> () -> IO () #

Qstop_h (QRadioTunerControlSc a) () (IO ()) # 
Instance details

Methods

stop_h :: QRadioTunerControlSc a -> () -> IO () #

Qstate_h (QRadioTunerControl ()) () (IO QRadioTuner_State) # 
Instance details

Qstate_h (QRadioTunerControlSc a) () (IO QRadioTuner_State) # 
Instance details

Qstart_h (QRadioTunerControl ()) () (IO ()) # 
Instance details

Methods

start_h :: QRadioTunerControl () -> () -> IO () #

Qstart_h (QRadioTunerControlSc a) () (IO ()) # 
Instance details

Methods

start_h :: QRadioTunerControlSc a -> () -> IO () #

QsetVolume_h (QRadioTunerControl ()) Int (IO ()) # 
Instance details

Methods

setVolume_h :: QRadioTunerControl () -> Int -> IO () #

QsetVolume_h (QRadioTunerControlSc a) Int (IO ()) # 
Instance details

Methods

setVolume_h :: QRadioTunerControlSc a -> Int -> IO () #

Qqerror_h (QRadioTunerControl ()) () (IO QRadioTuner_Error) # 
Instance details

Qqerror_h (QRadioTunerControlSc a) () (IO QRadioTuner_Error) # 
Instance details

QtimerEvent_h (QRadioTunerControl ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent_h :: QRadioTunerControl () -> QTimerEvent t1 -> IO () #

QtimerEvent_h (QRadioTunerControlSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent_h :: QRadioTunerControlSc a -> QTimerEvent t1 -> IO () #

Qevent_h (QRadioTunerControl ()) (QEvent t1) # 
Instance details

Methods

event_h :: QRadioTunerControl () -> QEvent t1 -> IO Bool #

Qevent_h (QRadioTunerControlSc a) (QEvent t1) # 
Instance details

Methods

event_h :: QRadioTunerControlSc a -> QEvent t1 -> IO Bool #

QdisconnectNotify_h (QRadioTunerControl ()) (QMetaMethod t1) # 
Instance details

QdisconnectNotify_h (QRadioTunerControlSc a) (QMetaMethod t1) # 
Instance details

QcustomEvent_h (QRadioTunerControl ()) (QEvent t1) # 
Instance details

Methods

customEvent_h :: QRadioTunerControl () -> QEvent t1 -> IO () #

QcustomEvent_h (QRadioTunerControlSc a) (QEvent t1) # 
Instance details

Methods

customEvent_h :: QRadioTunerControlSc a -> QEvent t1 -> IO () #

QconnectNotify_h (QRadioTunerControl ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify_h :: QRadioTunerControl () -> QMetaMethod t1 -> IO () #

QconnectNotify_h (QRadioTunerControlSc a) (QMetaMethod t1) # 
Instance details

QchildEvent_h (QRadioTunerControl ()) (QChildEvent t1) # 
Instance details

Methods

childEvent_h :: QRadioTunerControl () -> QChildEvent t1 -> IO () #

QchildEvent_h (QRadioTunerControlSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent_h :: QRadioTunerControlSc a -> QChildEvent t1 -> IO () #

QeventFilter_h (QRadioTunerControl ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter_h :: QRadioTunerControl () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter_h (QRadioTunerControlSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter_h :: QRadioTunerControlSc a -> (QObject t1, QEvent t2) -> IO Bool #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> QObject t1 -> QEvent t2 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO StereoMode) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO StereoMode) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> StereoMode -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> StereoMode -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> Bool -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> Bool -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> Int -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> Int -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> Band -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> Band -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> SearchMode -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> SearchMode -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> Band -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> Band -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> Band -> IO Int) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> Band -> IO Int) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> Band -> IO (Int, Int)) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> Band -> IO (Int, Int)) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO Band) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO Band) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO Int) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO Int) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO QRadioTuner_State) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO QRadioTuner_State) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO ()) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO String) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO String) -> IO () #

QsetHandler (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO QRadioTuner_Error) # 
Instance details

Methods

setHandler :: QRadioTunerControl () -> String -> (QRadioTunerControl x0 -> IO QRadioTuner_Error) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> QObject t1 -> QEvent t2 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO StereoMode) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO StereoMode) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> StereoMode -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> StereoMode -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> Bool -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> Bool -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> Int -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> Int -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> Band -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> Band -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> SearchMode -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> SearchMode -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> Band -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> Band -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO Bool) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> Band -> IO Int) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> Band -> IO Int) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> Band -> IO (Int, Int)) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> Band -> IO (Int, Int)) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO Band) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO Band) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO Int) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO Int) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO QRadioTuner_State) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO QRadioTuner_State) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO ()) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO String) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO String) -> IO () #

QsetHandler (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO QRadioTuner_Error) # 
Instance details

Methods

setHandler :: QRadioTunerControlSc a -> String -> (QRadioTunerControl x0 -> IO QRadioTuner_Error) -> IO () #

QsetUserMethod (QRadioTunerControl ()) (QRadioTunerControl x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QRadioTunerControl () -> Int -> (QRadioTunerControl x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QRadioTunerControl ()) (QRadioTunerControl x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QRadioTunerControl () -> Int -> (QRadioTunerControl x0 -> IO ()) -> IO () #

QsetUserMethod (QRadioTunerControlSc a) (QRadioTunerControl x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QRadioTunerControlSc a -> Int -> (QRadioTunerControl x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QRadioTunerControlSc a) (QRadioTunerControl x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QRadioTunerControlSc a -> Int -> (QRadioTunerControl x0 -> IO ()) -> IO () #