Uses of Class
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 TypeMethodDescriptionQFileDevice.MemoryMapFlag.asFlags()
Create a MemoryMapFlags 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
Methods in io.qt.core with parameters of type QFileDevice.MemoryMapFlagsModifier 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
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)