java.lang.Object
io.qt.QtObject
io.qt.core.QFutureInterfaceBase
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QFutureInterface
Java wrapper for Qt class QFutureInterfaceBase
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QFutureInterfaceBase::StateNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQFutureInterfaceBase(io.qt.core.QFutureInterfaceBase.State)
withinitialState = io.qt.core.QFutureInterfaceBase.State.NoState
.QFutureInterfaceBase
(QFutureInterfaceBase.State initialState) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QFutureInterfaceBase other) final void
cancel()
clone()
protected final boolean
derefT()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final int
int
hashCode()
final boolean
final boolean
final boolean
isPaused()
final boolean
final boolean
isResultReadyAt
(int index) final boolean
final boolean
final boolean
final QMutex
mutex()
final QMutex
mutex
(int arg__1) final int
final int
final String
final int
final boolean
protected final boolean
refT()
final void
final void
void
final void
reportResultsReady
(int beginIndex, int endIndex) final void
final int
final void
setExpectedResultCount
(int resultCount) final void
setFilterMode
(boolean enable) final void
setPaused
(boolean paused) final void
setProgressRange
(int minimum, int maximum) final void
setProgressValue
(int progressValue) final void
setProgressValueAndText
(int progressValue, String progressText) final void
setRunnable
(QRunnable runnable) final void
setThreadPool
(QThreadPool pool) final void
setThrottled
(boolean enable) final void
final void
final boolean
final void
waitForResult
(int resultIndex) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QFutureInterfaceBase
public QFutureInterfaceBase()Overloaded constructor for
QFutureInterfaceBase(io.qt.core.QFutureInterfaceBase.State)
withinitialState = io.qt.core.QFutureInterfaceBase.State.NoState
. -
QFutureInterfaceBase
-
QFutureInterfaceBase
-
QFutureInterfaceBase
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
cancel
-
derefT
-
expectedResultCount
-
isCanceled
-
isFinished
-
isPaused
-
isProgressUpdateNeeded
-
isResultReadyAt
-
isRunning
-
isStarted
-
isThrottled
-
mutex
-
mutex
-
assign
-
progressMaximum
-
progressMinimum
-
progressText
-
progressValue
-
queryState
-
refT
-
reportCanceled
-
reportFinished
-
reportResultsReady
-
reportStarted
-
resultCount
-
setExpectedResultCount
-
setFilterMode
-
setPaused
-
setProgressRange
-
setProgressValue
-
setProgressValueAndText
-
setRunnable
-
setThreadPool
-
setThrottled
-
togglePaused
-
waitForFinished
-
waitForNextResult
-
waitForResult
-
waitForResume
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
reportException
-
clone
-