#include <qtconcurrentstoredfunctioncall.h>
Definition at line 679 of file qtconcurrentstoredfunctioncall.h.
Inheritance diagram for StoredFunctorCall3< void, FunctionPointer, Arg1, Arg2, Arg3 >:Public Attributes | |
| FunctionPointer | function |
| Arg1 | arg1 |
| Arg2 | arg2 |
| Arg3 | arg3 |
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 681 of file qtconcurrentstoredfunctioncall.h.
|
inlinevirtual |
Implements RunFunctionTaskBase< void >.
Definition at line 683 of file qtconcurrentstoredfunctioncall.h.
| FunctionPointer function |
Definition at line 684 of file qtconcurrentstoredfunctioncall.h.
| Arg1 arg1 |
Definition at line 685 of file qtconcurrentstoredfunctioncall.h.
| Arg2 arg2 |
Definition at line 685 of file qtconcurrentstoredfunctioncall.h.
| Arg3 arg3 |
Definition at line 685 of file qtconcurrentstoredfunctioncall.h.