Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohosjsutils.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include "qohosjsutils.h"
#include <QtCore/private/qohoscommon_p.h>
#include <qohosutils.h>
#include <utility>
Include dependency graph for qohosjsutils.cpp:

Go to the source code of this file.

Namespaces

namespace  QtOhos

Functions

std::shared_ptr< voidQtOhos::registerOnOffMethodsBasedEventHandler (QNapi::Object eventSourceObject, const std::string &eventTypeName, QNapi::CallbackFuncWrapper handler, OnOffMethodsBasedEventHandlerOptions options={})
Q_REQUIRED_RESULT std::shared_ptr< voidQtOhos::startDelayedJsThreadTask (JsState &jsState, std::function< void(JsState &)> task, std::chrono::milliseconds delay)
int QtOhos::setJsTimeout (JsState &jsState, std::function< void(const CallbackInfo &)> timeoutFunc, std::chrono::milliseconds delay)
void QtOhos::clearJsTimeout (JsState &jsState, int timerId)
QNapi::Promise QtOhos::makeResolvedPromise (QNapi::Value valueForResolve)
QOhosOptional< std::uint32_t > QtOhos::tryGetCodeFromJsBusinessError (const Napi::Error &error)