Uses of Enum
io.qt.core.QFileDevice.MemoryMapFlag
Packages that use QFileDevice.MemoryMapFlag
-
Uses of QFileDevice.MemoryMapFlag in io.qt.core
Methods in io.qt.core that return QFileDevice.MemoryMapFlagModifier and TypeMethodDescriptionfinal QFileDevice.MemoryMapFlag[]
QFileDevice.MemoryMapFlags.flags()
Returns an array of flag objects represented by this MemoryMapFlags.static QFileDevice.MemoryMapFlag
QFileDevice.MemoryMapFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QFileDevice.MemoryMapFlag
Returns the enum constant of this type with the specified name.static QFileDevice.MemoryMapFlag[]
QFileDevice.MemoryMapFlag.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.MemoryMapFlagModifier and TypeMethodDescriptionQFileDevice.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.final ByteBuffer
QFileDevice.map
(long offset, long size, QFileDevice.MemoryMapFlag... flags) Overloaded function forQFileDevice.map(long, long, io.qt.core.QFileDevice.MemoryMapFlags)
.QFileDevice.MemoryMapFlags.setFlag
(QFileDevice.MemoryMapFlag e) Sets the flage
QFileDevice.MemoryMapFlags.setFlag
(QFileDevice.MemoryMapFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QFileDevice.MemoryMapFlagModifierConstructorDescriptionMemoryMapFlags
(QFileDevice.MemoryMapFlag... args) Creates a new MemoryMapFlags where the flags inargs
are set. -
Uses of QFileDevice.MemoryMapFlag in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QFileDevice.MemoryMapFlagModifier and TypeMethodDescriptionfinal ByteBuffer
QAbstractFileEngine.map
(long offset, long size, QFileDevice.MemoryMapFlag... flags) Overloaded function forQAbstractFileEngine.map(long, long, io.qt.core.QFileDevice.MemoryMapFlags)
.