![]() |
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 52 of file qwasmsuspendresumecontrol_p.h.
|
default |
| QWasmEventHandler::QWasmEventHandler | ( | emscripten::val | element, |
| const std::string & | name, | ||
| std::function< void(emscripten::val)> | fn ) |
Definition at line 270 of file qwasmsuspendresumecontrol.cpp.
| QWasmEventHandler::~QWasmEventHandler | ( | ) |
Definition at line 280 of file qwasmsuspendresumecontrol.cpp.
|
delete |
|
noexcept |
Definition at line 292 of file qwasmsuspendresumecontrol.cpp.
|
noexcept |
Definition at line 302 of file qwasmsuspendresumecontrol.cpp.
|
delete |