Qt 6.7
Qt Core
C++ Classes
QPromise
Qt 6.7.2 Reference Documentation
List of All Members for QPromise
This is the complete list of members for
QPromise
, including inherited members.
QPromise
()
QPromise
(QPromise<T> &&)
~QPromise
()
addResult
(const T &, int) : bool
addResult
(T &&, int) : bool
addResults
(const QList<T> &) : bool
emplaceResult
(Args &&...) : bool
emplaceResultAt
(int, Args &&...) : bool
finish
()
future
() const : QFuture<T>
isCanceled
() const : bool
setException
(const QException &)
setException
(std::__exception_ptr::exception_ptr)
setProgressRange
(int, int)
setProgressValue
(int)
setProgressValueAndText
(int, const QString &)
start
()
suspendIfRequested
()
swap
(QPromise<T> &)
operator=
(QPromise<T> &&) : QPromise<T> &