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.LockTypeQCamera.LockType.resolve(int value) Returns the corresponding enum entry for the given value.static QCamera.LockTypeReturns 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.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.LockTypesQCamera.LockTypes.combined(QCamera.LockType e) Combines this flags with enum entry.final voidQCamera.MultiSignal_lockStatusChanged.emit(QCamera.LockType lock, QCamera.LockStatus status, QCamera.LockChangeReason reason) static QCamera.LockTypesQCamera.LockType.flags(QCamera.LockType ... values) Creates a newQCamera.LockTypesfrom the entries.final QCamera.LockStatusQCamera.lockStatus(QCamera.LockType lock) abstract QCamera.LockStatusQCameraLocksControl.lockStatus(QCamera.LockType lock) final voidQCamera.searchAndLock(QCamera.LockType ... locks) Overloaded function forQCamera.searchAndLock(io.qt.multimedia.QCamera.LockTypes).final voidQCameraLocksControl.searchAndLock(QCamera.LockType ... locks) Overloaded function forQCameraLocksControl.searchAndLock(io.qt.multimedia.QCamera.LockTypes).final QCamera.LockTypesQCamera.LockTypes.setFlag(QCamera.LockType e) Sets the flagefinal QCamera.LockTypesQCamera.LockTypes.setFlag(QCamera.LockType e, boolean on) Sets or clears the flagflagfinal voidQCamera.unlock(QCamera.LockType ... locks) Overloaded function forQCamera.unlock(io.qt.multimedia.QCamera.LockTypes).final voidQCameraLocksControl.unlock(QCamera.LockType ... locks) Overloaded function forQCameraLocksControl.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 inargsare set.