Documentation
class QqRotationFilter x1 where #
qRotationFilter :: x1 -> IO (QRotationFilter ()) #
Instances
QqRotationFilter () # | |
Defined in Qtc.Sensors.QRotationFilter qRotationFilter :: () -> IO (QRotationFilter ()) # | |
QqRotationFilter (QRotationFilter t1) # | |
Defined in Qtc.Sensors.QRotationFilter qRotationFilter :: QRotationFilter t1 -> IO (QRotationFilter ()) # |
class QqRotationFilter_nf x1 where #
qRotationFilter_nf :: x1 -> IO (QRotationFilter ()) #
Instances
QqRotationFilter_nf () # | |
Defined in Qtc.Sensors.QRotationFilter qRotationFilter_nf :: () -> IO (QRotationFilter ()) # | |
QqRotationFilter_nf (QRotationFilter t1) # | |
Defined in Qtc.Sensors.QRotationFilter qRotationFilter_nf :: QRotationFilter t1 -> IO (QRotationFilter ()) # |
qRotationFilter_delete :: QRotationFilter a -> IO () #
qRotationFilter_delete1 :: QRotationFilter a -> IO () #
Orphan instances
QuserMethod (QRotationFilter ()) () (IO ()) # | |
userMethod :: QRotationFilter () -> Int -> () -> IO () # | |
QuserMethod (QRotationFilterSc a) () (IO ()) # | |
userMethod :: QRotationFilterSc a -> Int -> () -> IO () # | |
QsetSensor (QRotationFilter ()) (QSensor t1) # | |
setSensor :: QRotationFilter () -> QSensor t1 -> IO () # | |
QsetSensor (QRotationFilterSc a) (QSensor t1) # | |
setSensor :: QRotationFilterSc a -> QSensor t1 -> IO () # | |
Qqfilter (QRotationFilter ()) (QRotationReading t1) (IO Bool) # | |
qfilter :: QRotationFilter () -> QRotationReading t1 -> IO Bool # | |
Qqfilter (QRotationFilterSc a) (QRotationReading t1) (IO Bool) # | |
qfilter :: QRotationFilterSc a -> QRotationReading t1 -> IO Bool # | |
QuserMethod (QRotationFilter ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QRotationFilter () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QRotationFilterSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QRotationFilterSc a -> Int -> QVariant () -> IO (QVariant ()) # |