![]() |
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 | |
WheelEvent (EventType type, emscripten::val webEvent) | |
Public Member Functions inherited from MouseEvent | |
MouseEvent (EventType type, emscripten::val webEvent) | |
Public Member Functions inherited from Event | |
Event (EventType type, emscripten::val webEvent) | |
bool | isTargetedForQtElement () const |
emscripten::val | target () const |
Public Attributes | |
DeltaMode | deltaMode |
bool | webkitDirectionInvertedFromDevice |
QPointF | delta |
Public Attributes inherited from MouseEvent | |
QPointF | localPoint |
QPointF | pointInPage |
QPointF | pointInViewport |
Qt::MouseButton | mouseButton |
Qt::MouseButtons | mouseButtons |
QFlags< Qt::KeyboardModifier > | modifiers |
Public Attributes inherited from Event | |
emscripten::val | webEvent |
EventType | type |
Additional Inherited Members | |
Static Public Member Functions inherited from MouseEvent | |
static constexpr Qt::MouseButton | buttonFromWeb (int webButton) |
static constexpr Qt::MouseButtons | buttonsFromWeb (unsigned short webButtons) |
static constexpr QEvent::Type | mouseEventTypeFromEventType (EventType eventType, WindowArea windowArea) |
Definition at line 153 of file qwasmevent.h.
WheelEvent::WheelEvent | ( | EventType | type, |
emscripten::val | webEvent ) |
Definition at line 214 of file qwasmevent.cpp.
References deltaMode, Line, Page, Pixel, and webkitDirectionInvertedFromDevice.
QPointF WheelEvent::delta |
Definition at line 159 of file qwasmevent.h.
DeltaMode WheelEvent::deltaMode |
Definition at line 157 of file qwasmevent.h.
Referenced by WheelEvent().
bool WheelEvent::webkitDirectionInvertedFromDevice |
Definition at line 158 of file qwasmevent.h.
Referenced by WheelEvent().