Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtWaylandClient::QWaylandInputDevice::FrameData Struct Reference

#include <qwaylandinputdevice_p.h>

+ Collaboration diagram for QtWaylandClient::QWaylandInputDevice::FrameData:

Public Member Functions

void resetScrollData ()
 
bool hasPixelDelta () const
 
QPoint pixelDeltaAndError (QPointF *accumulatedError) const
 
QPoint pixelDelta () const
 
QPoint angleDelta () const
 
Qt::MouseEventSource wheelEventSource () const
 

Public Attributes

QWaylandPointerEventevent = nullptr
 
QPointF delta
 
QPoint delta120
 
axis_source axisSource = axis_source_wheel
 

Detailed Description

Definition at line 347 of file qwaylandinputdevice_p.h.

Member Function Documentation

◆ angleDelta()

QPoint QtWaylandClient::QWaylandInputDevice::FrameData::angleDelta ( ) const

◆ hasPixelDelta()

bool QtWaylandClient::QWaylandInputDevice::FrameData::hasPixelDelta ( ) const

◆ pixelDelta()

QPoint QtWaylandClient::QWaylandInputDevice::FrameData::pixelDelta ( ) const
inline

Definition at line 357 of file qwaylandinputdevice_p.h.

References QPointF::toPoint().

+ Here is the call graph for this function:

◆ pixelDeltaAndError()

QPoint QtWaylandClient::QWaylandInputDevice::FrameData::pixelDeltaAndError ( QPointF accumulatedError) const

◆ resetScrollData()

void QtWaylandClient::QWaylandInputDevice::FrameData::resetScrollData ( )

◆ wheelEventSource()

Qt::MouseEventSource QtWaylandClient::QWaylandInputDevice::FrameData::wheelEventSource ( ) const

Member Data Documentation

◆ axisSource

axis_source QtWaylandClient::QWaylandInputDevice::FrameData::axisSource = axis_source_wheel

Definition at line 352 of file qwaylandinputdevice_p.h.

◆ delta

QPointF QtWaylandClient::QWaylandInputDevice::FrameData::delta

Definition at line 350 of file qwaylandinputdevice_p.h.

◆ delta120

QPoint QtWaylandClient::QWaylandInputDevice::FrameData::delta120

Definition at line 351 of file qwaylandinputdevice_p.h.

◆ event

QWaylandPointerEvent* QtWaylandClient::QWaylandInputDevice::FrameData::event = nullptr

Definition at line 348 of file qwaylandinputdevice_p.h.


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