Uses of Enum
io.qt.multimedia.QCamera.LockType
-
Uses of QCamera.LockType in io.qt.multimedia
Modifier 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.Modifier and TypeMethodDescriptionQCamera.LockType.cleared
(QCamera.LockType e) Excludes other enum entry from a flag of this entry.QCamera.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.getLockStatus
(QCamera.LockType lock) Kotlin property getter.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 void
QCameraLocksControl.searchAndLock
(QCamera.LockType ... locks) Overloaded function forQCameraLocksControl.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)
.final void
QCameraLocksControl.unlock
(QCamera.LockType ... locks) Overloaded function forQCameraLocksControl.unlock(io.qt.multimedia.QCamera.LockTypes)
.ModifierConstructorDescriptionLockTypes
(QCamera.LockType ... args) Creates a new LockTypes where the flags inargs
are set.