![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwasmsuspendresumecontrol_p.h"
#include "qstdweb_p.h"
#include <emscripten.h>
#include <emscripten/val.h>
#include <emscripten/bind.h>
Go to the source code of this file.
Functions | |
void | qtSuspendResumeControlClearJs () |
EM_ASYNC_JS (void, qtSuspendJs,(), { return new Promise(resolve=> { Module.qtSuspendResumeControl.resume=resolve;});}) | |
void | qtRegisterEventHandlerJs (int index) |
void | qtSendPendingEvents () |
EMSCRIPTEN_BINDINGS (qtSuspendResumeControl) |
EM_ASYNC_JS | ( | void | , |
qtSuspendJs | , | ||
() | , | ||
{ return new Promise(resolve=> { Module.qtSuspendResumeControl.resume=resolve;});} | ) |
References EM_ASYNC_JS().
Referenced by EM_ASYNC_JS().
EMSCRIPTEN_BINDINGS | ( | qtSuspendResumeControl | ) |
Definition at line 230 of file qwasmsuspendresumecontrol.cpp.
void qtRegisterEventHandlerJs | ( | int | index | ) |
Definition at line 66 of file qwasmsuspendresumecontrol.cpp.
void qtSendPendingEvents | ( | ) |
Definition at line 224 of file qwasmsuspendresumecontrol.cpp.
void qtSuspendResumeControlClearJs | ( | ) |
Definition at line 45 of file qwasmsuspendresumecontrol.cpp.