Uses of Class
io.qt.core.internal.QAbstractFileEngine.FileFlag
Package | Description |
---|---|
io.qt.core.internal |
-
Uses of QAbstractFileEngine.FileFlag in io.qt.core.internal
Methods in io.qt.core.internal that return QAbstractFileEngine.FileFlag Modifier and Type Method Description QAbstractFileEngine.FileFlag[]
QAbstractFileEngine.FileFlags. flags()
Returns an array of flag objects represented by this FileFlags.static QAbstractFileEngine.FileFlag
QAbstractFileEngine.FileFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractFileEngine.FileFlag
QAbstractFileEngine.FileFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractFileEngine.FileFlag[]
QAbstractFileEngine.FileFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.core.internal with parameters of type QAbstractFileEngine.FileFlag Constructor Description FileFlags(QAbstractFileEngine.FileFlag... args)
Creates a new FileFlags where the flags inargs
are set.