Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qstdweb::EventCallback Class Reference

#include <qstdweb_p.h>

+ Collaboration diagram for qstdweb::EventCallback:

Public Member Functions

 EventCallback ()=default
 
 ~EventCallback ()
 
 EventCallback (EventCallback const &)=delete
 
EventCallbackoperator= (EventCallback const &)=delete
 
 EventCallback (emscripten::val element, const std::string &name, const std::function< void(emscripten::val)> &fn)
 

Detailed Description

Definition at line 193 of file qstdweb_p.h.

Constructor & Destructor Documentation

◆ EventCallback() [1/3]

qstdweb::EventCallback::EventCallback ( )
default

◆ ~EventCallback()

qstdweb::EventCallback::~EventCallback ( )

Definition at line 738 of file qstdweb.cpp.

◆ EventCallback() [2/3]

qstdweb::EventCallback::EventCallback ( EventCallback const & )
delete

◆ EventCallback() [3/3]

qstdweb::EventCallback::EventCallback ( emscripten::val element,
const std::string & name,
const std::function< void(emscripten::val)> & fn )

Definition at line 743 of file qstdweb.cpp.

Member Function Documentation

◆ operator=()

EventCallback & qstdweb::EventCallback::operator= ( EventCallback const & )
delete

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