java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QAbstractFuture
io.qt.core.QVoidFuture
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QVoidFuture extends QAbstractFuture implements Cloneable
Java wrapper for Qt class QVoidFuture
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QVoidFuture()
QVoidFuture(QVoidFutureInterface p)
protected
QVoidFuture(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
cancel()
QVoidFuture
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isCanceled()
boolean
isFinished()
boolean
isPaused()
boolean
isRunning()
boolean
isStarted()
void
pause()
int
progressMaximum()
int
progressMinimum()
String
progressText()
int
progressValue()
int
resultCount()
void
resume()
void
setPaused(boolean paused)
void
togglePaused()
void
waitForFinished()
-
Constructor Details
-
QVoidFuture
public QVoidFuture() -
QVoidFuture
-
QVoidFuture
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
cancel
- Specified by:
cancel
in classQAbstractFuture
-
isCanceled
- Specified by:
isCanceled
in classQAbstractFuture
-
isFinished
- Specified by:
isFinished
in classQAbstractFuture
-
isPaused
- Specified by:
isPaused
in classQAbstractFuture
-
isRunning
- Specified by:
isRunning
in classQAbstractFuture
-
isStarted
- Specified by:
isStarted
in classQAbstractFuture
-
pause
- Specified by:
pause
in classQAbstractFuture
-
progressMaximum
- Specified by:
progressMaximum
in classQAbstractFuture
-
progressMinimum
- Specified by:
progressMinimum
in classQAbstractFuture
-
progressText
- Specified by:
progressText
in classQAbstractFuture
-
progressValue
- Specified by:
progressValue
in classQAbstractFuture
-
resultCount
- Specified by:
resultCount
in classQAbstractFuture
-
resume
- Specified by:
resume
in classQAbstractFuture
-
setPaused
- Specified by:
setPaused
in classQAbstractFuture
-
togglePaused
- Specified by:
togglePaused
in classQAbstractFuture
-
waitForFinished
- Specified by:
waitForFinished
in classQAbstractFuture
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
- Specified by:
clone
in classQAbstractFuture
-