![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtconcurrentstoredfunctioncall.h>
Public Member Functions | |
| StoredFunctionCall (DecayedTuple< Function, Args... > &&_data) | |
| Public Member Functions inherited from QtConcurrent::RunFunctionTaskBase< InvokeResultType< Function, Args... > > | |
| QFuture< InvokeResultType< Function, Args... > > | start () |
| void | run () override |
| Implement this pure virtual function in your subclass. | |
| Public Member Functions inherited from QRunnable | |
| constexpr | QRunnable () noexcept=default |
| Constructs a QRunnable. | |
| virtual | ~QRunnable () |
| QRunnable virtual destructor. | |
| bool | autoDelete () const |
Returns true is auto-deletion is enabled; false otherwise. | |
| void | setAutoDelete (bool autoDelete) |
| Enables auto-deletion if autoDelete is true; otherwise auto-deletion is disabled. | |
Protected Member Functions | |
| void | runFunctor () override |
Additional Inherited Members | |
| Public Types inherited from QRunnable | |
| template<typename Callable> | |
| using | if_callable = std::enable_if_t<std::is_invocable_r_v<void, Callable>, bool> |
| Static Public Member Functions inherited from QRunnable | |
| template<typename Callable, if_callable< Callable > = true> | |
| static QRunnable * | create (Callable &&functionToRun) |
| static QRunnable * | create (std::nullptr_t)=delete |
| Protected Attributes inherited from QtConcurrent::RunFunctionTaskBase< InvokeResultType< Function, Args... > > | |
| QFutureInterface< InvokeResultType< Function, Args... > > | promise |
Definition at line 106 of file qtconcurrentstoredfunctioncall.h.
|
inline |
Definition at line 108 of file qtconcurrentstoredfunctioncall.h.
References runFunctor().
|
inlineoverrideprotectedvirtual |
Implements QtConcurrent::RunFunctionTaskBase< InvokeResultType< Function, Args... > >.
Definition at line 113 of file qtconcurrentstoredfunctioncall.h.
References runFunctor().
Referenced by StoredFunctionCall(), and runFunctor().