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.MemoryMapFlagQFileDevice.MemoryMapFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QFileDevice.MemoryMapFlagReturns 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.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.MemoryMapFlagsQFileDevice.MemoryMapFlag.flags(QFileDevice.MemoryMapFlag ... values) Creates a newQFileDevice.MemoryMapFlagsfrom the entries.final ByteBufferQFileDevice.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 flageQFileDevice.MemoryMapFlags.setFlag(QFileDevice.MemoryMapFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type QFileDevice.MemoryMapFlagModifierConstructorDescriptionMemoryMapFlags(QFileDevice.MemoryMapFlag ... args) Creates a new MemoryMapFlags where the flags inargsare set. -
Uses of QFileDevice.MemoryMapFlag in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QFileDevice.MemoryMapFlagModifier and TypeMethodDescriptionfinal ByteBufferQAbstractFileEngine.map(long offset, long size, QFileDevice.MemoryMapFlag ... flags) Overloaded function forQAbstractFileEngine.map(long, long, io.qt.core.QFileDevice.MemoryMapFlags).