Uses of Enum
io.qt.multimedia.QCamera.CaptureMode
-
Uses of QCamera.CaptureMode in io.qt.multimedia
Modifier and TypeMethodDescriptionfinal QCamera.CaptureMode []
QCamera.CaptureModes.flags()
Returns an array of flag objects represented by this CaptureModes.static QCamera.CaptureMode
QCamera.CaptureMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QCamera.CaptureMode
Returns the enum constant of this type with the specified name.static QCamera.CaptureMode[]
QCamera.CaptureMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQCamera.CaptureMode.cleared
(QCamera.CaptureMode e) Excludes other enum entry from a flag of this entry.QCamera.CaptureMode.combined
(QCamera.CaptureMode e) Combines this entry with other enum entry.final QCamera.CaptureModes
QCamera.CaptureModes.combined
(QCamera.CaptureMode e) Combines this flags with enum entry.static QCamera.CaptureModes
QCamera.CaptureMode.flags
(QCamera.CaptureMode ... values) Creates a newQCamera.CaptureModes
from the entries.final boolean
QCamera.isCaptureModeSupported
(QCamera.CaptureMode ... mode) Overloaded function forQCamera.isCaptureModeSupported(io.qt.multimedia.QCamera.CaptureModes)
.final boolean
QCameraControl.isCaptureModeSupported
(QCamera.CaptureMode ... mode) Overloaded function forQCameraControl.isCaptureModeSupported(io.qt.multimedia.QCamera.CaptureModes)
.final void
QCamera.setCaptureMode
(QCamera.CaptureMode ... mode) Overloaded function forQCamera.setCaptureMode(io.qt.multimedia.QCamera.CaptureModes)
.final void
QCameraControl.setCaptureMode
(QCamera.CaptureMode ... arg__1) Overloaded function forQCameraControl.setCaptureMode(io.qt.multimedia.QCamera.CaptureModes)
.final QCamera.CaptureModes
QCamera.CaptureModes.setFlag
(QCamera.CaptureMode e) Sets the flage
final QCamera.CaptureModes
QCamera.CaptureModes.setFlag
(QCamera.CaptureMode e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionCaptureModes
(QCamera.CaptureMode ... args) Creates a new CaptureModes where the flags inargs
are set.