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

Public Member Functions |
|
| StoredFunctorPointerCall1 (FunctionPointer *_function, const Arg1 &_arg1) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer * | function |
| Arg1 | arg1 |
| StoredFunctorPointerCall1 | ( | FunctionPointer * | _function, |
| const Arg1 & | _arg1 | ||
| ) | [inline] |
Definition at line 299 of file qtconcurrentstoredfunctioncall.h.
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 301 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer* function |
Definition at line 302 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 303 of file qtconcurrentstoredfunctioncall.h.