java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QFutureVoid
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QFutureVoid extends QtObject implements Cloneable
Java wrapper for Qt class QFutureVoid
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QFutureVoid(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
cancel()
QFutureVoid
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
-
QFutureVoid
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
cancel
-
isCanceled
-
isFinished
-
isPaused
-
isRunning
-
isStarted
-
pause
-
progressMaximum
-
progressMinimum
-
progressText
-
progressValue
-
resultCount
-
resume
-
setPaused
-
togglePaused
-
waitForFinished
-
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
public int hashCode() -
clone
-