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

#include <qwasmevent.h>

+ Inheritance diagram for Event:
+ Collaboration diagram for Event:

Public Member Functions

 Event (EventType type, emscripten::val webEvent)
 
 ~Event ()
 
 Event (const Event &other)
 
 Event (Event &&other)
 
Eventoperator= (const Event &other)
 
Eventoperator= (Event &&other)
 
emscripten::val target () const
 

Public Attributes

emscripten::val webEvent
 
EventType type
 

Detailed Description

Definition at line 126 of file qwasmevent.h.

Constructor & Destructor Documentation

◆ Event() [1/3]

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

Definition at line 89 of file qwasmevent.cpp.

◆ ~Event()

Event::~Event ( )
default

◆ Event() [2/3]

Event::Event ( const Event & other)
default

◆ Event() [3/3]

Event::Event ( Event && other)
default

Member Function Documentation

◆ operator=() [1/2]

Event & Event::operator= ( const Event & other)
default

◆ operator=() [2/2]

Event & Event::operator= ( Event && other)
default

◆ target()

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

Definition at line 137 of file qwasmevent.h.

References webEvent.

Member Data Documentation

◆ type

◆ webEvent

emscripten::val Event::webEvent

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