Uses of Enum
io.qt.core.QFileDevice.MemoryMapFlags
Packages that use QFileDevice.MemoryMapFlags
-
Uses of QFileDevice.MemoryMapFlags in io.qt.core
Methods in io.qt.core that return QFileDevice.MemoryMapFlagsModifier and TypeMethodDescriptionstatic QFileDevice.MemoryMapFlags
QFileDevice.MemoryMapFlags.resolve
(int value) Returns the corresponding enum entry for the given value.static QFileDevice.MemoryMapFlags
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.MemoryMapFlagsModifier and TypeMethodDescriptionfinal 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.MemoryMapFlagsModifier and TypeMethodDescriptionfinal ByteBuffer
QAbstractFileEngine.map
(long offset, long size, QFileDevice.MemoryMapFlags flags) SeeQAbstractFileEngine::
map(qint64, qint64, QFile::MemoryMapFlags)