Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPromise< T > Member List

This is the complete list of members for QPromise< T >, including all inherited members.

addResult(U &&result, int index=-1)QPromise< T >inline
addResults(const QList< T > &result)QPromise< T >inline
emplaceResult(Args &&...args)QPromise< T >inline
emplaceResultAt(int index, Args &&...args)QPromise< T >inline
finish()QPromise< T >inline
future() constQPromise< T >inline
isCanceled() constQPromise< T >inline
QPromise()=defaultQPromise< T >
QPromise(QPromise< T > &&other)=defaultQPromise< T >
QPromise(const QFutureInterface< T > &other)QPromise< T >inline
QPromise(QFutureInterface< T > &&other) noexceptQPromise< T >inline
setException(const QException &e)QPromise< T >inline
setException(const std::exception_ptr &e)QPromise< T >inline
setProgressRange(int minimum, int maximum)QPromise< T >inline
setProgressValue(int progressValue)QPromise< T >inline
setProgressValueAndText(int progressValue, const QString &progressText)QPromise< T >inline
start()QPromise< T >inline
suspendIfRequested()QPromise< T >inline
swap(QPromise< T > &other) noexceptQPromise< T >inline
~QPromise()QPromise< T >inline