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

Public Member Functions |
|
| VoidStoredFunctorPointerCall2 (FunctionPointer *_function, const Arg1 &_arg1, const Arg2 &_arg2) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer * | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| VoidStoredFunctorPointerCall2 | ( | FunctionPointer * | _function, |
| const Arg1 & | _arg1, | ||
| const Arg2 & | _arg2 | ||
| ) | [inline] |
Definition at line 519 of file qtconcurrentstoredfunctioncall.h.
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 521 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer* function |
Definition at line 522 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 523 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 523 of file qtconcurrentstoredfunctioncall.h.