Qt 5.12
Qt Core
C++ Classes
QFutureWatcher
Qt 5.12.3 Reference Documentation
List of All Members for QFutureWatcher
This is the complete list of members for
QFutureWatcher
, including inherited members.
QFutureWatcher
(int *)
~QFutureWatcher
()
: int
canceled
()
finished
()
future
() const : QFuture<T>
isCanceled
() const : bool
isFinished
() const : bool
isPaused
() const : bool
isRunning
() const : bool
isStarted
() const : bool
pause
()
paused
()
progressMaximum
() const : int
progressMinimum
() const : int
progressRangeChanged
(int , int )
progressText
() const : QString
progressTextChanged
(const QString &)
progressValue
() const : int
progressValueChanged
(int )
result
() const : T
resultAt
(int ) const : T
resultReadyAt
(int )
resultsReadyAt
(int , int )
resume
()
resumed
()
setFuture
(const QFuture<T> &)
setPaused
(bool )
setPendingResultsLimit
(int )
togglePaused
()
waitForFinished
()