Definition at line 900 of file qtconcurrentstoredfunctioncall.h.
#include <qtconcurrentstoredfunctioncall.h>

Public Member Functions |
|
| StoredFunctorCall4 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3, const Arg4 &_arg4) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
| Arg4 | arg4 |
| StoredFunctorCall4 | ( | FunctionPointer | _function, |
| const Arg1 & | _arg1, | ||
| const Arg2 & | _arg2, | ||
| const Arg3 & | _arg3, | ||
| const Arg4 & | _arg4 | ||
| ) | [inline] |
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 904 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 905 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 906 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 906 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 906 of file qtconcurrentstoredfunctioncall.h.
| Arg4 arg4 |
Definition at line 906 of file qtconcurrentstoredfunctioncall.h.