![]() |
QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
|
#include <qtconcurrentstoredfunctioncall.h>


Public Member Functions | |
| StoredFunctorCall1 (FunctionPointer _function, const Arg1 &_arg1) | |
| void | runFunctor () override |
Public Member Functions inherited from QtConcurrent::RunFunctionTask< T > | |
| void | run () override |
Public Member Functions inherited from QtConcurrent::RunFunctionTaskBase< T > | |
| QFuture< T > | start () |
| QFuture< T > | start (QThreadPool *pool) |
| void | run () override |
Public Attributes | |
| FunctionPointer | function |
| Arg1 | arg1 |
Public Attributes inherited from QtConcurrent::RunFunctionTask< T > | |
| T | result |
|
inline |
|
inlineoverridevirtual |
Implements QtConcurrent::RunFunctionTaskBase< T >.
| Arg1 QtConcurrent::StoredFunctorCall1< T, FunctionPointer, Arg1 >::arg1 |
| FunctionPointer QtConcurrent::StoredFunctorCall1< T, FunctionPointer, Arg1 >::function |
1.8.13