|
|||||||||
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.QProcess.ProcessError
public static final class QProcess.ProcessError
This enum describes the different types of errors that are reported by QProcess
.
error()
.
Field Summary | |
---|---|
static QProcess.ProcessError |
Crashed
The process crashed some time after starting successfully. |
static QProcess.ProcessError |
FailedToStart
The process failed to start. |
static QProcess.ProcessError |
ReadError
An error occurred when attempting to read from the process. |
static QProcess.ProcessError |
Timedout
The last waitFor. |
static QProcess.ProcessError |
UnknownError
An unknown error occurred. |
static QProcess.ProcessError |
WriteError
An error occurred when attempting to write to the process. |
Method Summary | |
---|---|
static QProcess.ProcessError |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QProcess.ProcessError |
valueOf(java.lang.String name)
|
static QProcess.ProcessError[] |
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 QProcess.ProcessError FailedToStart
public static final QProcess.ProcessError Crashed
public static final QProcess.ProcessError Timedout
QProcess
is unchanged, and you can try calling waitFor...() again.
public static final QProcess.ProcessError ReadError
public static final QProcess.ProcessError WriteError
public static final QProcess.ProcessError UnknownError
error()
.
Method Detail |
---|
public static QProcess.ProcessError[] values()
public static QProcess.ProcessError valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QProcess.ProcessError resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |