![]() |
QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
|
#include <qtconcurrentstoredfunctioncall.h>
Public Member Functions | |
StoredFunctorPointerCall1 (FunctionPointer *_function, const Arg1 &_arg1) | |
void | runFunctor () override |
![]() | |
void | run () override |
![]() | |
QFuture< T > | start () |
QFuture< T > | start (QThreadPool *pool) |
void | run () override |
Public Attributes | |
FunctionPointer * | function |
Arg1 | arg1 |
![]() | |
T | result |
|
inline |
|
inlineoverridevirtual |
Implements QtConcurrent::RunFunctionTaskBase< T >.
Arg1 QtConcurrent::StoredFunctorPointerCall1< T, FunctionPointer, Arg1 >::arg1 |
FunctionPointer* QtConcurrent::StoredFunctorPointerCall1< T, FunctionPointer, Arg1 >::function |