StoredConstMemberFunctionCall2< T, Class, Param1, Arg1, Param2, Arg2 > Class Template Reference
#include <qtconcurrentstoredfunctioncall.h>
template<typename T, typename Class, typename Param1, typename Arg1, typename Param2, typename Arg2>
class QtConcurrent::StoredConstMemberFunctionCall2< T, Class, Param1, Arg1, Param2, Arg2 >
Definition at line 552 of file qtconcurrentstoredfunctioncall.h.
|
| | StoredConstMemberFunctionCall2 (T(Class::*_fn)(Param1, Param2) const, const Class &_object, const Arg1 &_arg1, const Arg2 &_arg2) |
| |
| void | runFunctor () |
| |
| void | run () |
| |
| QFuture< T > | start () |
| |
| | QFutureInterface (State initialState=NoState) |
| |
| | QFutureInterface (const QFutureInterface &other) |
| |
| | ~QFutureInterface () |
| |
| QFutureInterface & | operator= (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 () |
| |
| | 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 () |
| |
| QMutex * | mutex () const |
| |
| QtConcurrent::internal::ExceptionStore & | exceptionStore () |
| |
| QtConcurrent::ResultStoreBase & | resultStoreBase () |
| |
| const QtConcurrent::ResultStoreBase & | resultStoreBase () const |
| |
| bool | operator== (const QFutureInterfaceBase &other) const |
| |
| bool | operator!= (const QFutureInterfaceBase &other) const |
| |
| QFutureInterfaceBase & | operator= (const QFutureInterfaceBase &other) |
| |
| | QRunnable () |
| |
| virtual | ~QRunnable () |
| |
| bool | autoDelete () const |
| |
| void | setAutoDelete (bool _autoDelete) |
| |
The documentation for this class was generated from the following file: