QFutureInterfaceBase
#include <QtCore/QFutureInterfaceBase>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QFutureInterfaceBase
Overview
Inheritance
QFutureInterfaceBase | |||||
QFutureInterface | |||||
QFutureInterface< void > | |||||
QtConcurrent::RunFunctionTaskBase |
Public Types Index
Public Functions Index
QFutureInterfaceBase (State initialState=NoState) | |
QFutureInterfaceBase (const QFutureInterfaceBase &other) | |
virtual | ~QFutureInterfaceBase () |
void | cancel () |
QtConcurrent::internal::ExceptionStore & | exceptionStore () |
int | expectedResultCount () |
bool | isCanceled () const |
bool | isFinished () const |
bool | isPaused () const |
bool | isProgressUpdateNeeded () const |
bool | isResultReadyAt (int index) const |
bool | isRunning () const |
bool | isStarted () const |
bool | isThrottled () const |
QMutex * | mutex () const |
bool | operator!= (const QFutureInterfaceBase &other) const |
QFutureInterfaceBase & | operator= (const QFutureInterfaceBase &other) |
bool | operator== (const QFutureInterfaceBase &other) const |
int | progressMaximum () const |
int | progressMinimum () const |
QString | progressText () const |
int | progressValue () const |
bool | queryState (State state) const |
void | reportCanceled () |
void | reportException (const QtConcurrent::Exception &e) |
void | reportFinished () |
void | reportResultsReady (int beginIndex, int endIndex) |
void | reportStarted () |
int | resultCount () const |
QtConcurrent::ResultStoreBase & | resultStoreBase () |
const QtConcurrent::ResultStoreBase & | resultStoreBase () const |
void | setExpectedResultCount (int resultCount) |
void | setFilterMode (bool enable) |
void | setPaused (bool paused) |
void | setProgressRange (int minimum, int maximum) |
void | setProgressValue (int progressValue) |
void | setProgressValueAndText (int progressValue, const QString &progressText) |
void | setRunnable (QRunnable *runnable) |
void | setThrottled (bool enable) |
void | togglePaused () |
void | waitForFinished () |
bool | waitForNextResult () |
void | waitForResult (int resultIndex) |
void | waitForResume () |
Protected Functions Index
bool | referenceCountIsOne () const |
Public Types
- NoState 0x00
- Running 0x01
- Started 0x02
- Finished 0x04
- Canceled 0x08
- Paused 0x10
- Throttled 0x20
Public Functions
virtual
Destructor.
void
QtConcurrent::internal::ExceptionStore &
int
bool
bool
bool
bool
bool
bool
bool
bool
QMutex *
bool
bool
int
int
int
bool
void
void
void
void
void
int
const QtConcurrent::ResultStoreBase &
void
void
void
void
void
void
void
void
void
void
bool
void
void
Protected Functions
bool
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy