Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QWasmEventHandler Class Reference

#include <qwasmsuspendresumecontrol_p.h>

Inheritance diagram for QWasmEventHandler:
Collaboration diagram for QWasmEventHandler:

Public Member Functions

 QWasmEventHandler ()=default
 QWasmEventHandler (emscripten::val element, const std::string &name, std::function< void(emscripten::val)> fn)
 ~QWasmEventHandler ()
 QWasmEventHandler (QWasmEventHandler const &)=delete
QWasmEventHandleroperator= (QWasmEventHandler const &)=delete
 QWasmEventHandler (QWasmEventHandler &&other) noexcept
QWasmEventHandleroperator= (QWasmEventHandler &&other) noexcept

Detailed Description

Definition at line 50 of file qwasmsuspendresumecontrol_p.h.

Constructor & Destructor Documentation

◆ QWasmEventHandler() [1/4]

QWasmEventHandler::QWasmEventHandler ( )
default

◆ QWasmEventHandler() [2/4]

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::~QWasmEventHandler ( )

Definition at line 247 of file qwasmsuspendresumecontrol.cpp.

◆ QWasmEventHandler() [3/4]

QWasmEventHandler::QWasmEventHandler ( QWasmEventHandler const & )
delete

◆ QWasmEventHandler() [4/4]

QWasmEventHandler::QWasmEventHandler ( QWasmEventHandler && other)
noexcept

Definition at line 259 of file qwasmsuspendresumecontrol.cpp.

Member Function Documentation

◆ operator=() [1/2]

QWasmEventHandler & QWasmEventHandler::operator= ( QWasmEventHandler && other)
noexcept

Definition at line 269 of file qwasmsuspendresumecontrol.cpp.

◆ operator=() [2/2]

QWasmEventHandler & QWasmEventHandler::operator= ( QWasmEventHandler const & )
delete

The documentation for this class was generated from the following files: