Definition at line 64 of file qfutureinterface.h.
#include <qfutureinterface.h>

| enum State |
Definition at line 67 of file qfutureinterface.h.
| QFutureInterfaceBase | ( | State | initialState =
NoState |
) |
| QFutureInterfaceBase | ( | const QFutureInterfaceBase & | other | ) |
| virtual ~QFutureInterfaceBase | ( | ) | [virtual] |
| 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 [inline] |
Definition at line 129 of file qfutureinterface.h.
{ return d == other.d; }
| bool operator!= | ( | const QFutureInterfaceBase & | other | ) | const [inline] |
Definition at line 130 of file qfutureinterface.h.
{ return d != other.d; }
| QFutureInterfaceBase& operator= | ( | const QFutureInterfaceBase & | other | ) |
| bool referenceCountIsOne | ( | ) | const [protected] |
friend class QFutureWatcherBase
[friend] |
Definition at line 143 of file qfutureinterface.h.
friend class QFutureWatcherBasePrivate
[friend] |
Definition at line 144 of file qfutureinterface.h.