QFutureInterfaceBase Class Reference
#include <qfutureinterface.h>
Definition at line 64 of file qfutureinterface.h.
Enumerator |
---|
NoState |
|
Running |
|
Started |
|
Finished |
|
Canceled |
|
Paused |
|
Throttled |
|
Definition at line 67 of file qfutureinterface.h.
void reportResultsReady |
( |
int |
beginIndex, |
|
|
int |
endIndex |
|
) |
| |
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 |
|
) |
| |
void setExpectedResultCount |
( |
int |
resultCount | ) |
|
int expectedResultCount |
( |
| ) |
|
int resultCount |
( |
| ) |
const |
bool queryState |
( |
State |
state | ) |
const |
bool isCanceled |
( |
| ) |
const |
bool isFinished |
( |
| ) |
const |
bool isThrottled |
( |
| ) |
const |
bool isResultReadyAt |
( |
int |
index | ) |
const |
void setPaused |
( |
bool |
paused | ) |
|
void setThrottled |
( |
bool |
enable | ) |
|
bool waitForNextResult |
( |
| ) |
|
void waitForResult |
( |
int |
resultIndex | ) |
|
bool referenceCountIsOne |
( |
| ) |
const |
|
protected |
friend class QFutureWatcherBasePrivate |
|
friend |
The documentation for this class was generated from the following file: