![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstdweb_p.h>
Public Member Functions | |
EventCallback ()=default | |
EventCallback (EventCallback const &)=delete | |
EventCallback & | operator= (EventCallback const &)=delete |
EventCallback (emscripten::val element, const std::string &name, const std::function< void(emscripten::val)> &fn) | |
Public Member Functions inherited from QWasmEventHandler | |
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 199 of file qstdweb_p.h.
|
default |
|
delete |
qstdweb::EventCallback::EventCallback | ( | emscripten::val | element, |
const std::string & | name, | ||
const std::function< void(emscripten::val)> & | fn ) |
Definition at line 439 of file qstdweb.cpp.
|
delete |