![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| Q_CORE_EXPORT void | invoke (std::function< void(QOhosJsState &)> task) |
| Q_CORE_EXPORT void | invokeAndWaitForContinue (std::function< void(QOhosJsState &, std::function< void()>)> &&task) |
| Q_CORE_EXPORT void | runAndWait (const std::function< void(QOhosJsState &)> &task) |
| template<typename Func> | |
| auto | eval (Func &&func) -> decltype(func(std::declval< QOhosJsState & >())) |
| template<typename T> | |
| T | evalWithConsumer (std::function< void(QOhosJsState &, std::function< void(T)>)> evalFunc) |
| auto QOhosJsThreadGateway::eval | ( | Func && | func | ) | -> decltype(func(std::declval< QOhosJsState & >())) |
Definition at line 390 of file qcore_ohos_p.h.
| T QOhosJsThreadGateway::evalWithConsumer | ( | std::function< void(QOhosJsState &, std::function< void(T)>)> | evalFunc | ) |
Definition at line 409 of file qcore_ohos_p.h.
| void QOhosJsThreadGateway::invoke | ( | std::function< void(QOhosJsState &)> | task | ) |
Definition at line 36 of file qcore_ohos.cpp.
| void QOhosJsThreadGateway::invokeAndWaitForContinue | ( | std::function< void(QOhosJsState &, std::function< void()>)> && | task | ) |
Definition at line 41 of file qcore_ohos.cpp.
| void QOhosJsThreadGateway::runAndWait | ( | const std::function< void(QOhosJsState &)> & | task | ) |
Definition at line 47 of file qcore_ohos.cpp.
Referenced by QtOhos::makeProxyWithJsThreadDeleter().