- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QCameraExposure.ExposureMode>
,Constable
- Enclosing class:
QCameraExposure
Java wrapper for Qt enum QCameraExposure::ExposureMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQCameraExposure::
ExposureAction RepresentingQCameraExposure::
ExposureAuto RepresentingQCameraExposure::
ExposureBacklight RepresentingQCameraExposure::
ExposureBarcode RepresentingQCameraExposure::
ExposureBeach RepresentingQCameraExposure::
ExposureCandlelight RepresentingQCameraExposure::
ExposureFireworks RepresentingQCameraExposure::
ExposureLandscape RepresentingQCameraExposure::
ExposureLargeAperture RepresentingQCameraExposure::
ExposureManual RepresentingQCameraExposure::
ExposureModeVendor RepresentingQCameraExposure::
ExposureNight RepresentingQCameraExposure::
ExposureNightPortrait RepresentingQCameraExposure::
ExposureParty RepresentingQCameraExposure::
ExposurePortrait RepresentingQCameraExposure::
ExposureSmallAperture RepresentingQCameraExposure::
ExposureSnow RepresentingQCameraExposure::
ExposureSports RepresentingQCameraExposure::
ExposureSpotlight RepresentingQCameraExposure::
ExposureSteadyPhoto RepresentingQCameraExposure::
ExposureSunset RepresentingQCameraExposure::
ExposureTheatre -
Method Summary
Modifier and TypeMethodDescriptionstatic QCameraExposure.ExposureMode
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QCameraExposure.ExposureMode
Returns the enum constant of this type with the specified name.static QCameraExposure.ExposureMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
ExposureAuto
Representing
QCameraExposure::
ExposureAuto -
ExposureManual
Representing
QCameraExposure::
ExposureManual -
ExposurePortrait
Representing
QCameraExposure::
ExposurePortrait -
ExposureNight
Representing
QCameraExposure::
ExposureNight -
ExposureBacklight
Representing
QCameraExposure::
ExposureBacklight -
ExposureSpotlight
Representing
QCameraExposure::
ExposureSpotlight -
ExposureSports
Representing
QCameraExposure::
ExposureSports -
ExposureSnow
Representing
QCameraExposure::
ExposureSnow -
ExposureBeach
Representing
QCameraExposure::
ExposureBeach -
ExposureLargeAperture
Representing
QCameraExposure::
ExposureLargeAperture -
ExposureSmallAperture
Representing
QCameraExposure::
ExposureSmallAperture -
ExposureAction
Representing
QCameraExposure::
ExposureAction -
ExposureLandscape
Representing
QCameraExposure::
ExposureLandscape -
ExposureNightPortrait
Representing
QCameraExposure::
ExposureNightPortrait -
ExposureTheatre
Representing
QCameraExposure::
ExposureTheatre -
ExposureSunset
Representing
QCameraExposure::
ExposureSunset -
ExposureSteadyPhoto
Representing
QCameraExposure::
ExposureSteadyPhoto -
ExposureFireworks
Representing
QCameraExposure::
ExposureFireworks -
ExposureParty
Representing
QCameraExposure::
ExposureParty -
ExposureCandlelight
Representing
QCameraExposure::
ExposureCandlelight -
ExposureBarcode
Representing
QCameraExposure::
ExposureBarcode -
ExposureModeVendor
Representing
QCameraExposure::
ExposureModeVendor
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-