Uses of Enum
io.qt.core.internal.QAbstractFileEngine.FileTime
Packages that use QAbstractFileEngine.FileTime
-
Uses of QAbstractFileEngine.FileTime in io.qt.core.internal
Methods in io.qt.core.internal that return QAbstractFileEngine.FileTimeModifier and TypeMethodDescriptionstatic QAbstractFileEngine.FileTimeQAbstractFileEngine.FileTime.resolve(int value) Returns the corresponding enum entry for the given value.static QAbstractFileEngine.FileTimeReturns the enum constant of this type with the specified name.static QAbstractFileEngine.FileTime[]QAbstractFileEngine.FileTime.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core.internal with parameters of type QAbstractFileEngine.FileTimeModifier and TypeMethodDescriptionQAbstractFileEngine.fileTime(QAbstractFileEngine.FileTime time) QFSFileEngine.fileTime(QAbstractFileEngine.FileTime time) booleanQAbstractFileEngine.setFileTime(QDateTime newDate, QAbstractFileEngine.FileTime time) booleanQFSFileEngine.setFileTime(QDateTime newDate, QAbstractFileEngine.FileTime time)