StoredFunctorCall4< T, FunctionPointer, Arg1, Arg2, Arg3, Arg4 > Struct Template Reference

StoredFunctorCall4< T, FunctionPointer, Arg1, Arg2, Arg3, Arg4 > Struct Template Reference

#include <qtconcurrentstoredfunctioncall.h>

Class Description

template<typename T, typename FunctionPointer, typename Arg1, typename Arg2, typename Arg3, typename Arg4>
struct QtConcurrent::StoredFunctorCall4< T, FunctionPointer, Arg1, Arg2, Arg3, Arg4 >

Definition at line 872 of file qtconcurrentstoredfunctioncall.h.

+ Inheritance diagram for StoredFunctorCall4< T, FunctionPointer, Arg1, Arg2, Arg3, Arg4 >:

Public Member Functions

 StoredFunctorCall4 (FunctionPointer _function, const Arg1 &_arg1, const Arg2 &_arg2, const Arg3 &_arg3, const Arg4 &_arg4)
 
void runFunctor ()
 
- Public Member Functions inherited from RunFunctionTask< T >
void run ()
 
- Public Member Functions inherited from RunFunctionTaskBase< T >
QFuture< T > start ()
 
- Public Member Functions inherited from QFutureInterface< T >
 QFutureInterface (State initialState=NoState)
 
 QFutureInterface (const QFutureInterface &other)
 
 ~QFutureInterface ()
 
QFutureInterfaceoperator= (const QFutureInterface &other)
 
QFuture< T > future ()
 
void reportResult (const T *result, int index=-1)
 
void reportResult (const T &result, int index=-1)
 
void reportResults (const QVector< T > &results, int beginIndex=-1, int count=-1)
 
void reportFinished (const T *result=0)
 
const T & resultReference (int index) const
 
const T * resultPointer (int index) const
 
QList< T > results ()
 
- Public Member Functions inherited from QFutureInterfaceBase
 QFutureInterfaceBase (State initialState=NoState)
 
 QFutureInterfaceBase (const QFutureInterfaceBase &other)
 
virtual ~QFutureInterfaceBase ()
 
void reportStarted ()
 
void reportFinished ()
 
void reportCanceled ()
 
void reportException (const QtConcurrent::Exception &e)
 
void reportResultsReady (int beginIndex, int endIndex)
 
void setRunnable (QRunnable *runnable)
 
void setFilterMode (bool enable)
 
void setProgressRange (int minimum, int maximum)
 
int progressMinimum () const
 
int progressMaximum () const
 
bool isProgressUpdateNeeded () const
 
void setProgressValue (int progressValue)
 
int progressValue () const
 
void setProgressValueAndText (int progressValue, const QString &progressText)
 
QString progressText () const
 
void setExpectedResultCount (int resultCount)
 
int expectedResultCount ()
 
int resultCount () const
 
bool queryState (State state) const
 
bool isRunning () const
 
bool isStarted () const
 
bool isCanceled () const
 
bool isFinished () const
 
bool isPaused () const
 
bool isThrottled () const
 
bool isResultReadyAt (int index) const
 
void cancel ()
 
void setPaused (bool paused)
 
void togglePaused ()
 
void setThrottled (bool enable)
 
void waitForFinished ()
 
bool waitForNextResult ()
 
void waitForResult (int resultIndex)
 
void waitForResume ()
 
QMutexmutex () const
 
QtConcurrent::internal::ExceptionStoreexceptionStore ()
 
QtConcurrent::ResultStoreBaseresultStoreBase ()
 
const QtConcurrent::ResultStoreBaseresultStoreBase () const
 
bool operator== (const QFutureInterfaceBase &other) const
 
bool operator!= (const QFutureInterfaceBase &other) const
 
QFutureInterfaceBaseoperator= (const QFutureInterfaceBase &other)
 
- Public Member Functions inherited from QRunnable
 QRunnable ()
 
virtual ~QRunnable ()
 
bool autoDelete () const
 
void setAutoDelete (bool _autoDelete)
 

Public Attributes

FunctionPointer function
 
Arg1 arg1
 
Arg2 arg2
 
Arg3 arg3
 
Arg4 arg4
 
- Public Attributes inherited from RunFunctionTask< 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
 

Constructor & Destructor Documentation

StoredFunctorCall4 ( FunctionPointer  _function,
const Arg1 &  _arg1,
const Arg2 &  _arg2,
const Arg3 &  _arg3,
const Arg4 &  _arg4 
)
inline

Member Function Documentation

Member Data Documentation

FunctionPointer function

Definition at line 877 of file qtconcurrentstoredfunctioncall.h.

Arg1 arg1

Definition at line 878 of file qtconcurrentstoredfunctioncall.h.

Arg2 arg2

Definition at line 878 of file qtconcurrentstoredfunctioncall.h.

Arg3 arg3

Definition at line 878 of file qtconcurrentstoredfunctioncall.h.

Arg4 arg4

Definition at line 878 of file qtconcurrentstoredfunctioncall.h.


The documentation for this struct was generated from the following file: