Notation used in Ruby API documentation
Module: QtMultimedia
Description: Binding of QCameraExposure
Class hierarchy: QCameraExposure » QObject
Sub-classes: ExposureMode, QFlags_ExposureMode, FlashMode, QFlags_FlashMode, MeteringMode, QFlags_MeteringMode
[const] | QCameraExposure ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[const] | double | aperture | Method double QCameraExposure::aperture() | |
[signal] | void | apertureChanged | (double arg1) | Signal declaration for QCameraExposure::apertureChanged(double) |
[signal] | void | apertureRangeChanged | Signal declaration for QCameraExposure::apertureRangeChanged() | |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QCameraExposure::destroyed(QObject *) |
[const] | double | exposureCompensation | Method double QCameraExposure::exposureCompensation() | |
void | exposureCompensation= | (double ev) | Method void QCameraExposure::setExposureCompensation(double ev) | |
[signal] | void | exposureCompensationChanged | (double arg1) | Signal declaration for QCameraExposure::exposureCompensationChanged(double) |
[const] | QCameraExposure_ExposureMode | exposureMode | Method QCameraExposure::ExposureMode QCameraExposure::exposureMode() | |
void | exposureMode= | (const QCameraExposure_ExposureMode mode) | Method void QCameraExposure::setExposureMode(QCameraExposure::ExposureMode mode) | |
[const] | QCameraExposure_QFlags_FlashMode | flashMode | Method QFlags<QCameraExposure::FlashMode> QCameraExposure::flashMode() | |
void | flashMode= | (QCameraExposure_QFlags_FlashMode mode) | Method void QCameraExposure::setFlashMode(QFlags<QCameraExposure::FlashMode> mode) | |
[signal] | void | flashReady_sig | (bool arg1) | Signal declaration for QCameraExposure::flashReady(bool) |
[const] | bool | isAvailable? | Method bool QCameraExposure::isAvailable() | |
[const] | bool | isExposureModeSupported? | (const QCameraExposure_ExposureMode mode) | Method bool QCameraExposure::isExposureModeSupported(QCameraExposure::ExposureMode mode) |
[const] | bool | isFlashModeSupported? | (QCameraExposure_QFlags_FlashMode mode) | Method bool QCameraExposure::isFlashModeSupported(QFlags<QCameraExposure::FlashMode> mode) |
[const] | bool | isFlashReady? | Method bool QCameraExposure::isFlashReady() | |
[const] | bool | isMeteringModeSupported? | (const QCameraExposure_MeteringMode mode) | Method bool QCameraExposure::isMeteringModeSupported(QCameraExposure::MeteringMode mode) |
[const] | int | isoSensitivity | Method int QCameraExposure::isoSensitivity() | |
[signal] | void | isoSensitivityChanged | (int arg1) | Signal declaration for QCameraExposure::isoSensitivityChanged(int) |
[const] | QCameraExposure_MeteringMode | meteringMode | Method QCameraExposure::MeteringMode QCameraExposure::meteringMode() | |
void | meteringMode= | (const QCameraExposure_MeteringMode mode) | Method void QCameraExposure::setMeteringMode(QCameraExposure::MeteringMode mode) | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QCameraExposure::objectNameChanged(const QString &objectName) |
[const] | double | requestedAperture | Method double QCameraExposure::requestedAperture() | |
[const] | int | requestedIsoSensitivity | Method int QCameraExposure::requestedIsoSensitivity() | |
[const] | double | requestedShutterSpeed | Method double QCameraExposure::requestedShutterSpeed() | |
void | setAutoAperture | Method void QCameraExposure::setAutoAperture() | ||
void | setAutoIsoSensitivity | Method void QCameraExposure::setAutoIsoSensitivity() | ||
void | setAutoShutterSpeed | Method void QCameraExposure::setAutoShutterSpeed() | ||
void | setExposureCompensation | (double ev) | Method void QCameraExposure::setExposureCompensation(double ev) | |
void | setExposureMode | (const QCameraExposure_ExposureMode mode) | Method void QCameraExposure::setExposureMode(QCameraExposure::ExposureMode mode) | |
void | setFlashMode | (QCameraExposure_QFlags_FlashMode mode) | Method void QCameraExposure::setFlashMode(QFlags<QCameraExposure::FlashMode> mode) | |
void | setManualAperture | (double aperture) | Method void QCameraExposure::setManualAperture(double aperture) | |
void | setManualIsoSensitivity | (int iso) | Method void QCameraExposure::setManualIsoSensitivity(int iso) | |
void | setManualShutterSpeed | (double seconds) | Method void QCameraExposure::setManualShutterSpeed(double seconds) | |
void | setMeteringMode | (const QCameraExposure_MeteringMode mode) | Method void QCameraExposure::setMeteringMode(QCameraExposure::MeteringMode mode) | |
void | setSpotMeteringPoint | (const QPointF point) | Method void QCameraExposure::setSpotMeteringPoint(const QPointF &point) | |
[const] | double | shutterSpeed | Method double QCameraExposure::shutterSpeed() | |
[signal] | void | shutterSpeedChanged | (double speed) | Signal declaration for QCameraExposure::shutterSpeedChanged(double speed) |
[signal] | void | shutterSpeedRangeChanged | Signal declaration for QCameraExposure::shutterSpeedRangeChanged() | |
[const] | QPointF | spotMeteringPoint | Method QPointF QCameraExposure::spotMeteringPoint() | |
void | spotMeteringPoint= | (const QPointF point) | Method void QCameraExposure::setSpotMeteringPoint(const QPointF &point) | |
[const] | double[] | supportedApertures | (bool ptr continuous = nullptr) | Method QList<qreal> QCameraExposure::supportedApertures(bool *continuous) |
[const] | int[] | supportedIsoSensitivities | (bool ptr continuous = nullptr) | Method QList<int> QCameraExposure::supportedIsoSensitivities(bool *continuous) |
[const] | double[] | supportedShutterSpeeds | (bool ptr continuous = nullptr) | Method QList<qreal> QCameraExposure::supportedShutterSpeeds(bool *continuous) |
[static,const] | QCameraExposure_ExposureMode | ExposureAction | Enum constant QCameraExposure::ExposureAction | |
[static,const] | QCameraExposure_ExposureMode | ExposureAuto | Enum constant QCameraExposure::ExposureAuto | |
[static,const] | QCameraExposure_ExposureMode | ExposureBacklight | Enum constant QCameraExposure::ExposureBacklight | |
[static,const] | QCameraExposure_ExposureMode | ExposureBarcode | Enum constant QCameraExposure::ExposureBarcode | |
[static,const] | QCameraExposure_ExposureMode | ExposureBeach | Enum constant QCameraExposure::ExposureBeach | |
[static,const] | QCameraExposure_ExposureMode | ExposureCandlelight | Enum constant QCameraExposure::ExposureCandlelight | |
[static,const] | QCameraExposure_ExposureMode | ExposureFireworks | Enum constant QCameraExposure::ExposureFireworks | |
[static,const] | QCameraExposure_ExposureMode | ExposureLandscape | Enum constant QCameraExposure::ExposureLandscape | |
[static,const] | QCameraExposure_ExposureMode | ExposureLargeAperture | Enum constant QCameraExposure::ExposureLargeAperture | |
[static,const] | QCameraExposure_ExposureMode | ExposureManual | Enum constant QCameraExposure::ExposureManual | |
[static,const] | QCameraExposure_ExposureMode | ExposureModeVendor | Enum constant QCameraExposure::ExposureModeVendor | |
[static,const] | QCameraExposure_ExposureMode | ExposureNight | Enum constant QCameraExposure::ExposureNight | |
[static,const] | QCameraExposure_ExposureMode | ExposureNightPortrait | Enum constant QCameraExposure::ExposureNightPortrait | |
[static,const] | QCameraExposure_ExposureMode | ExposureParty | Enum constant QCameraExposure::ExposureParty | |
[static,const] | QCameraExposure_ExposureMode | ExposurePortrait | Enum constant QCameraExposure::ExposurePortrait | |
[static,const] | QCameraExposure_ExposureMode | ExposureSmallAperture | Enum constant QCameraExposure::ExposureSmallAperture | |
[static,const] | QCameraExposure_ExposureMode | ExposureSnow | Enum constant QCameraExposure::ExposureSnow | |
[static,const] | QCameraExposure_ExposureMode | ExposureSports | Enum constant QCameraExposure::ExposureSports | |
[static,const] | QCameraExposure_ExposureMode | ExposureSpotlight | Enum constant QCameraExposure::ExposureSpotlight | |
[static,const] | QCameraExposure_ExposureMode | ExposureSteadyPhoto | Enum constant QCameraExposure::ExposureSteadyPhoto | |
[static,const] | QCameraExposure_ExposureMode | ExposureSunset | Enum constant QCameraExposure::ExposureSunset | |
[static,const] | QCameraExposure_ExposureMode | ExposureTheatre | Enum constant QCameraExposure::ExposureTheatre | |
[static,const] | QCameraExposure_FlashMode | FlashAuto | Enum constant QCameraExposure::FlashAuto | |
[static,const] | QCameraExposure_FlashMode | FlashFill | Enum constant QCameraExposure::FlashFill | |
[static,const] | QCameraExposure_FlashMode | FlashManual | Enum constant QCameraExposure::FlashManual | |
[static,const] | QCameraExposure_FlashMode | FlashOff | Enum constant QCameraExposure::FlashOff | |
[static,const] | QCameraExposure_FlashMode | FlashOn | Enum constant QCameraExposure::FlashOn | |
[static,const] | QCameraExposure_FlashMode | FlashRedEyeReduction | Enum constant QCameraExposure::FlashRedEyeReduction | |
[static,const] | QCameraExposure_FlashMode | FlashSlowSyncFrontCurtain | Enum constant QCameraExposure::FlashSlowSyncFrontCurtain | |
[static,const] | QCameraExposure_FlashMode | FlashSlowSyncRearCurtain | Enum constant QCameraExposure::FlashSlowSyncRearCurtain | |
[static,const] | QCameraExposure_FlashMode | FlashTorch | Enum constant QCameraExposure::FlashTorch | |
[static,const] | QCameraExposure_FlashMode | FlashVideoLight | Enum constant QCameraExposure::FlashVideoLight | |
[static,const] | QCameraExposure_MeteringMode | MeteringAverage | Enum constant QCameraExposure::MeteringAverage | |
[static,const] | QCameraExposure_MeteringMode | MeteringMatrix | Enum constant QCameraExposure::MeteringMatrix | |
[static,const] | QCameraExposure_MeteringMode | MeteringSpot | Enum constant QCameraExposure::MeteringSpot | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QCameraExposure::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QCameraExposure::trUtf8(const char *s, const char *c, int n) |
ExposureAction | Signature: [static,const] QCameraExposure_ExposureMode ExposureAction Description: Enum constant QCameraExposure::ExposureAction Python specific notes: |
ExposureAuto | Signature: [static,const] QCameraExposure_ExposureMode ExposureAuto Description: Enum constant QCameraExposure::ExposureAuto Python specific notes: |
ExposureBacklight | Signature: [static,const] QCameraExposure_ExposureMode ExposureBacklight Description: Enum constant QCameraExposure::ExposureBacklight Python specific notes: |
ExposureBarcode | Signature: [static,const] QCameraExposure_ExposureMode ExposureBarcode Description: Enum constant QCameraExposure::ExposureBarcode Python specific notes: |
ExposureBeach | Signature: [static,const] QCameraExposure_ExposureMode ExposureBeach Description: Enum constant QCameraExposure::ExposureBeach Python specific notes: |
ExposureCandlelight | Signature: [static,const] QCameraExposure_ExposureMode ExposureCandlelight Description: Enum constant QCameraExposure::ExposureCandlelight Python specific notes: |
ExposureFireworks | Signature: [static,const] QCameraExposure_ExposureMode ExposureFireworks Description: Enum constant QCameraExposure::ExposureFireworks Python specific notes: |
ExposureLandscape | Signature: [static,const] QCameraExposure_ExposureMode ExposureLandscape Description: Enum constant QCameraExposure::ExposureLandscape Python specific notes: |
ExposureLargeAperture | Signature: [static,const] QCameraExposure_ExposureMode ExposureLargeAperture Description: Enum constant QCameraExposure::ExposureLargeAperture Python specific notes: |
ExposureManual | Signature: [static,const] QCameraExposure_ExposureMode ExposureManual Description: Enum constant QCameraExposure::ExposureManual Python specific notes: |
ExposureModeVendor | Signature: [static,const] QCameraExposure_ExposureMode ExposureModeVendor Description: Enum constant QCameraExposure::ExposureModeVendor Python specific notes: |
ExposureNight | Signature: [static,const] QCameraExposure_ExposureMode ExposureNight Description: Enum constant QCameraExposure::ExposureNight Python specific notes: |
ExposureNightPortrait | Signature: [static,const] QCameraExposure_ExposureMode ExposureNightPortrait Description: Enum constant QCameraExposure::ExposureNightPortrait Python specific notes: |
ExposureParty | Signature: [static,const] QCameraExposure_ExposureMode ExposureParty Description: Enum constant QCameraExposure::ExposureParty Python specific notes: |
ExposurePortrait | Signature: [static,const] QCameraExposure_ExposureMode ExposurePortrait Description: Enum constant QCameraExposure::ExposurePortrait Python specific notes: |
ExposureSmallAperture | Signature: [static,const] QCameraExposure_ExposureMode ExposureSmallAperture Description: Enum constant QCameraExposure::ExposureSmallAperture Python specific notes: |
ExposureSnow | Signature: [static,const] QCameraExposure_ExposureMode ExposureSnow Description: Enum constant QCameraExposure::ExposureSnow Python specific notes: |
ExposureSports | Signature: [static,const] QCameraExposure_ExposureMode ExposureSports Description: Enum constant QCameraExposure::ExposureSports Python specific notes: |
ExposureSpotlight | Signature: [static,const] QCameraExposure_ExposureMode ExposureSpotlight Description: Enum constant QCameraExposure::ExposureSpotlight Python specific notes: |
ExposureSteadyPhoto | Signature: [static,const] QCameraExposure_ExposureMode ExposureSteadyPhoto Description: Enum constant QCameraExposure::ExposureSteadyPhoto Python specific notes: |
ExposureSunset | Signature: [static,const] QCameraExposure_ExposureMode ExposureSunset Description: Enum constant QCameraExposure::ExposureSunset Python specific notes: |
ExposureTheatre | Signature: [static,const] QCameraExposure_ExposureMode ExposureTheatre Description: Enum constant QCameraExposure::ExposureTheatre Python specific notes: |
FlashAuto | Signature: [static,const] QCameraExposure_FlashMode FlashAuto Description: Enum constant QCameraExposure::FlashAuto Python specific notes: |
FlashFill | Signature: [static,const] QCameraExposure_FlashMode FlashFill Description: Enum constant QCameraExposure::FlashFill Python specific notes: |
FlashManual | Signature: [static,const] QCameraExposure_FlashMode FlashManual Description: Enum constant QCameraExposure::FlashManual Python specific notes: |
FlashOff | Signature: [static,const] QCameraExposure_FlashMode FlashOff Description: Enum constant QCameraExposure::FlashOff Python specific notes: |
FlashOn | Signature: [static,const] QCameraExposure_FlashMode FlashOn Description: Enum constant QCameraExposure::FlashOn Python specific notes: |
FlashRedEyeReduction | Signature: [static,const] QCameraExposure_FlashMode FlashRedEyeReduction Description: Enum constant QCameraExposure::FlashRedEyeReduction Python specific notes: |
FlashSlowSyncFrontCurtain | Signature: [static,const] QCameraExposure_FlashMode FlashSlowSyncFrontCurtain Description: Enum constant QCameraExposure::FlashSlowSyncFrontCurtain Python specific notes: |
FlashSlowSyncRearCurtain | Signature: [static,const] QCameraExposure_FlashMode FlashSlowSyncRearCurtain Description: Enum constant QCameraExposure::FlashSlowSyncRearCurtain Python specific notes: |
FlashTorch | Signature: [static,const] QCameraExposure_FlashMode FlashTorch Description: Enum constant QCameraExposure::FlashTorch Python specific notes: |
FlashVideoLight | Signature: [static,const] QCameraExposure_FlashMode FlashVideoLight Description: Enum constant QCameraExposure::FlashVideoLight Python specific notes: |
MeteringAverage | Signature: [static,const] QCameraExposure_MeteringMode MeteringAverage Description: Enum constant QCameraExposure::MeteringAverage Python specific notes: |
MeteringMatrix | Signature: [static,const] QCameraExposure_MeteringMode MeteringMatrix Description: Enum constant QCameraExposure::MeteringMatrix Python specific notes: |
MeteringSpot | Signature: [static,const] QCameraExposure_MeteringMode MeteringSpot Description: Enum constant QCameraExposure::MeteringSpot Python specific notes: |
_const_cast | Signature: [const] QCameraExposure ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
aperture | Signature: [const] double aperture Description: Method double QCameraExposure::aperture() Python specific notes: |
apertureChanged | Signature: [signal] void apertureChanged (double arg1) Description: Signal declaration for QCameraExposure::apertureChanged(double) You can bind a procedure to this signal. Python specific notes: |
apertureRangeChanged | Signature: [signal] void apertureRangeChanged Description: Signal declaration for QCameraExposure::apertureRangeChanged() You can bind a procedure to this signal. Python specific notes: |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QCameraExposure::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
exposureCompensation | Signature: [const] double exposureCompensation Description: Method double QCameraExposure::exposureCompensation() Python specific notes: |
exposureCompensation= | Signature: void exposureCompensation= (double ev) Description: Method void QCameraExposure::setExposureCompensation(double ev) Python specific notes: |
exposureCompensationChanged | Signature: [signal] void exposureCompensationChanged (double arg1) Description: Signal declaration for QCameraExposure::exposureCompensationChanged(double) You can bind a procedure to this signal. Python specific notes: |
exposureMode | Signature: [const] QCameraExposure_ExposureMode exposureMode Description: Method QCameraExposure::ExposureMode QCameraExposure::exposureMode() Python specific notes: |
exposureMode= | Signature: void exposureMode= (const QCameraExposure_ExposureMode mode) Description: Method void QCameraExposure::setExposureMode(QCameraExposure::ExposureMode mode) Python specific notes: |
flashMode | Signature: [const] QCameraExposure_QFlags_FlashMode flashMode Description: Method QFlags<QCameraExposure::FlashMode> QCameraExposure::flashMode() Python specific notes: |
flashMode= | Signature: void flashMode= (QCameraExposure_QFlags_FlashMode mode) Description: Method void QCameraExposure::setFlashMode(QFlags<QCameraExposure::FlashMode> mode) Python specific notes: |
flashReady_sig | Signature: [signal] void flashReady_sig (bool arg1) Description: Signal declaration for QCameraExposure::flashReady(bool) You can bind a procedure to this signal. Python specific notes: |
isAvailable? | Signature: [const] bool isAvailable? Description: Method bool QCameraExposure::isAvailable() |
isExposureModeSupported? | Signature: [const] bool isExposureModeSupported? (const QCameraExposure_ExposureMode mode) Description: Method bool QCameraExposure::isExposureModeSupported(QCameraExposure::ExposureMode mode) |
isFlashModeSupported? | Signature: [const] bool isFlashModeSupported? (QCameraExposure_QFlags_FlashMode mode) Description: Method bool QCameraExposure::isFlashModeSupported(QFlags<QCameraExposure::FlashMode> mode) |
isFlashReady? | Signature: [const] bool isFlashReady? Description: Method bool QCameraExposure::isFlashReady() |
isMeteringModeSupported? | Signature: [const] bool isMeteringModeSupported? (const QCameraExposure_MeteringMode mode) Description: Method bool QCameraExposure::isMeteringModeSupported(QCameraExposure::MeteringMode mode) |
isoSensitivity | Signature: [const] int isoSensitivity Description: Method int QCameraExposure::isoSensitivity() Python specific notes: |
isoSensitivityChanged | Signature: [signal] void isoSensitivityChanged (int arg1) Description: Signal declaration for QCameraExposure::isoSensitivityChanged(int) You can bind a procedure to this signal. Python specific notes: |
meteringMode | Signature: [const] QCameraExposure_MeteringMode meteringMode Description: Method QCameraExposure::MeteringMode QCameraExposure::meteringMode() Python specific notes: |
meteringMode= | Signature: void meteringMode= (const QCameraExposure_MeteringMode mode) Description: Method void QCameraExposure::setMeteringMode(QCameraExposure::MeteringMode mode) Python specific notes: |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QCameraExposure::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
requestedAperture | Signature: [const] double requestedAperture Description: Method double QCameraExposure::requestedAperture() |
requestedIsoSensitivity | Signature: [const] int requestedIsoSensitivity Description: Method int QCameraExposure::requestedIsoSensitivity() |
requestedShutterSpeed | Signature: [const] double requestedShutterSpeed Description: Method double QCameraExposure::requestedShutterSpeed() |
setAutoAperture | Signature: void setAutoAperture Description: Method void QCameraExposure::setAutoAperture() |
setAutoIsoSensitivity | Signature: void setAutoIsoSensitivity Description: Method void QCameraExposure::setAutoIsoSensitivity() |
setAutoShutterSpeed | Signature: void setAutoShutterSpeed Description: Method void QCameraExposure::setAutoShutterSpeed() |
setExposureCompensation | Signature: void setExposureCompensation (double ev) Description: Method void QCameraExposure::setExposureCompensation(double ev) Python specific notes: |
setExposureMode | Signature: void setExposureMode (const QCameraExposure_ExposureMode mode) Description: Method void QCameraExposure::setExposureMode(QCameraExposure::ExposureMode mode) Python specific notes: |
setFlashMode | Signature: void setFlashMode (QCameraExposure_QFlags_FlashMode mode) Description: Method void QCameraExposure::setFlashMode(QFlags<QCameraExposure::FlashMode> mode) Python specific notes: |
setManualAperture | Signature: void setManualAperture (double aperture) Description: Method void QCameraExposure::setManualAperture(double aperture) |
setManualIsoSensitivity | Signature: void setManualIsoSensitivity (int iso) Description: Method void QCameraExposure::setManualIsoSensitivity(int iso) |
setManualShutterSpeed | Signature: void setManualShutterSpeed (double seconds) Description: Method void QCameraExposure::setManualShutterSpeed(double seconds) |
setMeteringMode | Signature: void setMeteringMode (const QCameraExposure_MeteringMode mode) Description: Method void QCameraExposure::setMeteringMode(QCameraExposure::MeteringMode mode) Python specific notes: |
setSpotMeteringPoint | Signature: void setSpotMeteringPoint (const QPointF point) Description: Method void QCameraExposure::setSpotMeteringPoint(const QPointF &point) Python specific notes: |
shutterSpeed | Signature: [const] double shutterSpeed Description: Method double QCameraExposure::shutterSpeed() Python specific notes: |
shutterSpeedChanged | Signature: [signal] void shutterSpeedChanged (double speed) Description: Signal declaration for QCameraExposure::shutterSpeedChanged(double speed) You can bind a procedure to this signal. Python specific notes: |
shutterSpeedRangeChanged | Signature: [signal] void shutterSpeedRangeChanged Description: Signal declaration for QCameraExposure::shutterSpeedRangeChanged() You can bind a procedure to this signal. Python specific notes: |
spotMeteringPoint | Signature: [const] QPointF spotMeteringPoint Description: Method QPointF QCameraExposure::spotMeteringPoint() Python specific notes: |
spotMeteringPoint= | Signature: void spotMeteringPoint= (const QPointF point) Description: Method void QCameraExposure::setSpotMeteringPoint(const QPointF &point) Python specific notes: |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
supportedApertures | Signature: [const] double[] supportedApertures (bool ptr continuous = nullptr) Description: Method QList<qreal> QCameraExposure::supportedApertures(bool *continuous) |
supportedIsoSensitivities | Signature: [const] int[] supportedIsoSensitivities (bool ptr continuous = nullptr) Description: Method QList<int> QCameraExposure::supportedIsoSensitivities(bool *continuous) |
supportedShutterSpeeds | Signature: [const] double[] supportedShutterSpeeds (bool ptr continuous = nullptr) Description: Method QList<qreal> QCameraExposure::supportedShutterSpeeds(bool *continuous) |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QCameraExposure::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QCameraExposure::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |