Uses of Enum
io.qt.core.QFileDevice.MemoryMapFlag
-
Uses of QFileDevice.MemoryMapFlag in io.qt.core
Modifier 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.Modifier and TypeMethodDescriptionQFileDevice.MemoryMapFlag.cleared
(QFileDevice.MemoryMapFlag e) Excludes other enum entry from a flag of this entry.QFileDevice.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
ModifierConstructorDescriptionMemoryMapFlags
(QFileDevice.MemoryMapFlag ... args) Creates a new MemoryMapFlags where the flags inargs
are set. -
Uses of QFileDevice.MemoryMapFlag in io.qt.core.internal
Modifier and TypeMethodDescriptionfinal ByteBuffer
QAbstractFileEngine.map
(long offset, long size, QFileDevice.MemoryMapFlag ... flags) Overloaded function forQAbstractFileEngine.map(long, long, io.qt.core.QFileDevice.MemoryMapFlags)
.