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
QtWaylandClient::MotionEvent Class Reference
Inheritance diagram for QtWaylandClient::MotionEvent:
Collaboration diagram for QtWaylandClient::MotionEvent:

Public Member Functions

 MotionEvent (QWaylandWindow *surface, ulong timestamp, const QPointF &localPos, const QPointF &globalPos, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
 MotionEvent (QWaylandWindow *surface, ulong timestamp, const QPointF &localPos, const QPointF &globalPos, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
Public Member Functions inherited from QtWaylandClient::QWaylandPointerEvent
 QWaylandPointerEvent (QEvent::Type type, Qt::ScrollPhase phase, QWaylandWindow *surface, ulong timestamp, const QPointF &localPos, const QPointF &globalPos, Qt::MouseButtons buttons, Qt::MouseButton button, Qt::KeyboardModifiers modifiers)
 QWaylandPointerEvent (QEvent::Type type, Qt::ScrollPhase phase, QWaylandWindow *surface, ulong timestamp, const QPointF &local, const QPointF &global, const QPoint &pixelDelta, const QPoint &angleDelta, Qt::MouseEventSource source, Qt::KeyboardModifiers modifiers, bool inverted)

Additional Inherited Members

Public Attributes inherited from QtWaylandClient::QWaylandPointerEvent
QEvent::Type type = QEvent::None
Qt::ScrollPhase phase = Qt::NoScrollPhase
ulong timestamp = 0
QPointF local
QPointF global
Qt::MouseButtons buttons
Qt::MouseButton button = Qt::NoButton
Qt::KeyboardModifiers modifiers
QPoint pixelDelta
QPoint angleDelta
Qt::MouseEventSource source = Qt::MouseEventNotSynthesized
QPointer< QWaylandWindowsurface
bool inverted = false

Detailed Description

Definition at line 750 of file qwaylandinputdevice.cpp.

Constructor & Destructor Documentation

◆ MotionEvent() [1/2]

QtWaylandClient::MotionEvent::MotionEvent ( QWaylandWindow * surface,
ulong timestamp,
const QPointF & localPos,
const QPointF & globalPos,
Qt::MouseButtons buttons,
Qt::KeyboardModifiers modifiers )
inline

Definition at line 753 of file qwaylandinputdevice.cpp.

References MotionEvent().

Referenced by MotionEvent().

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

◆ MotionEvent() [2/2]

QtWaylandClient::MotionEvent::MotionEvent ( QWaylandWindow * surface,
ulong timestamp,
const QPointF & localPos,
const QPointF & globalPos,
Qt::MouseButtons buttons,
Qt::KeyboardModifiers modifiers )
inline

Definition at line 753 of file qwaylandinputdevice.cpp.


The documentation for this class was generated from the following file: