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 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.MemoryMapFlagsQFileDevice.MemoryMapFlag.flags(QFileDevice.MemoryMapFlag ... values) Creates a newQFileDevice.MemoryMapFlagsfrom the entries.QFileDevice.MemoryMapFlags.setFlag(QFileDevice.MemoryMapFlag e) Sets the flageQFileDevice.MemoryMapFlags.setFlag(QFileDevice.MemoryMapFlag e, boolean on) Sets or clears the flagflagMethods in io.qt.core with parameters of type QFileDevice.MemoryMapFlagsModifier and TypeMethodDescriptionfinal intQFileDevice.MemoryMapFlags.compareTo(QFileDevice.MemoryMapFlags other) final ByteBufferQFileDevice.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 ByteBufferQAbstractFileEngine.map(long offset, long size, QFileDevice.MemoryMapFlags flags) SeeQAbstractFileEngine::map(qint64, qint64, QFile::MemoryMapFlags)