java.lang.Object
io.qt.core.QFuture<T>
Represents the result of an asynchronous computation
Java wrapper for Qt class QFuture
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
cancel()
clone()
boolean
int
hashCode()
final boolean
final boolean
final boolean
isPaused()
final boolean
isResultReadyAt
(int resultIndex) final boolean
final boolean
iterator()
final void
pause()
See QFuture::pause()final int
final int
final String
final int
final T
result()
final T
resultAt
(int index) final int
results()
final void
resume()
final void
setPaused
(boolean paused) final void
final void
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QFuture
public QFuture() -
QFuture
-
-
Method Details
-
cancel
-
isCanceled
-
isFinished
-
isPaused
-
isResultReadyAt
-
isRunning
-
isStarted
-
pause
See QFuture::pause()
-
progressMaximum
-
progressMinimum
-
progressText
-
progressValue
-
result
-
resultAt
-
resultCount
-
results
-
resume
-
setPaused
-
togglePaused
-
waitForFinished
-
iterator
-
equals
-
hashCode
-
clone
-