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