|
|||||||||
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.QFile.FileError
public static final class QFile.FileError
This enum describes the errors that may be returned by the error()
function.
Field Summary | |
---|---|
static QFile.FileError |
AbortError
The operation was aborted. |
static QFile.FileError |
CopyError
The file could not be copied. |
static QFile.FileError |
FatalError
A fatal error occurred. |
static QFile.FileError |
NoError
No error occurred. |
static QFile.FileError |
OpenError
The file could not be opened. |
static QFile.FileError |
PermissionsError
The file could not be accessed. |
static QFile.FileError |
PositionError
The position in the file could not be changed. |
static QFile.FileError |
ReadError
An error occurred when reading from the file. |
static QFile.FileError |
RemoveError
The file could not be removed. |
static QFile.FileError |
RenameError
The file could not be renamed. |
static QFile.FileError |
ResizeError
The file could not be resized. |
static QFile.FileError |
ResourceError
|
static QFile.FileError |
TimeOutError
A timeout occurred. |
static QFile.FileError |
UnspecifiedError
An unspecified error occurred. |
static QFile.FileError |
WriteError
An error occurred when writing to the file. |
Method Summary | |
---|---|
static QFile.FileError |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFile.FileError |
valueOf(java.lang.String name)
|
static QFile.FileError[] |
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 QFile.FileError NoError
public static final QFile.FileError ReadError
public static final QFile.FileError WriteError
public static final QFile.FileError FatalError
public static final QFile.FileError ResourceError
public static final QFile.FileError OpenError
public static final QFile.FileError AbortError
public static final QFile.FileError TimeOutError
public static final QFile.FileError UnspecifiedError
public static final QFile.FileError RemoveError
public static final QFile.FileError RenameError
public static final QFile.FileError PositionError
public static final QFile.FileError ResizeError
public static final QFile.FileError PermissionsError
public static final QFile.FileError CopyError
Method Detail |
---|
public static QFile.FileError[] values()
public static QFile.FileError valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFile.FileError resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |