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