#include <qtconcurrentstoredfunctioncall.h>
Definition at line 882 of file qtconcurrentstoredfunctioncall.h.
Inheritance diagram for StoredFunctorCall4< void, FunctionPointer, Arg1, Arg2, Arg3, Arg4 >:Public Attributes | |
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
| Arg4 | arg4 |
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< void > | |
| static QFutureInterface< void > | canceledResult () |
Protected Member Functions inherited from QFutureInterfaceBase | |
| bool | referenceCountIsOne () const |
|
inline |
Definition at line 884 of file qtconcurrentstoredfunctioncall.h.
|
inlinevirtual |
Implements RunFunctionTaskBase< void >.
Definition at line 886 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 887 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 888 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 888 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 888 of file qtconcurrentstoredfunctioncall.h.
| Arg4 arg4 |
Definition at line 888 of file qtconcurrentstoredfunctioncall.h.