|
|||||||||
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.ProcessChannel
public static final class QProcess.ProcessChannel
Field Summary | |
---|---|
static QProcess.ProcessChannel |
StandardError
The standard error (stderr) of the running process. |
static QProcess.ProcessChannel |
StandardOutput
The standard output (stdout) of the running process. |
Method Summary | |
---|---|
static QProcess.ProcessChannel |
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.ProcessChannel |
valueOf(java.lang.String name)
|
static QProcess.ProcessChannel[] |
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.ProcessChannel StandardOutput
public static final QProcess.ProcessChannel StandardError
Method Detail |
---|
public static QProcess.ProcessChannel[] values()
public static QProcess.ProcessChannel valueOf(java.lang.String name)
public int value()
QtEnumerator
value
in interface QtEnumerator
public static QProcess.ProcessChannel resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |