Uses of Enum
io.qt.core.QProcess.ProcessState
Packages that use QProcess.ProcessState
-
Uses of QProcess.ProcessState in io.qt.core
Fields in io.qt.core with type parameters of type QProcess.ProcessStateMethods in io.qt.core that return QProcess.ProcessStateModifier and TypeMethodDescriptionstatic QProcess.ProcessState
QProcess.ProcessState.resolve
(int value) Returns the corresponding enum entry for the given value.final QProcess.ProcessState
QProcess.state()
static QProcess.ProcessState
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.ProcessStateModifier and TypeMethodDescriptionprotected final void
QProcess.setProcessState
(QProcess.ProcessState state)