![]() |
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 | |
QWasmEventHandler ()=default | |
QWasmEventHandler (emscripten::val element, const std::string &name, std::function< void(emscripten::val)> fn) | |
~QWasmEventHandler () | |
QWasmEventHandler (QWasmEventHandler const &)=delete | |
QWasmEventHandler & | operator= (QWasmEventHandler const &)=delete |
QWasmEventHandler (QWasmEventHandler &&other) noexcept | |
QWasmEventHandler & | operator= (QWasmEventHandler &&other) noexcept |
Definition at line 50 of file qwasmsuspendresumecontrol_p.h.
|
default |
QWasmEventHandler::QWasmEventHandler | ( | emscripten::val | element, |
const std::string & | name, | ||
std::function< void(emscripten::val)> | fn ) |
Definition at line 237 of file qwasmsuspendresumecontrol.cpp.
QWasmEventHandler::~QWasmEventHandler | ( | ) |
Definition at line 247 of file qwasmsuspendresumecontrol.cpp.
|
delete |
|
noexcept |
Definition at line 259 of file qwasmsuspendresumecontrol.cpp.
|
noexcept |
Definition at line 269 of file qwasmsuspendresumecontrol.cpp.
|
delete |