就业培训
下载中心
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> &