Documentation
class QqCameraExposureTrUtf8 x1 where #
qCameraExposureTrUtf8 :: x1 -> IO String #
Instances
QqCameraExposureTrUtf8 String # | |
Defined in Qtc.Multimedia.QCameraExposure qCameraExposureTrUtf8 :: String -> IO String # | |
QqCameraExposureTrUtf8 (String, String) # | |
Defined in Qtc.Multimedia.QCameraExposure qCameraExposureTrUtf8 :: (String, String) -> IO String # | |
QqCameraExposureTrUtf8 (String, String, Int) # | |
Defined in Qtc.Multimedia.QCameraExposure qCameraExposureTrUtf8 :: (String, String, Int) -> IO String # |
aperture :: QCameraExposure a -> () -> IO Double #
exposureCompensation :: QCameraExposure a -> () -> IO Double #
exposureMode :: QCameraExposure a -> () -> IO ExposureMode #
isExposureModeSupported :: QCameraExposure a -> ExposureMode -> IO Bool #
isMeteringModeSupported :: QCameraExposure a -> MeteringMode -> IO Bool #
isoSensitivity :: QCameraExposure a -> () -> IO Int #
meteringMode :: QCameraExposure a -> () -> IO MeteringMode #
requestedAperture :: QCameraExposure a -> () -> IO Double #
requestedIsoSensitivity :: QCameraExposure a -> () -> IO Int #
requestedShutterSpeed :: QCameraExposure a -> () -> IO Double #
setSpotMeteringPoint :: QCameraExposure a -> PointF -> IO () #
qsetSpotMeteringPoint :: QCameraExposure a -> QPointF t1 -> IO () #
shutterSpeed :: QCameraExposure a -> () -> IO Double #
spotMeteringPoint :: QCameraExposure a -> () -> IO PointF #
qspotMeteringPoint :: QCameraExposure a -> () -> IO (QPointF ()) #
class QsupportedApertures x1 where #
supportedApertures :: QCameraExposure a -> x1 -> IO [Double] #
Instances
QsupportedApertures () # | |
Defined in Qtc.Multimedia.QCameraExposure supportedApertures :: QCameraExposure a -> () -> IO [Double] # | |
QsupportedApertures (QBoolPtr t1) # | |
Defined in Qtc.Multimedia.QCameraExposure supportedApertures :: QCameraExposure a -> QBoolPtr t1 -> IO [Double] # |
class QsupportedIsoSensitivities x1 where #
supportedIsoSensitivities :: QCameraExposure a -> x1 -> IO [Int] #
Instances
QsupportedIsoSensitivities () # | |
Defined in Qtc.Multimedia.QCameraExposure supportedIsoSensitivities :: QCameraExposure a -> () -> IO [Int] # | |
QsupportedIsoSensitivities (QBoolPtr t1) # | |
Defined in Qtc.Multimedia.QCameraExposure supportedIsoSensitivities :: QCameraExposure a -> QBoolPtr t1 -> IO [Int] # |
class QsupportedShutterSpeeds x1 where #
supportedShutterSpeeds :: QCameraExposure a -> x1 -> IO [Double] #
Instances
QsupportedShutterSpeeds () # | |
Defined in Qtc.Multimedia.QCameraExposure supportedShutterSpeeds :: QCameraExposure a -> () -> IO [Double] # | |
QsupportedShutterSpeeds (QBoolPtr t1) # | |
Defined in Qtc.Multimedia.QCameraExposure supportedShutterSpeeds :: QCameraExposure a -> QBoolPtr t1 -> IO [Double] # |
Orphan instances
QisAvailable (QCameraExposure a) () # | |
isAvailable :: QCameraExposure a -> () -> IO Bool # | |
QisFlashReady (QCameraExposure a) () # | |
isFlashReady :: QCameraExposure a -> () -> IO Bool # | |
QisFlashModeSupported (QCameraExposure a) FlashModes # | |
isFlashModeSupported :: QCameraExposure a -> FlashModes -> IO Bool # | |
QflashMode (QCameraExposure a) () # | |
flashMode :: QCameraExposure a -> () -> IO FlashModes # | |
Qproperty (QCameraExposure ()) String (IO (QVariant ())) # | |
property :: QCameraExposure () -> String -> IO (QVariant ()) # | |
Qproperty (QCameraExposureSc a) String (IO (QVariant ())) # | |
property :: QCameraExposureSc a -> String -> IO (QVariant ()) # | |
Qparent (QCameraExposure ()) () (IO (QObject ())) # | |
parent :: QCameraExposure () -> () -> IO (QObject ()) # | |
Qparent (QCameraExposureSc a) () (IO (QObject ())) # | |
parent :: QCameraExposureSc a -> () -> IO (QObject ()) # |