Uses of Class
io.qt.core.QProcess.ProcessChannel
Package | Description |
---|---|
io.qt.core |
-
Uses of QProcess.ProcessChannel in io.qt.core
Methods in io.qt.core that return QProcess.ProcessChannel Modifier and Type Method Description QProcess.ProcessChannel
QProcess. readChannel()
static QProcess.ProcessChannel
QProcess.ProcessChannel. resolve(int value)
Returns the corresponding enum entry for the given value.static QProcess.ProcessChannel
QProcess.ProcessChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static QProcess.ProcessChannel[]
QProcess.ProcessChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QProcess.ProcessChannel Modifier and Type Method Description void
QProcess. closeReadChannel(QProcess.ProcessChannel channel)
void
QProcess. setReadChannel(QProcess.ProcessChannel channel)