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
Event Struct Reference

#include <qwasmevent.h>

Inheritance diagram for Event:
Collaboration diagram for Event:

Public Member Functions

 Event (EventType type, emscripten::val webEvent)
bool isTargetedForQtElement () const
emscripten::val target () const

Public Attributes

emscripten::val webEvent
EventType type

Detailed Description

Definition at line 55 of file qwasmevent.h.

Constructor & Destructor Documentation

◆ Event()

Event::Event ( EventType type,
emscripten::val webEvent )

Definition at line 99 of file qwasmevent.cpp.

References Event(), and type.

Referenced by Event().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ isTargetedForQtElement()

bool Event::isTargetedForQtElement ( ) const

Definition at line 104 of file qwasmevent.cpp.

◆ target()

emscripten::val Event::target ( ) const
inline

Definition at line 63 of file qwasmevent.h.

Member Data Documentation

◆ type

EventType Event::type

Definition at line 62 of file qwasmevent.h.

Referenced by Event(), and QWasmDeadKeySupport::applyDeadKeyTranslations().

◆ webEvent

emscripten::val Event::webEvent

Definition at line 61 of file qwasmevent.h.


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