#include <qtconcurrentstoredfunctioncall.h>
Definition at line 1075 of file qtconcurrentstoredfunctioncall.h.
Inheritance diagram for StoredFunctorCall5< T, FunctionPointer, Arg1, Arg2, Arg3, Arg4, Arg5 >:Public Attributes | |
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
| Arg4 | arg4 |
| Arg5 | arg5 |
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 1077 of file qtconcurrentstoredfunctioncall.h.
|
inlinevirtual |
Implements RunFunctionTaskBase< T >.
Definition at line 1079 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 1080 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 1081 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 1081 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 1081 of file qtconcurrentstoredfunctioncall.h.
| Arg4 arg4 |
Definition at line 1081 of file qtconcurrentstoredfunctioncall.h.
| Arg5 arg5 |
Definition at line 1081 of file qtconcurrentstoredfunctioncall.h.