就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 6.5.1
Qt Core
C++ 類
QPromise
List of All Members for QPromise
這是完整成員列錶為
QPromise
,包括繼承的成員。
QPromise
()
QPromise
(QPromise<T> &&)
~QPromise
()
addResult
(const T &, int) : bool
addResult
(T &&, int) : bool
finish
()
future
() const : QFuture<T>
isCanceled
() const : bool
setException
(const QException &)
setException
(std::exception_ptr)
setProgressRange
(int, int)
setProgressValue
(int)
setProgressValueAndText
(int, const QString &)
start
()
suspendIfRequested
()
swap
(QPromise<T> &)
operator=
(QPromise<T> &&) : QPromise<T> &