QFutureVoid Class Reference
Constructor
- void QFutureVoid()
- void QFutureVoid(QFuture other)
Constructor Properties
- prototype: The QFutureVoid prototype object
Prototype Object Properties
- void cancel()
- bool isCanceled()
- bool isFinished()
- bool isPaused()
- bool isRunning()
- bool isStarted()
- bool operator_equal(QFuture other)
- void pause()
- int progressMaximum()
- int progressMinimum()
- String progressText()
- int progressValue()
- void resume()
- void setPaused(bool paused)
- void togglePaused()
- void waitForFinished()
Instance Properties
QFutureVoid objects have no special properties beyond those inherited from the QFutureVoid prototype object.