![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnapi_p.h>
| QNapi::PromiseWithContext< Context >::PromiseWithContext | ( | const Promise & | promise, |
| std::shared_ptr< Context > | context ) |
| PromiseWithContext< Context > QNapi::PromiseWithContext< Context >::onCatchWithContext | ( | ExtendedCallbackFuncWrapper< Context & > && | onRejectedFunc | ) |
Definition at line 1019 of file qnapi_p.h.
References QNapi::Promise::onCatch().
| PromiseWithContext< Context > QNapi::PromiseWithContext< Context >::onFinallyWithContext | ( | ExtendedCallbackFuncWrapper< Context & > && | onFinallyFunc | ) |
Definition at line 1031 of file qnapi_p.h.
References QNapi::Promise::onFinally().
| PromiseWithContext< Context > QNapi::PromiseWithContext< Context >::onThenWithContext | ( | ExtendedCallbackFuncWrapper< Context & > && | onFulfilledFunc | ) |
| PromiseWithContext< Context > QNapi::PromiseWithContext< Context >::onThenWithContext | ( | ExtendedCallbackFuncWrapper< Context & > && | onFulfilledFunc, |
| CallbackFuncWrapper && | onRejectedFunc ) |