Uses of Enum
io.qt.multimedia.QCamera.LockType
Packages that use QCamera.LockType
-
Uses of QCamera.LockType in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QCamera.LockTypeMethods in io.qt.multimedia that return QCamera.LockTypeModifier and TypeMethodDescriptionfinal QCamera.LockType[]
QCamera.LockTypes.flags()
Returns an array of flag objects represented by this LockTypes.static QCamera.LockType
QCamera.LockType.resolve
(int value) Returns the corresponding enum entry for the given value.static QCamera.LockType
Returns the enum constant of this type with the specified name.static QCamera.LockType[]
QCamera.LockType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia with parameters of type QCamera.LockTypeModifier and TypeMethodDescriptionQCamera.LockType.combined
(QCamera.LockType e) Combines this entry with other enum entry.final QCamera.LockTypes
QCamera.LockTypes.combined
(QCamera.LockType e) Combines this flags with enum entry.final void
QCamera.MultiSignal_lockStatusChanged.emit
(QCamera.LockType lock, QCamera.LockStatus status, QCamera.LockChangeReason reason) static QCamera.LockTypes
QCamera.LockType.flags
(QCamera.LockType... values) Creates a newQCamera.LockTypes
from the entries.final QCamera.LockStatus
QCamera.lockStatus
(QCamera.LockType lock) abstract QCamera.LockStatus
QCameraLocksControl.lockStatus
(QCamera.LockType lock) final void
QCamera.searchAndLock
(QCamera.LockType... locks) Overloaded function forQCamera.searchAndLock(io.qt.multimedia.QCamera.LockTypes)
.final QCamera.LockTypes
QCamera.LockTypes.setFlag
(QCamera.LockType e) Sets the flage
final QCamera.LockTypes
QCamera.LockTypes.setFlag
(QCamera.LockType e, boolean on) Sets or clears the flagflag
final void
QCamera.unlock
(QCamera.LockType... locks) Overloaded function forQCamera.unlock(io.qt.multimedia.QCamera.LockTypes)
.Constructors in io.qt.multimedia with parameters of type QCamera.LockTypeModifierConstructorDescriptionLockTypes
(QCamera.LockType... args) Creates a new LockTypes where the flags inargs
are set.