libQuotient
A Qt library for building matrix clients
|
This is the complete list of members for Quotient::JobHandle< JobT >, including all inherited members.
abandon() | Quotient::JobHandle< JobT > | inline |
future_type typedef | Quotient::JobHandle< JobT > | |
future_value_type typedef | Quotient::JobHandle< JobT > | |
JobHandle(JobT *job=nullptr) | Quotient::JobHandle< JobT > | inline |
onCanceled(QObject *context, FnT &&fn) | Quotient::JobHandle< JobT > | inline |
onCanceled(FnT &&fn) | Quotient::JobHandle< JobT > | inline |
onFailure(auto config, FnT &&fn) | Quotient::JobHandle< JobT > | inline |
onFailure(FnT &&fn) | Quotient::JobHandle< JobT > | inline |
onResult(ConfigT config, FnT &&fn) | Quotient::JobHandle< JobT > | inline |
onResult(FnT &&fn) | Quotient::JobHandle< JobT > | inline |
pointer_type typedef | Quotient::JobHandle< JobT > | |
responseFuture() | Quotient::JobHandle< JobT > | inline |
then(ConfigT config, SuccessFnT &&onSuccess, FailureFnT &&onFailure={}) requires requires(future_type f) | Quotient::JobHandle< JobT > | inline |
then(SuccessFnT &&onSuccess, FailureFnT &&onFailure={}) | Quotient::JobHandle< JobT > | inline |