Qt 6.x
The Qt SDK
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 target)
 
 ~Event ()
 
 Event (const Event &other)
 
 Event (Event &&other)
 
Eventoperator= (const Event &other)
 
Eventoperator= (Event &&other)
 

Public Attributes

EventType type
 
emscripten::val target = emscripten::val::undefined()
 

Detailed Description

Definition at line 120 of file qwasmevent.h.

Constructor & Destructor Documentation

◆ Event() [1/3]

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

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

Member Data Documentation

◆ target

emscripten::val Event::target = emscripten::val::undefined()

Definition at line 130 of file qwasmevent.h.

◆ type


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