![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmevent.h>
Public Member Functions | |
KeyEvent (EventType type, emscripten::val webEvent, QWasmDeadKeySupport *deadKeySupport) | |
Public Member Functions inherited from Event | |
Event (EventType type, emscripten::val webEvent) | |
bool | isTargetedForQtElement () const |
emscripten::val | target () const |
Public Attributes | |
Qt::Key | key |
QFlags< Qt::KeyboardModifier > | modifiers |
bool | deadKey |
QString | text |
bool | autoRepeat |
Public Attributes inherited from Event | |
emscripten::val | webEvent |
EventType | type |
Definition at line 66 of file qwasmevent.h.
KeyEvent::KeyEvent | ( | EventType | type, |
emscripten::val | webEvent, | ||
QWasmDeadKeySupport * | deadKeySupport ) |
Definition at line 115 of file qwasmevent.cpp.
References QWasmDeadKeySupport::applyDeadKeyTranslations(), autoRepeat, and deadKey.
bool KeyEvent::autoRepeat |
Definition at line 74 of file qwasmevent.h.
Referenced by KeyEvent().
bool KeyEvent::deadKey |
Definition at line 72 of file qwasmevent.h.
Referenced by KeyEvent(), and QWasmDeadKeySupport::applyDeadKeyTranslations().
Qt::Key KeyEvent::key |
Definition at line 70 of file qwasmevent.h.
QFlags<Qt::KeyboardModifier> KeyEvent::modifiers |
Definition at line 71 of file qwasmevent.h.
QString KeyEvent::text |
Definition at line 73 of file qwasmevent.h.