Uses of Class
io.qt.multimedia.QCameraImageCapture.Error
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QCameraImageCapture.Error in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QCameraImageCapture.Error Modifier and Type Field Description QObject.Signal3<@QtPrimitiveType Integer,QCameraImageCapture.Error,String>
QCameraImageCapture. error
Methods in io.qt.multimedia that return QCameraImageCapture.Error Modifier and Type Method Description QCameraImageCapture.Error
QCameraImageCapture. error()
static QCameraImageCapture.Error
QCameraImageCapture.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QCameraImageCapture.Error
QCameraImageCapture.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCameraImageCapture.Error[]
QCameraImageCapture.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.