Uses of Class
io.qt.multimedia.QCamera.LockChangeReason
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCamera.LockChangeReason in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QCamera.LockChangeReason Modifier and Type Field Description QObject.Signal3<QCamera.LockType,QCamera.LockStatus,QCamera.LockChangeReason>
QCameraLocksControl. lockStatusChanged
Methods in io.qt.multimedia that return QCamera.LockChangeReason Modifier and Type Method Description static QCamera.LockChangeReason
QCamera.LockChangeReason. resolve(int value)
Returns the corresponding enum entry for the given value.static QCamera.LockChangeReason
QCamera.LockChangeReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCamera.LockChangeReason[]
QCamera.LockChangeReason. 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.LockChangeReason Modifier and Type Method Description void
QCamera.MultiSignal_lockStatusChanged. emit(QCamera.LockStatus status, QCamera.LockChangeReason reason)
void
QCamera.MultiSignal_lockStatusChanged. emit(QCamera.LockType lock, QCamera.LockStatus status, QCamera.LockChangeReason reason)