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

Public Member Functions |
|
| StoredFunctorCall1 (FunctionPointer _function, const Arg1 &_arg1) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer | function |
| Arg1 | arg1 |
| StoredFunctorCall1 | ( | FunctionPointer | _function, |
| const Arg1 & | _arg1 | ||
| ) | [inline] |
Definition at line 272 of file qtconcurrentstoredfunctioncall.h.
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 274 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 275 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 276 of file qtconcurrentstoredfunctioncall.h.