QFutureQString¶

Inheritance diagram of PySide2.QtConcurrent.QFutureQString

Synopsis¶

Functions¶

Detailed Description¶

class PySide2.QtConcurrent.QFutureQString¶

PySide2.QtConcurrent.QFutureQString(QFutureQString)

Parameters:

QFutureQString – PySide2.QtConcurrent.QFutureQString

PySide2.QtConcurrent.QFutureQString.cancel()¶
PySide2.QtConcurrent.QFutureQString.isCanceled()¶
Return type:

bool

PySide2.QtConcurrent.QFutureQString.isFinished()¶
Return type:

bool

PySide2.QtConcurrent.QFutureQString.isPaused()¶
Return type:

bool

PySide2.QtConcurrent.QFutureQString.isResultReadyAt(resultIndex)¶
Parameters:

resultIndex – int

Return type:

bool

PySide2.QtConcurrent.QFutureQString.isRunning()¶
Return type:

bool

PySide2.QtConcurrent.QFutureQString.isStarted()¶
Return type:

bool

PySide2.QtConcurrent.QFutureQString.__ne__(other)¶
Parameters:

other – PySide2.QtCore.QFuture

Return type:

bool

PySide2.QtConcurrent.QFutureQString.__eq__(other)¶
Parameters:

other – PySide2.QtCore.QFuture

Return type:

bool

PySide2.QtConcurrent.QFutureQString.pause()¶
PySide2.QtConcurrent.QFutureQString.progressMaximum()¶
Return type:

int

PySide2.QtConcurrent.QFutureQString.progressMinimum()¶
Return type:

int

PySide2.QtConcurrent.QFutureQString.progressText()¶
Return type:

str

PySide2.QtConcurrent.QFutureQString.progressValue()¶
Return type:

int

PySide2.QtConcurrent.QFutureQString.result()¶
Return type:

str

PySide2.QtConcurrent.QFutureQString.resultAt(index)¶
Parameters:

index – int

Return type:

str

PySide2.QtConcurrent.QFutureQString.resultCount()¶
Return type:

int

PySide2.QtConcurrent.QFutureQString.results()¶
Return type:

PySide2.QtConcurrent.QFutureQString.resume()¶
PySide2.QtConcurrent.QFutureQString.setPaused(paused)¶
Parameters:

paused – bool

PySide2.QtConcurrent.QFutureQString.togglePaused()¶
PySide2.QtConcurrent.QFutureQString.waitForFinished()¶