Documentation
class QqSensorPluginInterface x1 where #
qSensorPluginInterface :: x1 -> IO (QSensorPluginInterface ()) #
Instances
QqSensorPluginInterface () # | |
Defined in Qtc.Sensors.QSensorPluginInterface qSensorPluginInterface :: () -> IO (QSensorPluginInterface ()) # | |
QqSensorPluginInterface (QSensorPluginInterface t1) # | |
Defined in Qtc.Sensors.QSensorPluginInterface qSensorPluginInterface :: QSensorPluginInterface t1 -> IO (QSensorPluginInterface ()) # |
class QqSensorPluginInterface_nf x1 where #
qSensorPluginInterface_nf :: x1 -> IO (QSensorPluginInterface ()) #
Instances
QqSensorPluginInterface_nf () # | |
Defined in Qtc.Sensors.QSensorPluginInterface qSensorPluginInterface_nf :: () -> IO (QSensorPluginInterface ()) # | |
QqSensorPluginInterface_nf (QSensorPluginInterface t1) # | |
Defined in Qtc.Sensors.QSensorPluginInterface qSensorPluginInterface_nf :: QSensorPluginInterface t1 -> IO (QSensorPluginInterface ()) # |
class QregisterSensors x0 x1 where #
registerSensors :: x0 -> x1 -> IO () #
Instances
QregisterSensors (QSensorPluginInterface ()) () # | |
Defined in Qtc.Sensors.QSensorPluginInterface registerSensors :: QSensorPluginInterface () -> () -> IO () # | |
QregisterSensors (QSensorPluginInterfaceSc a) () # | |
Defined in Qtc.Sensors.QSensorPluginInterface registerSensors :: QSensorPluginInterfaceSc a -> () -> IO () # |
qSensorPluginInterface_delete :: QSensorPluginInterface a -> IO () #
Orphan instances
QuserMethod (QSensorPluginInterface ()) () (IO ()) # | |
userMethod :: QSensorPluginInterface () -> Int -> () -> IO () # | |
QuserMethod (QSensorPluginInterfaceSc a) () (IO ()) # | |
userMethod :: QSensorPluginInterfaceSc a -> Int -> () -> IO () # | |
QuserMethod (QSensorPluginInterface ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QSensorPluginInterface () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QSensorPluginInterfaceSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QSensorPluginInterfaceSc a -> Int -> QVariant () -> IO (QVariant ()) # |