Uses of Class
io.qt.core.QFileDevice.FileHandleFlags
Packages that use QFileDevice.FileHandleFlags
-
Uses of QFileDevice.FileHandleFlags in io.qt.core
Methods in io.qt.core that return QFileDevice.FileHandleFlagsModifier and TypeMethodDescriptionQFileDevice.FileHandleFlag.asFlags()
Create a QFlags of the enum entry.QFileDevice.FileHandleFlag.cleared
(QFileDevice.FileHandleFlag e) Excludes other enum entry from a flag of this entry.QFileDevice.FileHandleFlags.clone()
Clones the flagsQFileDevice.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.QFileDevice.FileHandleFlags.setFlag
(QFileDevice.FileHandleFlag e) Sets the flage
QFileDevice.FileHandleFlags.setFlag
(QFileDevice.FileHandleFlag e, boolean on) Sets or clears the flagflag
Methods in io.qt.core with parameters of type QFileDevice.FileHandleFlagsModifier and TypeMethodDescriptionfinal int
QFileDevice.FileHandleFlags.compareTo
(QFileDevice.FileHandleFlags other) final boolean
QFile.open
(int fd, QIODevice.OpenMode ioFlags, QFileDevice.FileHandleFlags handleFlags) -
Uses of QFileDevice.FileHandleFlags in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QFileDevice.FileHandleFlagsModifier and TypeMethodDescriptionfinal boolean
QFSFileEngine.open
(QIODevice.OpenMode flags, int fd, QFileDevice.FileHandleFlags handleFlags) SeeQFSFileEngine::
open(QIODevice::OpenMode, int, QFile::FileHandleFlags)