Uses of Enum
io.qt.core.QFileDevice.FileHandleFlag
Packages that use QFileDevice.FileHandleFlag
-
Uses of QFileDevice.FileHandleFlag in io.qt.core
Methods in io.qt.core that return QFileDevice.FileHandleFlagModifier and TypeMethodDescriptionfinal QFileDevice.FileHandleFlag[]
QFileDevice.FileHandleFlags.flags()
Returns an array of flag objects represented by this FileHandleFlags.static QFileDevice.FileHandleFlag
QFileDevice.FileHandleFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QFileDevice.FileHandleFlag
Returns the enum constant of this type with the specified name.static QFileDevice.FileHandleFlag[]
QFileDevice.FileHandleFlag.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.FileHandleFlagModifier and TypeMethodDescriptionQFileDevice.FileHandleFlag.combined
(QFileDevice.FileHandleFlag e) Combines this entry with other enum entry.QFileDevice.FileHandleFlags.combined
(QFileDevice.FileHandleFlag e) Combines this flags with enum entry.static QFileDevice.FileHandleFlags
QFileDevice.FileHandleFlag.flags
(QFileDevice.FileHandleFlag... values) Creates a newQFileDevice.FileHandleFlags
from the entries.final boolean
QFile.open
(int fd, QIODeviceBase.OpenMode ioFlags, QFileDevice.FileHandleFlag ... handleFlags) Overloaded function forQFile.open(int, io.qt.core.QIODeviceBase.OpenMode, io.qt.core.QFileDevice.FileHandleFlags)
.QFileDevice.FileHandleFlags.setFlag
(QFileDevice.FileHandleFlag e) Sets the flage
QFileDevice.FileHandleFlags.setFlag
(QFileDevice.FileHandleFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QFileDevice.FileHandleFlagModifierConstructorDescriptionCreates a new FileHandleFlags where the flags inargs
are set. -
Uses of QFileDevice.FileHandleFlag in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QFileDevice.FileHandleFlagModifier and TypeMethodDescriptionfinal boolean
QFSFileEngine.open
(QIODeviceBase.OpenMode flags, int fd, QFileDevice.FileHandleFlag ... handleFlags) Overloaded function forQFSFileEngine.open(io.qt.core.QIODeviceBase.OpenMode, int, io.qt.core.QFileDevice.FileHandleFlags)
.