Documentation
class QqPressureFilter x1 where #
qPressureFilter :: x1 -> IO (QPressureFilter ()) #
Instances
QqPressureFilter () # | |
Defined in Qtc.Sensors.QPressureFilter qPressureFilter :: () -> IO (QPressureFilter ()) # | |
QqPressureFilter (QPressureFilter t1) # | |
Defined in Qtc.Sensors.QPressureFilter qPressureFilter :: QPressureFilter t1 -> IO (QPressureFilter ()) # |
class QqPressureFilter_nf x1 where #
qPressureFilter_nf :: x1 -> IO (QPressureFilter ()) #
Instances
QqPressureFilter_nf () # | |
Defined in Qtc.Sensors.QPressureFilter qPressureFilter_nf :: () -> IO (QPressureFilter ()) # | |
QqPressureFilter_nf (QPressureFilter t1) # | |
Defined in Qtc.Sensors.QPressureFilter qPressureFilter_nf :: QPressureFilter t1 -> IO (QPressureFilter ()) # |
qPressureFilter_delete :: QPressureFilter a -> IO () #
qPressureFilter_delete1 :: QPressureFilter a -> IO () #
Orphan instances
QuserMethod (QPressureFilter ()) () (IO ()) # | |
userMethod :: QPressureFilter () -> Int -> () -> IO () # | |
QuserMethod (QPressureFilterSc a) () (IO ()) # | |
userMethod :: QPressureFilterSc a -> Int -> () -> IO () # | |
QsetSensor (QPressureFilter ()) (QSensor t1) # | |
setSensor :: QPressureFilter () -> QSensor t1 -> IO () # | |
QsetSensor (QPressureFilterSc a) (QSensor t1) # | |
setSensor :: QPressureFilterSc a -> QSensor t1 -> IO () # | |
Qqfilter (QPressureFilter ()) (QPressureReading t1) (IO Bool) # | |
qfilter :: QPressureFilter () -> QPressureReading t1 -> IO Bool # | |
Qqfilter (QPressureFilterSc a) (QPressureReading t1) (IO Bool) # | |
qfilter :: QPressureFilterSc a -> QPressureReading t1 -> IO Bool # | |
QuserMethod (QPressureFilter ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QPressureFilter () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QPressureFilterSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QPressureFilterSc a -> Int -> QVariant () -> IO (QVariant ()) # |