Uses of Class
io.qt.core.QFileDevice.MemoryMapFlags
-
Uses of QFileDevice.MemoryMapFlags in io.qt.core
Modifier and TypeMethodDescriptionQFileDevice.MemoryMapFlag.asFlags()
Create a QFlags of the enum entry.QFileDevice.MemoryMapFlag.cleared
(QFileDevice.MemoryMapFlag e) Excludes other enum entry from a flag of this entry.QFileDevice.MemoryMapFlags.clone()
Clones the flagsQFileDevice.MemoryMapFlag.combined
(QFileDevice.MemoryMapFlag e) Combines this entry with other enum entry.QFileDevice.MemoryMapFlags.combined
(QFileDevice.MemoryMapFlag e) Combines this flags with enum entry.static QFileDevice.MemoryMapFlags
QFileDevice.MemoryMapFlag.flags
(QFileDevice.MemoryMapFlag ... values) Creates a newQFileDevice.MemoryMapFlags
from the entries.QFileDevice.MemoryMapFlags.setFlag
(QFileDevice.MemoryMapFlag e) Sets the flage
QFileDevice.MemoryMapFlags.setFlag
(QFileDevice.MemoryMapFlag e, boolean on) Sets or clears the flagflag
Modifier and TypeMethodDescriptionfinal int
QFileDevice.MemoryMapFlags.compareTo
(QFileDevice.MemoryMapFlags other) final ByteBuffer
QFileDevice.map
(long offset, long size, QFileDevice.MemoryMapFlags flags) -
Uses of QFileDevice.MemoryMapFlags in io.qt.core.internal
Modifier and TypeMethodDescriptionfinal ByteBuffer
QAbstractFileEngine.map
(long offset, long size, QFileDevice.MemoryMapFlags flags) SeeQAbstractFileEngine::
map(qint64, qint64, QFile::MemoryMapFlags)