Qtc.Multimedia.QRadioDataControl_h

Contents

Documentation

class QprogramType_h x0 x1 where #

Methods

programType_h :: x0 -> x1 -> IO ProgramType #

class QprogramTypeName_h x0 x1 where #

Methods

programTypeName_h :: x0 -> x1 -> IO String #

Instances
QprogramTypeName_h (QRadioDataControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

programTypeName_h :: QRadioDataControl () -> () -> IO String #

QprogramTypeName_h (QRadioDataControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

programTypeName_h :: QRadioDataControlSc a -> () -> IO String #

class QradioText_h x0 x1 where #

Methods

radioText_h :: x0 -> x1 -> IO String #

Instances
QradioText_h (QRadioDataControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

radioText_h :: QRadioDataControl () -> () -> IO String #

QradioText_h (QRadioDataControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

radioText_h :: QRadioDataControlSc a -> () -> IO String #

class QstationId_h x0 x1 where #

Methods

stationId_h :: x0 -> x1 -> IO String #

Instances
QstationId_h (QRadioDataControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

stationId_h :: QRadioDataControl () -> () -> IO String #

QstationId_h (QRadioDataControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

stationId_h :: QRadioDataControlSc a -> () -> IO String #

class QstationName_h x0 x1 where #

Methods

stationName_h :: x0 -> x1 -> IO String #

Instances
QstationName_h (QRadioDataControl ()) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

stationName_h :: QRadioDataControl () -> () -> IO String #

QstationName_h (QRadioDataControlSc a) () # 
Instance details

Defined in Qtc.Multimedia.QRadioDataControl_h

Methods

stationName_h :: QRadioDataControlSc a -> () -> IO String #

Orphan instances

QunSetHandler (QRadioDataControl ()) # 
Instance details

Methods

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

QunSetHandler (QRadioDataControlSc a) # 
Instance details

Methods

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

QunSetUserMethodVariantList (QRadioDataControl ()) # 
Instance details

Methods

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

QunSetUserMethodVariantList (QRadioDataControlSc a) # 
Instance details

Methods

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

QunSetUserMethodVariant (QRadioDataControl ()) # 
Instance details

Methods

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

QunSetUserMethodVariant (QRadioDataControlSc a) # 
Instance details

Methods

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

QunSetUserMethod (QRadioDataControl ()) # 
Instance details

Methods

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

QunSetUserMethod (QRadioDataControlSc a) # 
Instance details

Methods

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

QerrorString_h (QRadioDataControl ()) () # 
Instance details

Methods

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

QerrorString_h (QRadioDataControlSc a) () # 
Instance details

Methods

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

QsetAlternativeFrequenciesEnabled_h (QRadioDataControl ()) Bool # 
Instance details

QsetAlternativeFrequenciesEnabled_h (QRadioDataControlSc a) Bool # 
Instance details

Qqerror_h (QRadioDataControl ()) () (IO QRadioData_Error) # 
Instance details

Methods

qerror_h :: QRadioDataControl () -> () -> IO QRadioData_Error #

Qqerror_h (QRadioDataControlSc a) () (IO QRadioData_Error) # 
Instance details

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetHandler (QRadioDataControl ()) (QRadioDataControl x0 -> IO ProgramType) # 
Instance details

Methods

setHandler :: QRadioDataControl () -> String -> (QRadioDataControl x0 -> IO ProgramType) -> IO () #

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

Methods

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

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

Methods

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

QsetHandler (QRadioDataControl ()) (QRadioDataControl x0 -> IO QRadioData_Error) # 
Instance details

Methods

setHandler :: QRadioDataControl () -> String -> (QRadioDataControl x0 -> IO QRadioData_Error) -> IO () #

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

Methods

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

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> Bool -> IO ()) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> Bool -> IO ()) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> IO ProgramType) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> IO ProgramType) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> IO Bool) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> IO Bool) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> IO String) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> IO String) -> IO () #

QsetHandler (QRadioDataControlSc a) (QRadioDataControl x0 -> IO QRadioData_Error) # 
Instance details

Methods

setHandler :: QRadioDataControlSc a -> String -> (QRadioDataControl x0 -> IO QRadioData_Error) -> IO () #

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

Methods

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

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

Methods

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

QsetUserMethod (QRadioDataControlSc a) (QRadioDataControl x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QRadioDataControlSc a -> Int -> (QRadioDataControl x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QRadioDataControlSc a) (QRadioDataControl x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QRadioDataControlSc a -> Int -> (QRadioDataControl x0 -> IO ()) -> IO () #