#include <qtconcurrentstoredfunctioncall.h>
Definition at line 902 of file qtconcurrentstoredfunctioncall.h.
Inheritance diagram for VoidStoredFunctorPointerCall4< T, FunctionPointer, Arg1, Arg2, Arg3, Arg4 >:Public Attributes | |
| FunctionPointer * | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
| Arg4 | arg4 |
Public Attributes inherited from RunFunctionTask< T > | |
| T | result |
Additional Inherited Members | |
Public Types inherited from QFutureInterfaceBase | |
| enum | State { NoState = 0x00, Running = 0x01, Started = 0x02, Finished = 0x04, Canceled = 0x08, Paused = 0x10, Throttled = 0x20 } |
Static Public Member Functions inherited from QFutureInterface< T > | |
| static QFutureInterface | canceledResult () |
Protected Member Functions inherited from QFutureInterfaceBase | |
| bool | referenceCountIsOne () const |
|
inline |
Definition at line 904 of file qtconcurrentstoredfunctioncall.h.
|
inlinevirtual |
Implements RunFunctionTaskBase< T >.
Definition at line 906 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer* function |
Definition at line 907 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 908 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 908 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 908 of file qtconcurrentstoredfunctioncall.h.
| Arg4 arg4 |
Definition at line 908 of file qtconcurrentstoredfunctioncall.h.