![]() |
Qt 6.x
The Qt SDK
|
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() const | QPromise< T > | inline |
| isCanceled() const | QPromise< T > | inline |
| QPromise()=default | QPromise< T > | |
| QPromise(QPromise< T > &&other)=default | QPromise< T > | |
| QPromise(const QFutureInterface< T > &other) | QPromise< T > | inline |
| QPromise(QFutureInterface< T > &&other) noexcept | QPromise< 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) noexcept | QPromise< T > | inline |
| ~QPromise() | QPromise< T > | inline |