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::EventListener Class Reference
+ Collaboration diagram for qstdweb::EventListener:

Public Member Functions

 EventListener (uintptr_t handler)
 
void handleEvent (emscripten::val event)
 

Public Attributes

uintptr_t m_handler
 

Detailed Description

Definition at line 718 of file qstdweb.cpp.

Constructor & Destructor Documentation

◆ EventListener()

qstdweb::EventListener::EventListener ( uintptr_t handler)
inline

Definition at line 720 of file qstdweb.cpp.

Member Function Documentation

◆ handleEvent()

void qstdweb::EventListener::handleEvent ( emscripten::val event)
inline

Definition at line 728 of file qstdweb.cpp.

References m_handler.

Referenced by qstdweb::EMSCRIPTEN_BINDINGS().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_handler

uintptr_t qstdweb::EventListener::m_handler

Definition at line 733 of file qstdweb.cpp.

Referenced by handleEvent().


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