![]() |
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>
Public Member Functions | |
QWasmSuspendResumeControl () | |
~QWasmSuspendResumeControl () | |
QWasmSuspendResumeControl (const QWasmSuspendResumeControl &)=delete | |
QWasmSuspendResumeControl & | operator= (const QWasmSuspendResumeControl &)=delete |
uint32_t | registerEventHandler (std::function< void(emscripten::val)> handler) |
void | removeEventHandler (uint32_t index) |
emscripten::val | jsEventHandlerAt (uint32_t index) |
void | suspend () |
int | sendPendingEvents () |
Static Public Member Functions | |
static QWasmSuspendResumeControl * | get () |
static emscripten::val | suspendResumeControlJs () |
Friends | |
void | qtSendPendingEvents () |
Definition at line 24 of file qwasmsuspendresumecontrol_p.h.
QWasmSuspendResumeControl::QWasmSuspendResumeControl | ( | ) |
Definition at line 144 of file qwasmsuspendresumecontrol.cpp.
QWasmSuspendResumeControl::~QWasmSuspendResumeControl | ( | ) |
Definition at line 155 of file qwasmsuspendresumecontrol.cpp.
|
delete |
|
static |
Definition at line 162 of file qwasmsuspendresumecontrol.cpp.
val QWasmSuspendResumeControl::jsEventHandlerAt | ( | uint32_t | index | ) |
Definition at line 186 of file qwasmsuspendresumecontrol.cpp.
|
delete |
uint32_t QWasmSuspendResumeControl::registerEventHandler | ( | std::function< void(emscripten::val)> | handler | ) |
Definition at line 169 of file qwasmsuspendresumecontrol.cpp.
void QWasmSuspendResumeControl::removeEventHandler | ( | uint32_t | index | ) |
Definition at line 179 of file qwasmsuspendresumecontrol.cpp.
int QWasmSuspendResumeControl::sendPendingEvents | ( | ) |
Definition at line 203 of file qwasmsuspendresumecontrol.cpp.
void QWasmSuspendResumeControl::suspend | ( | ) |
Definition at line 197 of file qwasmsuspendresumecontrol.cpp.
|
static |
Definition at line 191 of file qwasmsuspendresumecontrol.cpp.
|
friend |
Definition at line 224 of file qwasmsuspendresumecontrol.cpp.