|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QAbstractFileEngine.FileTime
public static final class QAbstractFileEngine.FileTime
These are used by the fileTime() function.
setFileName().
| Field Summary | |
|---|---|
static QAbstractFileEngine.FileTime |
AccessTime
When the file was most recently accessed (e.g. |
static QAbstractFileEngine.FileTime |
CreationTime
When the file was created. |
static QAbstractFileEngine.FileTime |
ModificationTime
When the file was most recently modified. |
| Method Summary | |
|---|---|
static QAbstractFileEngine.FileTime |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAbstractFileEngine.FileTime |
valueOf(java.lang.String name)
|
static QAbstractFileEngine.FileTime[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QAbstractFileEngine.FileTime CreationTime
public static final QAbstractFileEngine.FileTime ModificationTime
public static final QAbstractFileEngine.FileTime AccessTime
| Method Detail |
|---|
public static QAbstractFileEngine.FileTime[] values()
public static QAbstractFileEngine.FileTime valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QAbstractFileEngine.FileTime resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||