java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QVoidPromise
- All Implemented Interfaces:
QtObjectInterface
public final class QVoidPromise extends QtObject
Java wrapper for Qt class QVoidPromise
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QVoidPromise()
QVoidPromise(QVoidFutureInterface other)
protected
QVoidPromise(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
finish()
QVoidFuture
future()
boolean
isCanceled()
void
setException(Throwable e)
void
setProgressRange(int minimum, int maximum)
void
setProgressValue(int progressValue)
void
setProgressValueAndText(int progressValue, String progressText)
void
start()
void
suspendIfRequested()
void
swap(QVoidPromise other)
-
Constructor Details
-
QVoidPromise
public QVoidPromise() -
QVoidPromise
-
QVoidPromise
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details