Extending Qt Creator Manual
TaskTree
QThreadFunction
Extending Qt Creator Manual 19.0.0-beta2
List of All Members for QThreadFunction
This is the complete list of members for
QThreadFunction
, including inherited members.
QThreadFunction
(QObject *)
~QThreadFunction
()
done
(QtTaskTree::DoneResult)
future
() const : QFuture<ResultType>
isAutoDelayedSync
() const : bool
isDone
() const : bool
isResultAvailable
() const : bool
progressRangeChanged
(int, int)
progressTextChanged
(const QString &)
progressValueChanged
(int)
result
() const : ResultType
resultAt
(int) const : ResultType
resultReadyAt
(int)
results
() const : QList<ResultType>
resultsReadyAt
(int, int)
setAutoDelayedSync
(bool)
setThreadFunctionData
(Function &&, Args &&...)
setThreadPool
(QThreadPool *)
start
()
started
()
takeResult
() const : ResultType
threadPool
() const : QThreadPool *