Uses of Class
io.qt.core.QFileDevice.FileError
Package | Description |
---|---|
io.qt.core | |
io.qt.core.internal |
-
Uses of QFileDevice.FileError in io.qt.core
Methods in io.qt.core that return QFileDevice.FileError Modifier and Type Method Description QFileDevice.FileError
QFileDevice. error()
static QFileDevice.FileError
QFileDevice.FileError. resolve(int value)
Returns the corresponding enum entry for the given value.static QFileDevice.FileError
QFileDevice.FileError. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFileDevice.FileError[]
QFileDevice.FileError. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QFileDevice.FileError in io.qt.core.internal
Methods in io.qt.core.internal that return QFileDevice.FileError Modifier and Type Method Description QFileDevice.FileError
QAbstractFileEngine. error()
Deprecated.Methods in io.qt.core.internal with parameters of type QFileDevice.FileError Modifier and Type Method Description protected void
QAbstractFileEngine. setError(QFileDevice.FileError error, String str)
Deprecated.