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

Public Member Functions |
|
| VoidStoredFunctorPointerCall1 (FunctionPointer *_function, const Arg1 &_arg1) | |
| void | runFunctor () |
Public Attributes |
|
| FunctionPointer * | function |
| Arg1 | arg1 |
| VoidStoredFunctorPointerCall1 | ( | FunctionPointer * | _function, |
| const Arg1 & | _arg1 | ||
| ) | [inline] |
Definition at line 309 of file qtconcurrentstoredfunctioncall.h.
| void runFunctor | ( | ) | [inline, virtual] |
Implements RunFunctionTaskBase< T >.
Definition at line 311 of file qtconcurrentstoredfunctioncall.h.
{(*function)(arg1); }
| FunctionPointer* function |
Definition at line 312 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 313 of file qtconcurrentstoredfunctioncall.h.