Uses of Class
io.qt.core.QFileDevice.FileHandleFlag
Package | Description |
---|---|
io.qt.core | |
io.qt.core.internal |
-
Uses of QFileDevice.FileHandleFlag in io.qt.core
Methods in io.qt.core that return QFileDevice.FileHandleFlag Modifier and Type Method Description 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
QFileDevice.FileHandleFlag. valueOf(String name)
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.FileHandleFlag Modifier and Type Method Description QFileDevice.FileHandleFlags
QFileDevice.FileHandleFlag. combined(QFileDevice.FileHandleFlag e)
Combines this entry with other enum entry.QFileDevice.FileHandleFlags
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.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
QFileDevice.FileHandleFlags. setFlag(QFileDevice.FileHandleFlag e)
Sets the flage
QFileDevice.FileHandleFlags
QFileDevice.FileHandleFlags. setFlag(QFileDevice.FileHandleFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QFileDevice.FileHandleFlag Constructor Description FileHandleFlags(QFileDevice.FileHandleFlag... args)
Creates 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.FileHandleFlag Modifier and Type Method Description boolean
QFSFileEngine. open(QIODevice.OpenMode flags, int fd, QFileDevice.FileHandleFlag... handleFlags)
Deprecated.Overloaded function forQFSFileEngine.open(io.qt.core.QIODevice.OpenMode, int, io.qt.core.QFileDevice.FileHandleFlags)
.