Uses of Class
io.qt.core.QProcess.ProcessState
Package | Description |
---|---|
io.qt.core |
-
Uses of QProcess.ProcessState in io.qt.core
Fields in io.qt.core with type parameters of type QProcess.ProcessState Modifier and Type Field Description QObject.PrivateSignal1<QProcess.ProcessState>
QProcess. stateChanged
Methods in io.qt.core that return QProcess.ProcessState Modifier and Type Method Description static QProcess.ProcessState
QProcess.ProcessState. resolve(int value)
Returns the corresponding enum entry for the given value.QProcess.ProcessState
QProcess. state()
static QProcess.ProcessState
QProcess.ProcessState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QProcess.ProcessState[]
QProcess.ProcessState. 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.ProcessState Modifier and Type Method Description protected void
QProcess. setProcessState(QProcess.ProcessState state)