Qt 6.4
Qt Core
C++ Classes
QFutureWatcher
Qt 6.4.1 Reference Documentation
List of All Members for QFutureWatcher
This is the complete list of members for
QFutureWatcher
, including inherited members.
QFutureWatcher
(QObject *)
cancel
()
canceled
()
finished
()
progressRangeChanged
(int, int)
progressTextChanged
(const QString &)
progressValueChanged
(int)
resultReadyAt
(int)
resultsReadyAt
(int, int)
resume
()
resumed
()
setSuspended
(bool)
started
()
suspend
()
suspended
()
suspending
()
toggleSuspended
()
~QFutureWatcher
()
future
() const : QFuture<T>
isCanceled
() const : bool
isFinished
() const : bool
isRunning
() const : bool
isStarted
() const : bool
isSuspended
() const : bool
isSuspending
() const : bool
progressMaximum
() const : int
progressMinimum
() const : int
progressText
() const : QString
progressValue
() const : int
result
() const : T
resultAt
(int) const : T
setFuture
(const QFuture<T> &)
setPendingResultsLimit
(int)
waitForFinished
()