Uses of Enum
io.qt.core.QFileDevice.FileHandleFlag
-
Uses of QFileDevice.FileHandleFlag in io.qt.core
Modifier 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.Modifier and TypeMethodDescriptionQFileDevice.FileHandleFlag.cleared
(QFileDevice.FileHandleFlag e) Excludes other enum entry from a flag of this entry.QFileDevice.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, QIODevice.OpenMode ioFlags, QFileDevice.FileHandleFlag ... handleFlags) Overloaded function forQFile.open(int, io.qt.core.QIODevice.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
ModifierConstructorDescriptionFileHandleFlags
(QFileDevice.FileHandleFlag ... args) Creates a new FileHandleFlags where the flags inargs
are set. -
Uses of QFileDevice.FileHandleFlag in io.qt.core.internal
Modifier and TypeMethodDescriptionfinal boolean
QFSFileEngine.open
(QIODevice.OpenMode flags, int fd, QFileDevice.FileHandleFlag ... handleFlags) Overloaded function forQFSFileEngine.open(io.qt.core.QIODevice.OpenMode, int, io.qt.core.QFileDevice.FileHandleFlags)
.