Documentation
class QqCameraExposureControlTrUtf8 x1 where #
qCameraExposureControlTrUtf8 :: x1 -> IO String #
Instances
QqCameraExposureControlTrUtf8 String # | |
Defined in Qtc.Multimedia.QCameraExposureControl qCameraExposureControlTrUtf8 :: String -> IO String # | |
QqCameraExposureControlTrUtf8 (String, String) # | |
Defined in Qtc.Multimedia.QCameraExposureControl qCameraExposureControlTrUtf8 :: (String, String) -> IO String # | |
QqCameraExposureControlTrUtf8 (String, String, Int) # | |
Defined in Qtc.Multimedia.QCameraExposureControl qCameraExposureControlTrUtf8 :: (String, String, Int) -> IO String # |
class QqCameraExposureControl x1 where #
qCameraExposureControl :: x1 -> IO (QCameraExposureControl ()) #
Instances
QqCameraExposureControl () # | |
Defined in Qtc.Multimedia.QCameraExposureControl qCameraExposureControl :: () -> IO (QCameraExposureControl ()) # | |
QqCameraExposureControl (QObject t1) # | |
Defined in Qtc.Multimedia.QCameraExposureControl qCameraExposureControl :: QObject t1 -> IO (QCameraExposureControl ()) # |
class QactualValue x0 x1 where #
actualValue :: x0 -> x1 -> IO (QVariant ()) #
Instances
QactualValue (QCameraExposureControl ()) ExposureParameter # | |
Defined in Qtc.Multimedia.QCameraExposureControl actualValue :: QCameraExposureControl () -> ExposureParameter -> IO (QVariant ()) # | |
QactualValue (QCameraExposureControlSc a) ExposureParameter # | |
Defined in Qtc.Multimedia.QCameraExposureControl actualValue :: QCameraExposureControlSc a -> ExposureParameter -> IO (QVariant ()) # |
class QrequestedValue x0 x1 where #
requestedValue :: x0 -> x1 -> IO (QVariant ()) #
Instances
QrequestedValue (QCameraExposureControl ()) ExposureParameter # | |
Defined in Qtc.Multimedia.QCameraExposureControl requestedValue :: QCameraExposureControl () -> ExposureParameter -> IO (QVariant ()) # | |
QrequestedValue (QCameraExposureControlSc a) ExposureParameter # | |
Defined in Qtc.Multimedia.QCameraExposureControl requestedValue :: QCameraExposureControlSc a -> ExposureParameter -> IO (QVariant ()) # |
class QsupportedParameterRange x0 x1 where #
supportedParameterRange :: x0 -> x1 -> IO [QVariant ()] #
Instances
QsupportedParameterRange (QCameraExposureControl ()) (ExposureParameter, QBoolPtr t2) # | |
Defined in Qtc.Multimedia.QCameraExposureControl supportedParameterRange :: QCameraExposureControl () -> (ExposureParameter, QBoolPtr t2) -> IO [QVariant ()] # | |
QsupportedParameterRange (QCameraExposureControlSc a) (ExposureParameter, QBoolPtr t2) # | |
Defined in Qtc.Multimedia.QCameraExposureControl supportedParameterRange :: QCameraExposureControlSc a -> (ExposureParameter, QBoolPtr t2) -> IO [QVariant ()] # |
qCameraExposureControl_delete :: QCameraExposureControl a -> IO () #
qCameraExposureControl_deleteLater :: QCameraExposureControl a -> IO () #